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/pkg/openwsn/contrib/radio_netdev.c
/* * Copyright (C) 2018 Hamburg University of Applied Sciences * 2020 Inria * * 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 pkg_openwsn * @{ * * @file...
9,467
30.144737
80
c
RIOT
RIOT-master/pkg/openwsn/contrib/eui64.c
/* * Copyright (C) 2017 Hamburg University of Applied Sciences * * 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 pkg_openwsn * @{ * * @file * @brief RIOT adapti...
1,506
23.704918
78
c
RIOT
RIOT-master/pkg/openwsn/contrib/cryptoengine.c
/* * Copyright (C) 2020 Inria * * 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 pkg_openwsn * @{ * * @file * @brief RIOT adaption definition of the "cryptoengin...
2,451
22.352381
78
c
RIOT
RIOT-master/pkg/openwsn/contrib/radio_hal.c
/* * Copyright (C) 2020 Inria * * 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 pkg_openwsn * @{ * * @file * @brief RIOT adaption of the "radio" bsp module * ...
9,911
29.687307
84
c
RIOT
RIOT-master/pkg/openwsn/contrib/board.c
/* * Copyright (C) 2018 Hamburg University of Applied Sciences * 2020 Inria * * 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 pkg_openwsn * @{ * * @file...
2,067
22.235955
80
c
RIOT
RIOT-master/pkg/openwsn/include/openwsn_board.h
/* * Copyright (C) 2017 Hamburg University of Applied Sciences * 2020 Inria * * 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 pkg_openwsn * @{ * * RIOT ...
1,664
22.125
82
h
RIOT
RIOT-master/pkg/openwsn/include/board_info.h
/* * Copyright (C) 2017 Hamburg University of Applied Sciences * 2020 Inria * * 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 pkg_openwsn * @{ * * @file...
4,405
28.57047
88
h
RIOT
RIOT-master/pkg/openwsn/include/openwsn_log.h
/* * Copyright (C) 2015 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 pkg_openwsn * @{ * * @file * @brief System logg...
2,969
29.306122
86
h
RIOT
RIOT-master/pkg/openwsn/include/openwsn_radio.h
/* * Copyright (C) 2019 Hamburg University of Applied Sciences * 2020 Inria * * 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 pkg_openwsn * @{ * * @file...
2,644
29.056818
80
h
RIOT
RIOT-master/pkg/openwsn/include/openwsn_leds.h
/* * Copyright (C) 2017 Hamburg University of Applied Sciences * 2020 Inria * * 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 pkg_openwsn * @{ * * @file...
1,471
20.970149
74
h
RIOT
RIOT-master/pkg/openwsn/include/openwsn_debugpins.h
/* * Copyright (C) 2017 Hamburg University of Applied Sciences * * 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 pkg_openwsn * @{ * * @file * @brief Provides an...
1,481
25
76
h
RIOT
RIOT-master/pkg/openwsn/include/openwsn_uart.h
/* * Copyright (C) 2018 Hamburg University of Applied Sciences * 2020 Inria * * 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 pkg_openwsn * @{ * * For d...
3,109
20.901408
78
h
RIOT
RIOT-master/pkg/openwsn/include/openwsn_debugpins_params.h
/* * Copyright (C) 2017 Hamburg University of Applied Sciences * * 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 pkg_openwsn * @{ * * @file * @brief Default con...
2,016
23.597561
73
h
RIOT
RIOT-master/pkg/openwsn/include/openwsn_leds_params.h
/* * Copyright (C) 2017 Hamburg University of Applied Sciences * * 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 pkg_openwsn * @{ * * @file * @brief Default con...
2,162
21.298969
73
h
RIOT
RIOT-master/pkg/paho-mqtt/contrib/riot_iface.c
/* * Copyright (C) 2019 Javier FILEIV <javier.fileiv@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. */ /** * @brief MQTT common RIOT interface functions * * @author ...
5,564
22.987069
105
c
RIOT
RIOT-master/pkg/littlefs/fs/littlefs_fs.c
/* * Copyright (C) 2017 OTA keys S.A. * * 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 sys_littlefs * @{ * * @file * @brief littlefs integration with vfs * *...
14,705
25.074468
98
c
RIOT
RIOT-master/pkg/nrfx/include/nrfx_glue.h
/* * Copyright (c) 2017 - 2021, Nordic Semiconductor ASA * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code mu...
8,737
29.552448
105
h
RIOT
RIOT-master/pkg/nrfx/include/nrfx_config.h
/* * Copyright (c) 2019 - 2021, Nordic Semiconductor ASA * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code mu...
2,090
33.85
81
h
RIOT
RIOT-master/pkg/uwb-dw1000/hal/uwb_dw1000.c
/* * Copyright (C) 2020 Inria * * 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 pkg_uwb_dw1000 * @{ * * @file * @brief Glue code for running uwb-core for RIOT ...
6,743
31.737864
98
c
RIOT
RIOT-master/pkg/uwb-dw1000/include/uwb_dw1000_params.h
/* * Copyright (C) 2020 Inria * * 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 pkg_uwb_dw1000 * * @{ * @file * @brief Default configuration * * @author ...
2,532
25.113402
81
h
RIOT
RIOT-master/pkg/uwb-dw1000/include/uwb_dw1000_config.h
/* * Copyright (C) 2020 Inria * * 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 pkg_uwb_core * @{ * * @file * @brief uwb-dw1000 radio configurations * * @auth...
6,597
23.080292
120
h
RIOT
RIOT-master/pkg/uwb-dw1000/include/uwb_dw1000.h
/* * Copyright (C) 2020 Inria * * 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 pkg_uwb_dw1000 * * @{ * * @file * @brief Abstraction layer for RIOT adaption *...
2,258
22.53125
76
h
RIOT
RIOT-master/pkg/uwb-dw1000/include/syscfg_uwb_dw1000.h
/* * Copyright (C) 2020 Inria * * 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 pkg_uwb_core * @{ * * @file * @brief uwb-dw1000 module configurations * ...
2,916
23.107438
74
h
RIOT
RIOT-master/cpu/saml1x/cpu.c
/* * Copyright (C) 2018 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_saml1x * @{ * * @file cpu.c * @brief Implementation of the CPU ...
5,178
25.973958
82
c
RIOT
RIOT-master/cpu/saml1x/vectors.c
/* * Copyright (C) 2018 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_saml1x * @{ * * @file vectors.c * @brief Startup code and in...
5,677
44.063492
78
c
RIOT
RIOT-master/cpu/saml1x/periph/pm.c
/* * Copyright (C) 2017 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_saml1x * @ingroup drivers_periph_pm * @{ * * ...
1,175
21.615385
72
c
RIOT
RIOT-master/cpu/saml1x/include/periph_cpu.h
/* * Copyright (C) 2018 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_saml1x * @brief CPU specific definitions for internal peripheral ...
6,860
40.835366
117
h
RIOT
RIOT-master/cpu/nrf52/cpu.c
/* * Copyright (C) 2015 Jan Wagner <mail@jwagner.eu> * 2016 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_nrf52 * @{ * ...
3,388
24.103704
79
c
RIOT
RIOT-master/cpu/nrf52/periph/adc.c
/* * Copyright (C) 2017 HAW Hamburg * 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_nrf52 * @{ * * @file * @brief...
4,118
24.90566
79
c
RIOT
RIOT-master/cpu/nrf52/include/cpu_conf.h
/* * Copyright (C) 2016 Freie Universität Berlin * 2020 Philipp-Alexander Blum <philipp-blum@jakiku.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. */ /** * @defgroup ...
4,128
26.898649
72
h
RIOT
RIOT-master/cpu/nrf52/include/nrf802154.h
/* * Copyright (C) 2019 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. */ /** * @defgroup drivers_nrf52_802154 IEEE802.15.4 Driver for nRF52840 SoCs * @ingroup ...
2,587
23.186916
80
h
RIOT
RIOT-master/cpu/nrf52/include/periph_cpu.h
/* * Copyright (C) 2015-2018 Freie Universität Berlin * 2020 Philipp-Alexander Blum <philipp-blum@jakiku.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 ...
4,245
26.217949
80
h
RIOT
RIOT-master/cpu/nrf52/include/vendor/nrf52810_peripherals.h
/* Copyright (c) 2010 - 2020, Nordic Semiconductor ASA All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditio...
5,310
21.696581
78
h
RIOT
RIOT-master/cpu/nrf52/include/vendor/nrf52833_peripherals.h
/* Copyright (c) 2010 - 2020, Nordic Semiconductor ASA All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditio...
7,371
22.477707
78
h
RIOT
RIOT-master/cpu/nrf52/include/vendor/nrf52840_peripherals.h
/* Copyright (c) 2010 - 2020, Nordic Semiconductor ASA All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditio...
7,416
22.250784
78
h
RIOT
RIOT-master/cpu/nrf52/include/vendor/nrf52820_peripherals.h
/* Copyright (c) 2010 - 2020, Nordic Semiconductor ASA All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditio...
5,540
22.883621
82
h
RIOT
RIOT-master/cpu/nrf52/include/vendor/nrf52811_peripherals.h
/* Copyright (c) 2010 - 2020, Nordic Semiconductor ASA All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditio...
5,582
22.165975
78
h
RIOT
RIOT-master/cpu/nrf52/include/vendor/nrf52805_peripherals.h
/* Copyright (c) 2010 - 2020, Nordic Semiconductor ASA All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditio...
5,174
22.738532
78
h
RIOT
RIOT-master/cpu/nrf52/include/vendor/nrf52832_peripherals.h
/* Copyright (c) 2010 - 2020, Nordic Semiconductor ASA All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditio...
6,679
21.955326
78
h
RIOT
RIOT-master/cpu/nrf52/vectors/vectors_nrf52811xxaa.c
/* * Copyright (C) 2016 Freie Universität Berlin * 2020 Philipp-Alexander Blum <philipp-blum@jakiku.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 c...
3,457
31.018519
78
c
RIOT
RIOT-master/cpu/nrf52/vectors/vectors_nrf52820xxaa.c
/* * Copyright (C) 2016 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_nrf52 * @{ * * @file * @brief nRF52820 interrupt vector d...
4,061
31.496
78
c
RIOT
RIOT-master/cpu/nrf52/vectors/vectors_nrf52833xxaa.c
/* * Copyright (C) 2016 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_nrf52 * @{ * * @file * @brief nRF52833 interrupt vector d...
4,280
31.431818
78
c
RIOT
RIOT-master/cpu/nrf52/vectors/vectors_nrf52805xxaa.c
/* * Copyright (C) 2016 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_nrf52 * @{ * * @file * @brief nRF52805 interrupt vector d...
3,159
29.980392
78
c
RIOT
RIOT-master/cpu/nrf52/vectors/vectors_nrf52832xxaa.c
/* * Copyright (C) 2016 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_nrf52 * @{ * * @file * @brief nRF52832 interrupt vector d...
3,706
30.683761
78
c
RIOT
RIOT-master/cpu/nrf52/vectors/vectors_nrf52840xxaa.c
/* * Copyright (C) 2016 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_nrf52 * @{ * * @file * @brief nRF52840 interrupt vector d...
4,280
31.431818
78
c
RIOT
RIOT-master/cpu/nrf52/vectors/vectors_nrf52810xxaa.c
/* * Copyright (C) 2016 Freie Universität Berlin * 2020 Philipp-Alexander Blum <philipp-blum@jakiku.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 c...
3,389
30.682243
78
c
RIOT
RIOT-master/cpu/nrf52/radio/nrf802154/nrf802154_radio.c
/* * Copyright (C) 2020 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 drivers_nrf52_802154 * @{ * * @file * @brief Implementation of the IEEE 80...
24,189
28.644608
103
c
RIOT
RIOT-master/cpu/cc26x0_cc13x0/cpu.c
/* * 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_cc26x0_cc13x0 * @{ * * @file * @brief implementation of the CPU initia...
1,255
21.836364
107
c
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/setup_rom.h
/****************************************************************************** * Filename: setup_rom.h * Revised: 2018-10-24 11:23:04 +0200 (Wed, 24 Oct 2018) * Revision: 52993 * * Description: Prototypes and defines for the setup API. * * Copyright (c) 2015 - 2017, Texas Instruments Incorpo...
19,676
42.533186
111
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/gpio.c
/****************************************************************************** * Filename: gpio.c * Revised: 2016-09-19 10:36:17 +0200 (Mon, 19 Sep 2016) * Revision: 47179 * * Description: Driver for the GPIO * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserve...
1,966
45.833333
80
c
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/interrupt.h
/****************************************************************************** * Filename: interrupt.h * Revised: 2017-11-14 15:26:03 +0100 (Tue, 14 Nov 2017) * Revision: 50272 * * Description: Defines and prototypes for the NVIC Interrupt Controller * * Copyright (c) 2015 - 2017, Texas Inst...
24,853
34.354196
90
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/ddi.c
/****************************************************************************** * Filename: ddi.c * Revised: 2018-06-04 16:10:13 +0200 (Mon, 04 Jun 2018) * Revision: 52111 * * Description: Driver for the DDI master interface * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All...
7,073
31.902326
80
c
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/osc.h
/****************************************************************************** * Filename: osc.h * Revised: 2019-02-14 09:35:31 +0100 (Thu, 14 Feb 2019) * Revision: 54539 * * Description: Defines and prototypes for the system oscillator control. * * Copyright (c) 2015 - 2017, Texas Instrumen...
22,700
39.321492
132
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/setup.c
/****************************************************************************** * Filename: setup.c * Revised: 2018-11-06 15:08:57 +0100 (Tue, 06 Nov 2018) * Revision: 53239 * * Description: Setup file for CC13xx/CC26xx devices. * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * ...
15,475
42.35014
128
c
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/osc.c
/****************************************************************************** * Filename: osc.c * Revised: 2019-02-14 09:35:31 +0100 (Thu, 14 Feb 2019) * Revision: 54539 * * Description: Driver for setting up the system Oscillators * * Copyright (c) 2015 - 2017, Texas Instruments Incorporat...
19,316
40.1
132
c
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/aux_wuc.h
/****************************************************************************** * Filename: aon_wuc.h * Revised: 2017-06-05 12:13:49 +0200 (Mon, 05 Jun 2017) * Revision: 49096 * * Description: Defines and prototypes for the AUX Wakeup Controller * * Copyright (c) 2015 - 2017, Texas Instrument...
12,531
35.011494
85
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/setup.h
/****************************************************************************** * Filename: setup.h * Revised: 2018-10-24 11:23:04 +0200 (Wed, 24 Oct 2018) * Revision: 52993 * * Description: Prototypes and defines for the setup API. * * Copyright (c) 2015 - 2017, Texas Instruments Incorporate...
5,599
38.43662
95
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/debug.h
/****************************************************************************** * Filename: debug.h * Revised: 2017-04-26 18:27:45 +0200 (Wed, 26 Apr 2017) * Revision: 48852 * * Description: Macros for assisting debug of the driver library. * * Copyright (c) 2015 - 2017, Texas Instruments Inc...
3,437
39.447059
80
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/ddi.h
/****************************************************************************** * Filename: ddi.h * Revised: 2018-06-04 16:10:13 +0200 (Mon, 04 Jun 2018) * Revision: 52111 * * Description: Defines and prototypes for the DDI master interface. * * Copyright (c) 2015 - 2017, Texas Instruments In...
20,756
36.066071
104
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/cc26x0_cpu.c
/****************************************************************************** * Filename: cpu.c * Revised: 2018-05-08 10:04:01 +0200 (Tue, 08 May 2018) * Revision: 51972 * * Description: Instruction wrappers for special CPU instructions needed by * the drivers. * * Copyrigh...
12,448
30.357683
92
c
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/chipinfo.c
/****************************************************************************** * Filename: chipinfo.c * Revised: 2018-08-17 09:28:06 +0200 (Fri, 17 Aug 2018) * Revision: 52354 * * Description: Collection of functions returning chip information. * * Copyright (c) 2015 - 2017, Texas Instrument...
7,521
34.481132
127
c
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/aon_batmon.h
/****************************************************************************** * Filename: aon_batmon.h * Revised: 2016-10-06 17:21:09 +0200 (Thu, 06 Oct 2016) * Revision: 47343 * * Description: Defines and prototypes for the AON Battery and Temperature * Monitor * * Copyrig...
11,081
35.09772
88
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/sys_ctrl.h
/****************************************************************************** * Filename: sys_ctrl.h * Revised: 2018-09-17 14:58:51 +0200 (Mon, 17 Sep 2018) * Revision: 52634 * * Description: Defines and prototypes for the System Controller. * * Copyright (c) 2015 - 2017, Texas Instruments ...
16,752
38.888095
128
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/ioc.c
/****************************************************************************** * Filename: ioc.c * Revised: 2017-06-05 12:13:49 +0200 (Mon, 05 Jun 2017) * Revision: 49096 * * Description: Driver for the IOC. * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved...
21,213
31.839009
94
c
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/debug.c
/****************************************************************************** * Filename: debug.c * Revised: 2017-04-26 18:27:45 +0200 (Wed, 26 Apr 2017) * Revision: 48852 * * Description: Driver for the Debug functionality (NB. This is a stub which * should never be include...
2,629
44.344828
94
c
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/interrupt.c
/****************************************************************************** * Filename: interrupt.c * Revised: 2017-05-19 11:31:39 +0200 (Fri, 19 May 2017) * Revision: 49017 * * Description: Driver for the NVIC Interrupt Controller. * * Copyright (c) 2015 - 2017, Texas Instruments Incorpo...
15,657
32.314894
86
c
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/cc26x0_cpu.h
/****************************************************************************** * Filename: cpu.h * Revised: 2018-06-04 16:10:13 +0200 (Mon, 04 Jun 2018) * Revision: 52111 * * Description: Defines and prototypes for the CPU instruction wrapper * functions. * * Copyright (c) 2...
15,005
31.132762
105
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/aon_wuc.c
/****************************************************************************** * Filename: aon_wuc.c * Revised: 2017-06-05 12:13:49 +0200 (Mon, 05 Jun 2017) * Revision: 49096 * * Description: Driver for the AON Wake-Up Controller. * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated...
8,135
35.16
95
c
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/aux_wuc.c
/****************************************************************************** * Filename: aux_wuc.c * Revised: 2017-06-05 12:13:49 +0200 (Mon, 05 Jun 2017) * Revision: 49096 * * Description: Driver for the AUX Wakeup Controller. * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated ...
10,643
36.478873
85
c
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/aon_rtc.c
/****************************************************************************** * Filename: aon_rtc.c * Revised: 2017-06-05 12:13:49 +0200 (Mon, 05 Jun 2017) * Revision: 49096 * * Description: Driver for the AON RTC. * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights ...
4,489
42.592233
108
c
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/driverlib/gpio.h
/****************************************************************************** * Filename: gpio.h * Revised: 2018-05-02 11:11:40 +0200 (Wed, 02 May 2018) * Revision: 51951 * * Description: Defines and prototypes for the GPIO. * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * A...
23,347
35.19845
114
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_vims.h
/****************************************************************************** * Filename: hw_vims_h * Revised: 2017-01-31 09:37:48 +0100 (Tue, 31 Jan 2017) * Revision: 48345 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in source ...
9,096
42.94686
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_aon_rtc.h
/****************************************************************************** * Filename: hw_aon_rtc_h * Revised: 2017-01-31 09:37:48 +0100 (Tue, 31 Jan 2017) * Revision: 48345 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in sour...
22,766
43.72888
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_ints.h
/****************************************************************************** * Filename: hw_ints_h * Revised: 2017-05-04 21:56:26 +0200 (Thu, 04 May 2017) * Revision: 48904 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in source ...
6,148
52.938596
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_adi_2_refsys.h
/****************************************************************************** * Filename: hw_adi_2_refsys_h * Revised: 2017-01-31 09:37:48 +0100 (Tue, 31 Jan 2017) * Revision: 48345 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in...
17,155
46.261708
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_cpu_fpb.h
/****************************************************************************** * Filename: hw_cpu_fpb_h * Revised: 2017-01-31 09:37:48 +0100 (Tue, 31 Jan 2017) * Revision: 48345 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in sour...
19,169
42.175676
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_aux_aiodio.h
/****************************************************************************** * Filename: hw_aux_aiodio_h * Revised: 2017-05-16 19:35:21 +0200 (Tue, 16 May 2017) * Revision: 49005 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in s...
21,174
42.931535
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_ddi.h
/****************************************************************************** * Filename: hw_ddi.h * Revised: 2017-06-05 12:13:49 +0200 (Mon, 05 Jun 2017) * Revision: 49096 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in sourc...
9,768
48.338384
96
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_aux_anaif.h
/****************************************************************************** * Filename: hw_aux_anaif_h * Revised: 2017-05-30 11:42:02 +0200 (Tue, 30 May 2017) * Revision: 49074 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in so...
14,508
46.415033
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_device.h
/****************************************************************************** * Filename: hw_device.h * Revised: 2017-06-21 10:06:25 +0200 (Wed, 21 Jun 2017) * Revision: 49177 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in so...
6,430
37.053254
80
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_types.h
/****************************************************************************** * Filename: hw_types.h * Revised: 2016-09-13 14:21:40 +0200 (Tue, 13 Sep 2016) * Revision: 47152 * * Description: Common types and macros. * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All right...
5,559
43.83871
86
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_cpu_tpiu.h
/****************************************************************************** * Filename: hw_cpu_tpiu_h * Revised: 2017-01-31 09:37:48 +0100 (Tue, 31 Jan 2017) * Revision: 48345 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in sou...
14,909
41.844828
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_aux_sce.h
/****************************************************************************** * Filename: hw_aux_sce_h * Revised: 2017-01-31 09:37:48 +0100 (Tue, 31 Jan 2017) * Revision: 48345 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in sour...
17,232
44.112565
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_chip_def.h
/****************************************************************************** * Filename: hw_chip_def.h * Revised: 2017-06-26 09:33:33 +0200 (Mon, 26 Jun 2017) * Revision: 49227 * * Description: Defines for device properties. * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * ...
9,685
39.697479
82
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_rfc_rat.h
/****************************************************************************** * Filename: hw_rfc_rat_h * Revised: 2017-01-31 09:37:48 +0100 (Tue, 31 Jan 2017) * Revision: 48345 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in sour...
8,770
44.921466
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_udma.h
/****************************************************************************** * Filename: hw_udma_h * Revised: 2017-01-31 09:37:48 +0100 (Tue, 31 Jan 2017) * Revision: 48345 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in source ...
23,769
40.267361
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_ccfg_simple_struct.h
/****************************************************************************** * Filename: hw_ccfg_simple_struct_h * Revised: 2017-01-31 09:37:48 +0100 (Tue, 31 Jan 2017) * Revision: 48345 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and ...
4,006
47.865854
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_cpu_rom_table.h
/****************************************************************************** * Filename: hw_cpu_rom_table_h * Revised: 2017-01-31 09:37:48 +0100 (Tue, 31 Jan 2017) * Revision: 48345 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use i...
9,738
43.067873
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_aon_ioc.h
/****************************************************************************** * Filename: hw_aon_ioc_h * Revised: 2017-01-31 09:37:48 +0100 (Tue, 31 Jan 2017) * Revision: 48345 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in sour...
6,294
43.330986
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_sysctl.h
/****************************************************************************** * Filename: hw_sysctl.h * Revised: 2015-03-16 14:43:45 +0100 (Mon, 16 Mar 2015) * Revision: 42989 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in so...
2,216
43.34
80
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_aux_timer.h
/****************************************************************************** * Filename: hw_aux_timer_h * Revised: 2017-05-22 18:50:33 +0200 (Mon, 22 May 2017) * Revision: 49040 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in so...
21,935
47.964286
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_adi_3_refsys.h
/****************************************************************************** * Filename: hw_adi_3_refsys_h * Revised: 2017-01-31 09:37:48 +0100 (Tue, 31 Jan 2017) * Revision: 48345 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in...
23,712
48.197095
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_adi_4_aux.h
/****************************************************************************** * Filename: hw_adi_4_aux_h * Revised: 2017-05-04 21:56:26 +0200 (Thu, 04 May 2017) * Revision: 48904 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in so...
24,585
49.07332
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_wdt.h
/****************************************************************************** * Filename: hw_wdt_h * Revised: 2017-01-31 09:37:48 +0100 (Tue, 31 Jan 2017) * Revision: 48345 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in source a...
12,684
42.591065
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_memmap.h
/****************************************************************************** * Filename: hw_memmap_h * Revised: 2017-01-31 09:37:48 +0100 (Tue, 31 Jan 2017) * Revision: 48345 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in sourc...
8,687
53.641509
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_aux_smph.h
/****************************************************************************** * Filename: hw_aux_smph_h * Revised: 2017-05-16 19:35:21 +0200 (Tue, 16 May 2017) * Revision: 49005 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in sou...
9,829
33.734982
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_aon_sysctl.h
/****************************************************************************** * Filename: hw_aon_sysctl_h * Revised: 2017-01-31 09:37:48 +0100 (Tue, 31 Jan 2017) * Revision: 48345 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in s...
16,274
45.633238
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_rfc_pwr.h
/****************************************************************************** * Filename: hw_rfc_pwr_h * Revised: 2017-01-31 09:37:48 +0100 (Tue, 31 Jan 2017) * Revision: 48345 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in sour...
7,445
47.350649
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_cpu_tiprop.h
/****************************************************************************** * Filename: hw_cpu_tiprop_h * Revised: 2017-01-31 09:37:48 +0100 (Tue, 31 Jan 2017) * Revision: 48345 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in s...
3,820
44.488095
79
h
RIOT
RIOT-master/cpu/cc26x0_cc13x0/vendor/inc/hw_aon_batmon.h
/****************************************************************************** * Filename: hw_aon_batmon_h * Revised: 2017-01-31 09:37:48 +0100 (Tue, 31 Jan 2017) * Revision: 48345 * * Copyright (c) 2015 - 2017, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in s...
14,037
40.167155
79
h