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/drivers/ccs811/include/ccs811_params.h
/* * Copyright (C) 2018 Gunar Schorcht * * 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_ccs811 * @brief Default configuration for AMS CCS811 digital gas s...
2,539
24.4
72
h
RIOT
RIOT-master/drivers/ccs811/include/ccs811_regs.h
/* * Copyright (C) 2018 Gunar Schorcht * * 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_ccs811 * @brief Register definitions for the AMS CCS811 digital ga...
2,461
29.02439
95
h
RIOT
RIOT-master/drivers/pca9633/pca9633.c
/* * Copyright (C) 2020 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 drivers_pca9633 * @brief Device driver for the PCA9633 I2C PWM c...
7,624
26.329749
81
c
RIOT
RIOT-master/drivers/pca9633/include/pca9633_params.h
/* * Copyright (C) 2020 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 drivers_actuators * @brief Default configuration for the PCA9633...
2,556
24.828283
72
h
RIOT
RIOT-master/drivers/sdp3x/sdp3x.c
/* * Copyright (C) 2019 Dirk Ehmen * 2020 Jan Schlichter * 2020 Nishchay Agrawal * * 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_s...
12,972
26.898925
83
c
RIOT
RIOT-master/drivers/sdp3x/sdp3x_saul.c
/* * Copyright (C) 2019 Jan Schlichter * 2020 Nishchay Agrawal * * 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_sdp3x * @{ * @file * @brief ...
1,604
25.311475
79
c
RIOT
RIOT-master/drivers/sdp3x/include/sdp3x_params.h
/* * Copyright (C) 2019 Dirk Ehmen * 2020 Nishchay Agrawal * * 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_sensors * @{ * @file * @brief ...
2,300
20.707547
78
h
RIOT
RIOT-master/drivers/sx127x/sx127x.c
/* * Copyright (C) 2016 Unwired Devices <info@unwds.com> * 2017 Inria Chile * 2017 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 d...
11,081
29.361644
96
c
RIOT
RIOT-master/drivers/sx127x/sx127x_netdev.c
/* * Copyright (C) 2016 Fundación Inria Chile * * 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_sx127x * @{ * @file * @brief Netdev adaptation for the sx...
23,375
29.397919
97
c
RIOT
RIOT-master/drivers/sx127x/sx127x_internal.c
/* * Copyright (c) 2016 Unwired Devices <info@unwds.com> * 2017 Inria Chile * 2017 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 d...
7,598
30.6625
102
c
RIOT
RIOT-master/drivers/sx127x/include/sx127x_internal.h
/* * Copyright (C) 2016 Unwired Devices <info@unwds.com> * 2017 Inria Chile * 2017 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 d...
4,623
29.622517
91
h
RIOT
RIOT-master/drivers/sx127x/include/sx127x_params.h
/* * Copyright (C) 2017 Inria * 2017 Inria Chile * * 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_sx127x * @{ * @file * @brief Default co...
3,519
29.877193
82
h
RIOT
RIOT-master/drivers/jc42/jc42.c
/* * Copyright (C) 2017 Koen Zandberg * * 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_jc42 * @{ * * @file * @brief Device driver implementation for th...
2,211
22.284211
95
c
RIOT
RIOT-master/drivers/bmp180/bmp180.c
/* * Copyright (C) 2016 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 drivers_bmp180 * @{ * * @file * @brief Device driver implementation for the BMP1...
8,148
31.466135
99
c
RIOT
RIOT-master/drivers/bmp180/bmp180_saul.c
/* * Copyright (C) 2016 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 drivers_bmp180 * @{ * * @file * @brief SAUL adaption for BMP180 device * * @au...
1,187
21
69
c
RIOT
RIOT-master/drivers/bmp180/include/bmp180_internals.h
/* * Copyright (C) 2016 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 drivers_bmp180 * @brief Internal addresses, registers, constants for the BMP180 sen...
1,517
23.483871
88
h
RIOT
RIOT-master/drivers/bmp180/include/bmp180_params.h
/* * Copyright (C) 2016 Inria * 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 drivers_bmp180 * * @{ * @file * @brief ...
1,694
20.455696
82
h
RIOT
RIOT-master/drivers/si114x/si114x.c
/* * Copyright (C) 2016-2018 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 drivers_si114x * @{ * * @file * @brief Device driver implementation for the...
7,885
28.646617
88
c
RIOT
RIOT-master/drivers/si114x/include/si114x_internals.h
/* * Copyright (C) 2016-2018 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 drivers_si114x * @brief Internal addresses, registers, constants for the Si114...
8,180
38.331731
87
h
RIOT
RIOT-master/drivers/mtd_mci/mtd_mci.c
/* * Copyright (C) 2020 Beuth Hochschule für Technik 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 drivers_mtd * @{ * * @file * @brief Driver for ...
3,423
21.979866
80
c
RIOT
RIOT-master/drivers/aip31068/aip31068.c
/* * Copyright (C) 2020 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 drivers_aip31068 * @brief Device driver for AIP31068 * @author ...
11,533
27.200489
89
c
RIOT
RIOT-master/drivers/aip31068/include/aip31068_internal.h
/* * Copyright (C) 2020 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 drivers_aip31068 * @brief Internal definitions for the AIP31068 ...
900
20.452381
74
h
RIOT
RIOT-master/drivers/aip31068/include/aip31068_regs.h
/* * Copyright (C) 2020 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 drivers_aip31068 * @brief Register definitions for the AIP31068 ...
3,664
21.623457
80
h
RIOT
RIOT-master/drivers/aip31068/include/aip31068_params.h
/* * Copyright (C) 2020 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 drivers_aip31068 * @brief Default configuration for the AIP31068...
1,615
21.136986
73
h
RIOT
RIOT-master/drivers/ir_nec/ir_nec.c
/* * Copyright (C) 2022 Dario Petrillo * * 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_ir_nec * @{ * * @file * @brief Device driver implementation for...
2,426
25.096774
86
c
RIOT
RIOT-master/drivers/ir_nec/include/ir_nec_constants.h
/* * Copyright (C) 2022 Dario Petrillo * * 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_ir_nec * @{ * * @file * @brief Internal addresses, registers an...
893
23.162162
98
h
RIOT
RIOT-master/drivers/periph_common/gpio.c
/* * Copyright (C) 2019 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. */ #include "periph/gpio.h" #include <stdint.h> uint8_t gpio_util_shif...
601
22.153846
69
c
RIOT
RIOT-master/drivers/periph_common/gpio_ll.c
/* * Copyright (C) 2022 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. */ #include <assert.h> #include <stdint.h> #include <stdio.h> #include "periph...
5,297
27.180851
79
c
RIOT
RIOT-master/drivers/periph_common/cpuid.c
/* * Copyright (C) 2017 Eistec AB * Copyright (C) 2014-2016 Freie Universität Berlin * Copyright (C) 2015 James Hollister * * 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 ...
972
21.627907
69
c
RIOT
RIOT-master/drivers/periph_common/ptp_timer.c
/* * Copyright (C) 2020 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 drivers_periph_ptp * @{ * * @file * @brief Com...
1,314
26.978723
83
c
RIOT
RIOT-master/drivers/periph_common/i2c.c
/* * Copyright (C) 2018 Mesotic SAS <dylan.laduranty@mesotic.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 drivers_periph_i2c * @{ * * @file * @brief c...
2,899
26.884615
82
c
RIOT
RIOT-master/drivers/periph_common/spi.c
/* * Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de> * 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 drivers_pe...
1,662
22.757143
80
c
RIOT
RIOT-master/drivers/periph_common/timer.c
/* * Copyright (C) 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 drivers_periph_timer * @{ * * @file * @brief Shared periphera...
715
20.69697
74
c
RIOT
RIOT-master/drivers/periph_common/init.c
/* * Copyright (C) 2017 Freie Universität Berlin * 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 drivers_pe...
3,044
21.065217
85
c
RIOT
RIOT-master/drivers/periph_common/flashpage.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 drivers_periph_flashpage * @{ * * @file * @brief Common flash...
2,967
22.370079
74
c
RIOT
RIOT-master/drivers/sdcard_spi/include/sdcard_spi_params.h
/* * Copyright (C) 2017 Michel Rottleuthner <michel.rottleuthner@haw-hamburg.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 drivers_sdcard_spi * @{ * * @file *...
2,130
25.974684
84
h
RIOT
RIOT-master/drivers/sdcard_spi/include/sdcard_spi_internal.h
/* * Copyright (C) 2016 Michel Rottleuthner <michel.rottleuthner@haw-hamburg.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 drivers_sdcard_spi * @{ * * @file *...
11,053
36.598639
112
h
RIOT
RIOT-master/drivers/mtd_emulated/mtd_emulated.c
/* * Copyright (C) 2023 Gunar Schorcht * * 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. */ #include <errno.h> #include <string.h> #include "assert.h" #include "macros/utils.h" #include "mtd_e...
4,089
24.246914
87
c
RIOT
RIOT-master/drivers/ds1307/ds1307.c
/* * Copyright (C) 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 drivers_ds1307 * @{ * * @file * @author Martine Lenders <m.lenders@fu-...
6,660
30.719048
93
c
RIOT
RIOT-master/drivers/ds1307/include/ds1307_internal.h
/* * Copyright (C) 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 drivers_ds1307 * @brief * @{ * * @file * @brief Register definitions...
2,323
30.835616
83
h
RIOT
RIOT-master/drivers/shtcx/shtcx.c
/* * Copyright (C) 2017 RWTH-Aachen * * 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_shtcx * @{ * * @file * @brief Device driver implementation for the...
4,141
28.375887
85
c
RIOT
RIOT-master/drivers/shtcx/shtcx_saul.c
/* * Copyright (C) 2019 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_shtcx * @{ * * @file * @brief SHTCX adaption to the RIOT actuator/...
1,248
20.912281
81
c
RIOT
RIOT-master/drivers/shtcx/include/shtcx_params.h
/* * Copyright 2017, RWTH Aachen. All rights reserved. * * 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_shtcx * * @{ * * @file * @brief Default parame...
1,640
20.592105
81
h
RIOT
RIOT-master/drivers/shtcx/include/shtcx_regs.h
/* * Copyright 2017, RWTH Aachen. All rights reserved. * * 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_shtcx * * @{ * @file * @brief Register definiti...
1,394
26.9
96
h
RIOT
RIOT-master/drivers/at25xxx/at25xxx.c
/* * Copyright (C) 2019 ML!PA Consulting 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 drivers_at25xxx * @{ * * @file * @brief Driver for the AT25xxx f...
6,670
24.173585
114
c
RIOT
RIOT-master/drivers/at25xxx/mtd/mtd.c
/* * Copyright (C) 2020 ML!PA Consulting 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 drivers_mtd_at25xxx * @{ * * @file * @brief MTD wrapper for A...
3,017
30.4375
98
c
RIOT
RIOT-master/drivers/at25xxx/include/at25xxx_constants.h
/* * Copyright (C) 2019 ML!PA Consulting 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 drivers_at25xxx * @{ * * @file * @brief Commands for the AT25xxx...
1,258
26.977778
69
h
RIOT
RIOT-master/drivers/at25xxx/include/at25xxx_params.h
/* * Copyright (C) 2019 ML!PA Consulting 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 drivers_at25xxx * @{ * * @file * @brief Default configuration fo...
2,088
24.168675
77
h
RIOT
RIOT-master/drivers/pcd8544/pcd8544.c
/* * Copyright (C) 2015 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 drivers_pcd8544 * @{ * @file * @brief Implementation of the SP...
13,096
32.582051
81
c
RIOT
RIOT-master/drivers/pcd8544/include/pcd8544_internal.h
/* * Copyright (C) 2015 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 drivers_pcd8544 * * @{ * * @file * @brief Internal definitio...
2,200
27.584416
80
h
RIOT
RIOT-master/drivers/srf04/srf04.c
/* * Copyright (C) 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 drivers_srf04 * @{ * * @file * @brief driver for srf04 ultra soni...
2,119
20.2
80
c
RIOT
RIOT-master/drivers/cc110x/cc110x.c
/* * Copyright (C) 2018 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 drivers_cc110x * @{ * * @file * @brief Impleme...
6,125
26.470852
84
c
RIOT
RIOT-master/drivers/cc110x/cc110x_patables.c
/* * Copyright (C) 2018 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 drivers_cc110x * @{ * * @file * @brief Default...
1,710
24.161765
77
c
RIOT
RIOT-master/drivers/cc110x/cc110x_calibration.c
/* * Copyright (C) 2018 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 drivers_cc110x * @{ * * @file * @brief Impleme...
3,945
27.594203
80
c
RIOT
RIOT-master/drivers/cc110x/cc110x_netdev.c
/* * Copyright (C) 2018 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 drivers_cc110x * @{ * * @file * @brief Impleme...
22,453
31.684134
96
c
RIOT
RIOT-master/drivers/cc110x/cc110x_rx_tx.c
/* * Copyright (C) 2018 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 drivers_cc110x * @{ * * @file * @brief Functio...
10,953
32.808642
81
c
RIOT
RIOT-master/drivers/cc110x/cc110x_configs.c
/* * Copyright (C) 2018 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 drivers_cc110x * @{ * * @file * @brief Transce...
2,247
33.060606
78
c
RIOT
RIOT-master/drivers/cc110x/cc110x_communication.c
/* * Copyright (C) 2018 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 drivers_cc110x * @{ * * @file * @brief Functio...
3,195
24.165354
80
c
RIOT
RIOT-master/drivers/cc110x/cc110x_settings.c
/* * Copyright (C) 2018 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 drivers_cc110x * @{ * * @file * @brief On-chip...
11,869
34.861027
81
c
RIOT
RIOT-master/drivers/cc110x/cc110x_chanmaps.c
/* * Copyright (C) 2018 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 drivers_cc110x * @{ * * @file * @brief Channel...
3,252
42.373333
81
c
RIOT
RIOT-master/drivers/cc110x/include/cc110x_calibration.h
/* * Copyright (C) 2018 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 drivers_cc110x * @{ * * @file * @brief Calibra...
1,235
24.22449
78
h
RIOT
RIOT-master/drivers/cc110x/include/cc110x_rx_tx.h
/* * Copyright (C) 2018 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 drivers_cc110x * @{ * * @file * @brief Functio...
995
20.191489
78
h
RIOT
RIOT-master/drivers/cc110x/include/cc110x_settings.h
/* * Copyright (C) 2018 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 drivers_cc110x * @{ * * @file * @brief Default...
5,475
31.211765
82
h
RIOT
RIOT-master/drivers/cc110x/include/cc110x_internal.h
/* * Copyright (C) 2018 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 drivers_cc110x * @{ * * @file * @brief Interna...
2,283
26.518072
80
h
RIOT
RIOT-master/drivers/cc110x/include/cc110x_params.h
/* * Copyright (C) 2018 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 drivers_cc110x * @{ * * @file * @brief cc110x ...
3,121
23.582677
95
h
RIOT
RIOT-master/drivers/cc110x/include/cc110x_constants.h
/* * Copyright (C) 2018 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 drivers_cc110x * @{ * * @file * @brief Constan...
14,870
24.507719
80
h
RIOT
RIOT-master/drivers/cc110x/include/cc110x_communication.h
/* * Copyright (C) 2018 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 drivers_cc110x * @{ * * @file * @brief Functio...
7,944
36.300469
82
h
RIOT
RIOT-master/drivers/lcd/lcd.c
/* * Copyright (C) 2018 Koen Zandberg * 2021 Francisco Molina * 2023 Gunar Schorcht * * 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 driver...
8,114
26.602041
78
c
RIOT
RIOT-master/drivers/lcd/include/lcd_internal.h
/* * Copyright (C) 2018 Koen Zandberg * 2021 Francisco Molina * * 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_lcd * @{ * * @file * @brief ...
3,051
37.632911
94
h
RIOT
RIOT-master/drivers/sx126x/sx126x.c
/* * Copyright (C) 2021 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 drivers_sx126x * @{ * * @file * @brief Device driver implementation for the SX12...
10,005
27.835735
95
c
RIOT
RIOT-master/drivers/sx126x/sx126x_netdev.c
/* * Copyright (C) 2021 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 drivers_sx126x * @{ * @file * @brief Netdev adaptation for the SX1261/2/8 and LLC...
13,764
27.617464
100
c
RIOT
RIOT-master/drivers/sx126x/include/sx126x_internal.h
/* * Copyright (C) 2021 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. */ /** * @defgroup drivers_sx126x_internal SX1261/2/8 and LLCC68 internal functions * @ingroup dri...
2,852
20.778626
80
h
RIOT
RIOT-master/drivers/sx126x/include/sx126x_params.h
/* * Copyright (C) 2021 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 drivers_sx126x * * @{ * @file * @brief Default configuration * * @author ...
3,101
25.288136
74
h
RIOT
RIOT-master/drivers/mpu9x50/mpu9x50.c
/* * Copyright (C) 2015 Freie Universität Berlin * 2019 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_mpu9x50 * @{ * * @file * ...
18,897
31.582759
104
c
RIOT
RIOT-master/drivers/mpu9x50/mpu9x50_saul.c
/* * Copyright (C) 2017 Inria * 2019 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_mpu9x50 * @{ * * @file * @brief MPU9X5...
1,768
20.059524
90
c
RIOT
RIOT-master/drivers/mpu9x50/include/mpu9x50_params.h
/* * Copyright (C) 2017 Inria * 2019 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_mpu9x50 * @{ * * @file * @brief De...
1,908
22.280488
79
h
RIOT
RIOT-master/drivers/mpu9x50/include/mpu9x50_regs.h
/* * Copyright (C) 2015 Freie Universität Berlin * 2019 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_mpu9x50 * @{ * * @file * ...
3,394
31.333333
104
h
RIOT
RIOT-master/drivers/mpu9x50/include/mpu9x50_internal.h
/* * 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_mpu9x50 * * @{ * @file * @brief Internal config for the MPU-9X50 (...
2,002
22.845238
84
h
RIOT
RIOT-master/drivers/ltc4150/ltc4150_last_minute.c
/* * Copyright 2019 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 drivers_ltc4150 * @{ * * @file * @brief Track the ...
2,786
27.731959
76
c
RIOT
RIOT-master/drivers/ltc4150/ltc4150_saul.c
/* * Copyright 2019 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 drivers_ltc4150 * @{ * * @file * @brief SAUL adapt...
1,530
21.514706
79
c
RIOT
RIOT-master/drivers/ltc4150/ltc4150.c
/* * Copyright 2019 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 drivers_ltc4150 * @{ * * @file * @brief LTC4150 De...
4,967
23.594059
84
c
RIOT
RIOT-master/drivers/ltc4150/include/ltc4150_params.h
/* * Copyright (C) 2019 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 drivers_ltc4150 * * @{ * @file * @brief Defaul...
2,403
23.783505
80
h
RIOT
RIOT-master/drivers/soft_uart/soft_uart.c
/* * Copyright (C) 2020 ML!PA Consulting 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 drivers_soft_uart * @{ * * @file * @brief Software UART implemen...
8,277
24.161094
101
c
RIOT
RIOT-master/drivers/soft_uart/include/soft_uart_params.h
/* * Copyright (C) 2020 ML!PA Consulting 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 drivers_soft_uart * @{ * * @file * @brief Software UART configur...
1,793
23.243243
70
h
RIOT
RIOT-master/drivers/ws281x/ws281x.c
/* * Copyright 2019 Marian Buschsieweke * * 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_ws281x * * @{ * * @file * @brief Driver for the WS2812 or the...
1,028
24.097561
77
c
RIOT
RIOT-master/drivers/ws281x/vt100.c
/* * Copyright 2019 Benjamin Valentin * * 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_ws281x * * @{ * * @file * @brief Implementation of `ws281x_writ...
1,100
20.173077
70
c
RIOT
RIOT-master/drivers/ws281x/atmega.c
/* * Copyright 2019 Marian Buschsieweke * * 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_ws281x * * @{ * * @file * @brief Implementation of `ws281x_wr...
9,994
42.268398
84
c
RIOT
RIOT-master/drivers/ws281x/esp32.c
/* * Copyright 2020 Christian Friedrich Coors * 2023 Gunar Schorcht * * 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_ws281x * * @{ * * @file * @b...
6,119
27.732394
88
c
RIOT
RIOT-master/drivers/ws281x/include/ws281x_params.h
/* * Copyright (C) 2019 Marian Buschsieweke * * 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_ws281x * * @{ * @file * @brief Default configuration for W...
1,747
22.945205
116
h
RIOT
RIOT-master/drivers/dsp0401/dsp0401.c
/* * Copyright (C) 2017 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 drivers_dsp0401 * @{ * * @file * @brief Device driver implementation for dsp0401...
7,521
28.968127
87
c
RIOT
RIOT-master/drivers/dsp0401/include/dsp0401_params.h
/* * Copyright (C) 2017 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 drivers_dsp0401 * * @{ * @file * @brief Default configuration for DSP0401 * * ...
2,114
24.792683
84
h
RIOT
RIOT-master/drivers/mtd/mtd-vfs.c
/* * Copyright (C) 2016 Eistec AB * * 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. */ #if MODULE_VFS #include <fcntl.h> #include <errno.h> #include <unistd.h> #include "mtd.h" #include "vfs....
3,424
23.464286
80
c
RIOT
RIOT-master/drivers/mtd/mtd.c
/* * Copyright (C) 2016 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 drivers_mtd * @{ * @brief Low level Memory Technology Device interface *...
10,518
24.845209
87
c
RIOT
RIOT-master/drivers/mma7660/mma7660.c
/* * Copyright (C) 2016 University of California, Berkeley * 2018 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_mma7660 * @{ *...
6,095
23.190476
93
c
RIOT
RIOT-master/drivers/mma7660/include/mma7660_reg.h
/* * Copyright (C) 2016 University of California, Berkeley * Copyright (C) 2016 Michael Andersen <m.andersen@cs.berkeley.edu> * * 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. * */ /** * @in...
1,350
24.490566
73
h
RIOT
RIOT-master/drivers/mma7660/include/mma7660_params.h
/* * Copyright (C) 2016 University of California, Berkeley * Copyright (C) 2016 Michael Andersen <m.andersen@cs.berkeley.edu> * * 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. * */ /** * @in...
1,941
21.321839
69
h
RIOT
RIOT-master/drivers/vcnl40x0/vcnl40x0.c
/* * Copyright (C) 2017 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 drivers_vcnl40x0 * @{ * * @file * @brief Device driver implementation for VCNL40...
5,057
28.236994
94
c
RIOT
RIOT-master/drivers/vcnl40x0/vcnl40x0_saul.c
/* * Copyright (C) 2017 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 drivers_vcnl40x0 * @{ * * @file * @brief SAUL adaption for VCNL40X0 devices * ...
1,301
21.067797
69
c
RIOT
RIOT-master/drivers/vcnl40x0/include/vcnl40x0_internals.h
/* * Copyright (C) 2017 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 drivers_vcnl40x0 * @{ * * @file * @brief Internal addresses, registers, constant...
4,632
32.330935
85
h
RIOT
RIOT-master/drivers/vcnl40x0/include/vcnl40x0_params.h
/* * Copyright (C) 2017 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 drivers_vcnl40x0 * * @{ * @file * @brief Default configuration for VCNL40X0 devi...
2,130
24.369048
88
h