repo
stringlengths
1
152
file
stringlengths
14
221
code
stringlengths
501
25k
file_length
int64
501
25k
avg_line_length
float64
20
99.5
max_line_length
int64
21
134
extension_type
stringclasses
2 values
RIOT
RIOT-master/cpu/cc26xx_cc13xx/power_arch.c
/* * Copyright (C) 2020 Locha Inc * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_cc26xx_cc13xx * * @{ * * @file * @brief Power management abstractions ...
3,993
24.43949
78
c
RIOT
RIOT-master/cpu/cc26xx_cc13xx/vectors.c
/* * Copyright (C) 2016 Leon George * Copyright (C) 2020 Locha Inc * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_cc26xx_cc13xx * @{ * * @file * @brief ...
15,398
51.736301
89
c
RIOT
RIOT-master/cpu/cc26xx_cc13xx/periph/pm.c
/* * Copyright (C) 2017 Kaspar Schleiser <kaspar@schleiser.de * 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_cortexm...
704
20.363636
69
c
RIOT
RIOT-master/cpu/cc26xx_cc13xx/periph/i2c.c
/* * Copyright (C) 2018 Kaspar Schleiser <kaspar@schleiser.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_cc26xx_cc13xx * @ingroup drivers_periph_i2c * @...
7,120
24.615108
80
c
RIOT
RIOT-master/cpu/cc26xx_cc13xx/periph/uart.c
/* * Copyright (C) 2016 Leon George * Copyright (C) 2020 Locha Inc * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_cc26xx_cc13xx * @ingroup drivers_periph_uar...
6,172
24.936975
79
c
RIOT
RIOT-master/cpu/cc26xx_cc13xx/periph/timer.c
/* * Copyright (C) 2016 Leon George * Copyright (C) 2017 HAW Hamburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_cc26xx_cc13xx * @ingroup drivers_periph_t...
6,841
24.247232
79
c
RIOT
RIOT-master/cpu/cc26xx_cc13xx/include/periph_cpu_common.h
/* * Copyright (C) 2016 Leon George * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_cc26xx_cc13xx * @{ * * @file * @brief CPU specific definitions...
3,692
22.226415
95
h
RIOT
RIOT-master/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_i2c.h
/* * Copyright (C) 2016 Leon George * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_cc26xx_cc13xx_definitions * @{ * * @file * @brief CC26xx/CC13x...
6,410
30.581281
87
h
RIOT
RIOT-master/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpio.h
/* * Copyright (C) 2016 Leon George * * This file is subject to the terms and conditions of the GNU Lesser General * Public License v2.1. See the file LICENSE in the top level directory for more * details. */ /** * @ingroup cpu_cc26xx_cc13xx_definitions * @{ * * @file * @brief Driver for th...
1,638
24.609375
93
h
RIOT
RIOT-master/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_wdt.h
/* * Copyright (C) 2016 Leon George * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_cc26xx_cc13xx_definitions * @{ * * @file * @brief CC26xx/CC13x...
1,294
21.327586
75
h
RIOT
RIOT-master/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ioc.h
/* * Copyright (C) 2016 Leon George * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_cc26xx_cc13xx_definitions * @{ * * @file * @brief CC26xx/CC13x...
7,711
40.240642
102
h
RIOT
RIOT-master/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_rfc.h
/* * Copyright (C) 2020 Locha Inc * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_cc26xx_cc13xx_definitions * @{ * * @file * @brief CC26xx/CC13xx ...
5,263
29.604651
103
h
RIOT
RIOT-master/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_hard_api.h
/* * Copyright (C) 2020 Locha Inc * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_cc26xx_cc13xx_definitions * @{ * * @file * @brief CC26xx/CC13xx ...
3,472
34.438776
80
h
RIOT
RIOT-master/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims.h
/* * Copyright (C) 2016 Leon George * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_cc26xx_cc13xx_definitions * @{ * * @file * @brief CC26xx/CC13x...
10,288
38.121673
79
h
RIOT
RIOT-master/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx.h
/* * Copyright (C) 2016 Leon George * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_cc26xx_cc13xx_definitions * @{ * * @file * @brief CC26xx, CC13...
7,103
38.032967
97
h
RIOT
RIOT-master/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_uart.h
/* * Copyright (C) 2016 Leon George * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @addtogroup cpu_cc26xx_cc13xx_definitions * @{ * * @file * @brief CC26xx/CC13x...
3,973
26.219178
74
h
RIOT
RIOT-master/cpu/cc26xx_cc13xx/include/cpu_conf_cc26xx_cc13xx.h
/* * Copyright (C) 2016 Leon George * Copyright (C) 2020 Locha Inc * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @addtogroup cpu_cc26xx_cc13xx * @{ * * @file * @brief ...
15,157
27.122449
81
h
RIOT
RIOT-master/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpt.h
/* * Copyright (C) 2016 Leon George * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_cc26xx_cc13xx_definitions * @{ * * @file * @brief definitions ...
7,820
35.891509
91
h
RIOT
RIOT-master/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_adi.h
/* * Copyright (C) 2020 Locha Inc * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_cc26xx_cc13xx_definitions * @{ * * @file * @brief CC26xx/CC13xx ...
3,494
26.519685
80
h
RIOT
RIOT-master/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ccfg.h
/* * Copyright (C) 2016 Leon George * * This file is subject to the terms and conditions of the GNU Lesser General * Public License v2.1. See the file LICENSE in the top level directory for more * details. */ /** * @ingroup cpu_cc26xx_cc13xx_definitions * @{ * * @file * @brief CC26xx/CC13xx...
7,283
42.100592
80
h
RIOT
RIOT-master/cpu/rpx0xx/xosc.c
/* * Copyright (C) 2021 Otto-von-Guericke Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_rpx0xx * @{ * * @file * @brief Implementat...
1,384
27.265306
92
c
RIOT
RIOT-master/cpu/rpx0xx/cpu.c
/* * Copyright (C) 2021 Otto-von-Guericke Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_rpx0xx * @{ * * @file * @brief Implementat...
3,556
32.556604
99
c
RIOT
RIOT-master/cpu/rpx0xx/vectors.c
/* * Copyright (C) 2021 Otto-von-Guericke Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_rpx0xx * @{ * * @file * @brief rpx0xx inte...
2,210
22.03125
69
c
RIOT
RIOT-master/cpu/rpx0xx/clock.c
/* * Copyright (C) 2021 Otto-von-Guericke Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_rpx0xx * @{ * * @file * @brief Implementat...
8,195
41.247423
99
c
RIOT
RIOT-master/cpu/rpx0xx/pll.c
/* * Copyright (C) 2021 Otto-von-Guericke Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_rpx0xx * @{ * * @file * @brief Implementat...
3,609
29.336134
84
c
RIOT
RIOT-master/cpu/rpx0xx/rosc.c
/* * Copyright (C) 2021 Otto-von-Guericke Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_rpx0xx * @{ * * @file * @brief Implementat...
1,928
32.258621
85
c
RIOT
RIOT-master/cpu/rpx0xx/pio/i2c/i2c.c
/* * Copyright (C) 2021 Otto-von-Guericke Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_rpx0xx * @{ * * @file * @brief PIO program...
15,177
30.686848
105
c
RIOT
RIOT-master/cpu/rpx0xx/periph/gpio.c
/* * Copyright (C) 2021 Otto-von-Guericke Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_rpx0xx * @ingroup drivers_periph_gpio * @{ * ...
6,955
28.474576
100
c
RIOT
RIOT-master/cpu/rpx0xx/periph/adc.c
/* * Copyright (C) 2023 Mesotic SAS * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_rpx0xx * @ingroup drivers_periph_adc * @{ * * @file * @brief Low-...
2,289
22.367347
83
c
RIOT
RIOT-master/cpu/rpx0xx/periph/i2c.c
/* * Copyright (C) 2021 Otto-von-Guericke Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_rpx0xx * @ingroup drivers_periph_i2c * @{ * ...
3,793
28.184615
98
c
RIOT
RIOT-master/cpu/rpx0xx/periph/uart.c
/* * Copyright (C) 2021 Nick Weiler, Justus Krebs, Franz Freitag * Copyright (C) 2021 Otto-von-Guericke Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingro...
7,985
27.419929
98
c
RIOT
RIOT-master/cpu/rpx0xx/periph/spi.c
/* * Copyright (C) 2023 Frank Engelhardt * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_rpx0xx * @{ * * @file * @brief Implementation of SPI. * * @auth...
11,747
28.007407
81
c
RIOT
RIOT-master/cpu/rpx0xx/periph/timer.c
/* * Copyright (C) 2021 Otto-von-Guericke Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_rpx0xx * @ingroup drivers_periph_timer * @{ *...
6,779
25.484375
89
c
RIOT
RIOT-master/cpu/rpx0xx/vendor/boot_stage2/include/pico/config.h
/* * Copyright (c) 2020 Raspberry Pi (Trading) Ltd. * * SPDX-License-Identifier: BSD-3-Clause */ // ----------------------------------------------------- // NOTE: THIS HEADER IS ALSO INCLUDED BY ASSEMBLER SO // SHOULD ONLY CONSIST OF PREPROCESSOR DIRECTIVES // ------------------------------------------------...
1,890
20.988372
86
h
RIOT
RIOT-master/cpu/rpx0xx/vendor/boot_stage2/include/hardware/platform_defs.h
/* * Copyright (c) 2020 Raspberry Pi (Trading) Ltd. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _HARDWARE_PLATFORM_DEFS_H #define _HARDWARE_PLATFORM_DEFS_H // This header is included from C and assembler - only define macros #ifndef _u #ifdef __ASSEMBLER__ #define _u(x) x #else #define _u(x) x ## u #end...
1,308
22.375
134
h
RIOT
RIOT-master/cpu/rpx0xx/vendor/boot_stage2/include/hardware/regs/pads_qspi.h
/** * Copyright (c) 2021 Raspberry Pi (Trading) Ltd. * * SPDX-License-Identifier: BSD-3-Clause */ // ============================================================================= // Register block : PADS_QSPI // Version : 1 // Bus type : apb // Description : None // =================================...
23,641
50.96044
80
h
RIOT
RIOT-master/cpu/rpx0xx/vendor/boot_stage2/include/hardware/regs/addressmap.h
/** * Copyright (c) 2021 Raspberry Pi (Trading) Ltd. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _ADDRESSMAP_H_ #define _ADDRESSMAP_H_ #include "hardware/platform_defs.h" // Register address offsets for atomic RMW aliases #define REG_ALIAS_RW_BITS (0x0u << 12u) #define REG_ALIAS_XOR_BITS (0x1u << 12u) #...
2,416
31.226667
50
h
RIOT
RIOT-master/cpu/rpx0xx/include/io_reg.h
/* * Copyright (C) 2021 Otto-von-Guericke-Universität Magdeburg * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_rpx0xx * @{ * * @file * @brief RP2...
4,780
33.395683
100
h
RIOT
RIOT-master/cpu/rpx0xx/include/vendor/system_RP2040.h
/*************************************************************************//** * @file system_RP2040.h * @brief CMSIS-Core(M) Device Peripheral Access Layer Header File for * Device RP2040 * @version V1.0.0 * @date 5. May 2021 *****************************************************************...
1,794
25.397059
84
h
RIOT
RIOT-master/cpu/efm32/cpu.c
/* * Copyright (C) 2015-2017 Freie Universität Berlin * 2022 SSV Software Systems GmbH * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_efm32 * @{ *...
6,014
23.958506
79
c
RIOT
RIOT-master/cpu/efm32/drivers/coretemp/coretemp.c
/* * Copyright (C) 2018-2020 Bas Stottelaar <basstottelaar@gmail.com> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_efm32_drivers_coretemp * @{ * * @file * @b...
2,227
26.85
85
c
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/vectors.c
/* * Copyright (C) 2015-2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_efm32pg12b * @{ * * @file * @brief Startup code and ...
4,187
35.103448
78
c
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/system.c
/***************************************************************************//** * @file * @brief CMSIS Cortex-M3/M4 System Layer for EFM32 devices. ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ********...
13,542
32.439506
80
c
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/include/vendor/em_device.h
/***************************************************************************//** * @file * @brief CMSIS Cortex-M Peripheral Access Layer for Silicon Laboratories * microcontroller devices * * This is a convenience header file for defining the part number on the * build command line, instead of specifying t...
2,304
32.405797
80
h
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/include/vendor/efm32pg12b_ldma_ch.h
/***************************************************************************//** * @file * @brief EFM32PG12B_LDMA_CH register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> *****...
2,870
42.5
93
h
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/include/vendor/efm32pg12b_rmu.h
/***************************************************************************//** * @file * @brief EFM32PG12B_RMU register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> *********...
17,534
83.302885
131
h
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/include/vendor/efm32pg12b_rtcc_ret.h
/***************************************************************************//** * @file * @brief EFM32PG12B_RTCC_RET register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ****...
2,284
37.728814
80
h
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/include/vendor/efm32pg12b_romtable.h
/***************************************************************************//** * @file * @brief EFM32PG12B_ROMTABLE register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ****...
4,293
47.247191
123
h
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/include/vendor/efm32pg12b_timer_cc.h
/***************************************************************************//** * @file * @brief EFM32PG12B_TIMER_CC register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ****...
2,475
38.935484
80
h
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/include/vendor/efm32pg12b_dma_descriptor.h
/***************************************************************************//** * @file * @brief EFM32PG12B_DMA_DESCRIPTOR register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>...
2,673
40.138462
80
h
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/include/vendor/system_efm32pg12b.h
/***************************************************************************//** * @file * @brief CMSIS Cortex-M3/M4 System Layer for EFM32 devices. ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ********...
7,562
42.465517
80
h
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/include/vendor/efm32pg12b_wdog_pch.h
/***************************************************************************//** * @file * @brief EFM32PG12B_WDOG_PCH register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ****...
2,290
37.830508
80
h
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/include/vendor/efm32pg12b_gpio_p.h
/***************************************************************************//** * @file * @brief EFM32PG12B_GPIO_P register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ******...
2,955
41.84058
80
h
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/include/vendor/efm32pg12b_rtcc_cc.h
/***************************************************************************//** * @file * @brief EFM32PG12B_RTCC_CC register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> *****...
2,477
38.967742
80
h
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/include/vendor/efm32pg12b_prs_signals.h
/***************************************************************************//** * @file * @brief EFM32PG12B_PRS_SIGNALS register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> *...
14,141
69.71
133
h
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/include/vendor/efm32pg12b_vdac_opa.h
/***************************************************************************//** * @file * @brief EFM32PG12B_VDAC_OPA register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ****...
2,910
43.106061
93
h
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/include/vendor/efm32pg12b_dmareq.h
/***************************************************************************//** * @file * @brief EFM32PG12B_DMAREQ register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ******...
9,295
72.19685
112
h
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/include/vendor/efm32pg12b_fpueh.h
/***************************************************************************//** * @file * @brief EFM32PG12B_FPUEH register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> *******...
16,205
76.54067
110
h
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/include/vendor/efm32pg12b_lesense_buf.h
/***************************************************************************//** * @file * @brief EFM32PG12B_LESENSE_BUF register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> *...
2,294
37.898305
80
h
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/include/vendor/efm32pg12b_lesense_st.h
/***************************************************************************//** * @file * @brief EFM32PG12B_LESENSE_ST register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> **...
2,379
38.666667
80
h
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/include/vendor/efm32pg12b_lesense_ch.h
/***************************************************************************//** * @file * @brief EFM32PG12B_LESENSE_CH register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> **...
2,481
39.032258
80
h
RIOT
RIOT-master/cpu/efm32/families/efm32pg12b/include/vendor/efm32pg12b_prs_ch.h
/***************************************************************************//** * @file * @brief EFM32PG12B_PRS_CH register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ******...
2,282
37.694915
80
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/vectors.c
/* * Copyright (C) 2015-2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_efm32hg * @{ * * @file * @brief Startup code and int...
2,560
31.833333
78
c
RIOT
RIOT-master/cpu/efm32/families/efm32hg/system.c
/***************************************************************************//** * @file * @brief CMSIS Cortex-M0+ System Layer for EFM32HG devices. ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ********...
12,690
31.624679
80
c
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/em_device.h
/***************************************************************************//** * @file * @brief CMSIS Cortex-M Peripheral Access Layer for Silicon Laboratories * microcontroller devices * * This is a convenience header file for defining the part number on the * build command line, instead of specifying t...
3,140
25.846154
80
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg309f32.h
/***************************************************************************//** * @file * @brief CMSIS Cortex-M Peripheral Access Layer Header File * for EFM32HG309F32 ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. ...
21,521
51.364964
110
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg_mtb.h
/***************************************************************************//** * @file * @brief EFM32HG_MTB register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ************...
9,470
68.639706
123
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg309f64.h
/***************************************************************************//** * @file * @brief CMSIS Cortex-M Peripheral Access Layer Header File * for EFM32HG309F64 ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. ...
21,521
51.364964
110
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg310f64.h
/***************************************************************************//** * @file * @brief CMSIS Cortex-M Peripheral Access Layer Header File * for EFM32HG310F64 ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. ...
21,521
51.364964
110
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg322f64.h
/***************************************************************************//** * @file * @brief CMSIS Cortex-M Peripheral Access Layer Header File * for EFM32HG322F64 ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. ...
21,521
51.364964
110
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg_dma_descriptor.h
/***************************************************************************//** * @file * @brief EFM32HG_DMA_DESCRIPTOR register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> *...
2,640
40.265625
80
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg350f64.h
/***************************************************************************//** * @file * @brief CMSIS Cortex-M Peripheral Access Layer Header File * for EFM32HG350F64 ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. ...
21,521
51.364964
110
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg310f32.h
/***************************************************************************//** * @file * @brief CMSIS Cortex-M Peripheral Access Layer Header File * for EFM32HG310F32 ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. ...
21,521
51.364964
110
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg_usb_doep.h
/***************************************************************************//** * @file * @brief EFM32HG_USB_DOEP register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> *******...
2,728
41.640625
87
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg_dmareq.h
/***************************************************************************//** * @file * @brief EFM32HG_DMAREQ register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> *********...
5,364
58.611111
105
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg_wdog.h
/***************************************************************************//** * @file * @brief EFM32HG_WDOG register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ***********...
11,153
73.85906
122
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg_gpio_p.h
/***************************************************************************//** * @file * @brief EFM32HG_GPIO_P register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> *********...
2,754
40.742424
80
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/system_efm32hg.h
/***************************************************************************//** * @file * @brief CMSIS Cortex-M System Layer for EFM32 devices. ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ************...
6,045
40.696552
80
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg_emu.h
/***************************************************************************//** * @file * @brief EFM32HG_EMU register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ************...
7,416
61.327731
118
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg350f32.h
/***************************************************************************//** * @file * @brief CMSIS Cortex-M Peripheral Access Layer Header File * for EFM32HG350F32 ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. ...
21,521
51.364964
110
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg_prs_ch.h
/***************************************************************************//** * @file * @brief EFM32HG_PRS_CH register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> *********...
2,251
37.827586
80
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg_vcmp.h
/***************************************************************************//** * @file * @brief EFM32HG_VCMP register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ***********...
17,850
82.807512
130
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg_romtable.h
/***************************************************************************//** * @file * @brief EFM32HG_ROMTABLE register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> *******...
4,121
47.494118
123
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg_timer_cc.h
/***************************************************************************//** * @file * @brief EFM32HG_TIMER_CC register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> *******...
2,442
39.04918
80
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg_dma_ch.h
/***************************************************************************//** * @file * @brief EFM32HG_DMA_CH register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> *********...
2,251
37.827586
80
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg_calibrate.h
/***************************************************************************//** * @file * @brief EFM32HG_CALIBRATE register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ******...
2,453
38.580645
95
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg_aes.h
/***************************************************************************//** * @file * @brief EFM32HG_AES register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ************...
15,009
70.47619
129
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg_devinfo.h
/***************************************************************************//** * @file * @brief EFM32HG_DEVINFO register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ********...
14,015
77.741573
129
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg_usb_diep.h
/***************************************************************************//** * @file * @brief EFM32HG_USB_DIEP register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> *******...
2,818
42.369231
93
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg_prs_signals.h
/***************************************************************************//** * @file * @brief EFM32HG_PRS_SIGNALS register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ****...
5,867
54.885714
91
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg322f32.h
/***************************************************************************//** * @file * @brief CMSIS Cortex-M Peripheral Access Layer Header File * for EFM32HG322F32 ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. ...
21,521
51.364964
110
h
RIOT
RIOT-master/cpu/efm32/families/efm32hg/include/vendor/efm32hg_rtc.h
/***************************************************************************//** * @file * @brief EFM32HG_RTC register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ************...
17,950
76.709957
121
h
RIOT
RIOT-master/cpu/efm32/families/efm32zg/vectors.c
/* * Copyright (C) 2015-2018 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_efm32zg * @{ * * @file * @brief Startup code and int...
2,218
30.7
78
c
RIOT
RIOT-master/cpu/efm32/families/efm32zg/system.c
/***************************************************************************//** * @file * @brief CMSIS Cortex-M0+ System Layer for EFM32ZG devices. ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ********...
12,350
31.674603
80
c
RIOT
RIOT-master/cpu/efm32/families/efm32zg/include/vendor/em_device.h
/***************************************************************************//** * @file * @brief CMSIS Cortex-M Peripheral Access Layer for Silicon Laboratories * microcontroller devices * * This is a convenience header file for defining the part number on the * build command line, instead of specifying t...
2,896
26.590476
80
h
RIOT
RIOT-master/cpu/efm32/families/efm32zg/include/vendor/efm32zg_vcmp.h
/***************************************************************************//** * @file * @brief EFM32ZG_VCMP register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ***********...
17,849
82.802817
130
h
RIOT
RIOT-master/cpu/efm32/families/efm32zg/include/vendor/efm32zg_wdog.h
/***************************************************************************//** * @file * @brief EFM32ZG_WDOG register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ***********...
11,152
73.852349
122
h
RIOT
RIOT-master/cpu/efm32/families/efm32zg/include/vendor/efm32zg_aes.h
/***************************************************************************//** * @file * @brief EFM32ZG_AES register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ************...
15,008
70.471429
129
h
RIOT
RIOT-master/cpu/efm32/families/efm32zg/include/vendor/efm32zg_devinfo.h
/***************************************************************************//** * @file * @brief EFM32ZG_DEVINFO register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ********...
12,598
73.550296
124
h
RIOT
RIOT-master/cpu/efm32/families/efm32zg/include/vendor/system_efm32zg.h
/***************************************************************************//** * @file * @brief CMSIS Cortex-M System Layer for EFM32 devices. ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ************...
5,790
40.070922
80
h