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/pulse_counter/pulse_counter_saul.c
/* * Copyright (C) 2017 UC Berkeley * * 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_pulse_counter * @{ * * @file * @brief PULSE_COUNTER adaption to th...
1,138
21.78
76
c
RIOT
RIOT-master/drivers/scd30/scd30.c
/* * Copyright (C) 2020 Puhang Ding * 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_...
10,092
25.012887
78
c
RIOT
RIOT-master/drivers/scd30/scd30_saul.c
/* * Copyright (C) 2020 Technische Universität Braunschweig * * 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_scd30 * @file * @brief SAUL adaption for Sen...
2,390
21.990385
69
c
RIOT
RIOT-master/drivers/scd30/include/scd30_internal.h
/* * Copyright (C) 2020 Puhang Ding * 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_...
1,623
24.777778
75
h
RIOT
RIOT-master/drivers/mq3/mq3.c
/* * Copyright (C) 2014 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_mq3 * @{ * * @file * @brief Device driver implementat...
1,119
21.857143
80
c
RIOT
RIOT-master/drivers/lis2dh12/lis2dh12_saul.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_lis2dh12 * @{ * * @file * @brief LIS2DH12 acceleromet...
1,195
20.357143
80
c
RIOT
RIOT-master/drivers/lis2dh12/lis2dh12.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_lis2dh12 * @{ * * @file * @brief LIS2DH12 acceleromet...
19,651
23.053856
90
c
RIOT
RIOT-master/drivers/lis2dh12/lis2dh12_internal.h
/* * 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_lis2dh12 * @{ * * @file * @brief Command definition f...
2,426
27.892857
69
h
RIOT
RIOT-master/drivers/lis2dh12/include/lis2dh12_params.h
/* * 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_lis2dh12 * * @{ * @file * @brief Default configuratio...
3,319
26.438017
79
h
RIOT
RIOT-master/drivers/lis2dh12/include/lis2dh12_registers.h
/* * Copyright (C) 2021 ML!PA Consulting GmbH * */ /** * @ingroup drivers_lis2dh12 * @{ * * @file * @brief LIS2DH12 register definitions * * @author Jan Mohr <jan.mohr@ml-pa.com> */ #ifndef LIS2DH12_REGISTERS_H #define LIS2DH12_REGISTERS_H #ifdef __cplusplus extern "C" { #endif /** * @nam...
17,103
35.084388
97
h
RIOT
RIOT-master/drivers/sht2x/sht2x_saul.c
/* * Copyright (C) 2019 Kees Bakker, SODAQ * * 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_sht2x * @{ * * @file * @brief SAUL adaption for Sensirion S...
1,146
20.240741
69
c
RIOT
RIOT-master/drivers/sht2x/sht2x.c
/* * Copyright (C) 2016,2017,2018 Kees Bakker, SODAQ * 2017 George Psimenos * 2018 Steffen Robertz * 2022 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 * directo...
14,665
29.940928
95
c
RIOT
RIOT-master/drivers/sht2x/include/sht2x_params.h
/* * Copyright (C) 2016,2017,2018 Kees Bakker, SODAQ * Copyright (C) 2017 George Psimenos * Copyright (C) 2018 Steffen Robertz * * 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. */ /** * @ing...
3,670
24.317241
80
h
RIOT
RIOT-master/drivers/dynamixel/writer.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_dynamixel * @{ * * @file * @brief Dynamixel messages writer * * @autho...
3,411
25.246154
122
c
RIOT
RIOT-master/drivers/dynamixel/reader.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_dynamixel * @{ * * @file * @brief Dynamixel messages reader * * @autho...
1,447
25.327273
105
c
RIOT
RIOT-master/drivers/dynamixel/crc.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_dynamixel * @{ * * @file * @brief Dynamixel CRC computation * * @autho...
2,915
43.181818
85
c
RIOT
RIOT-master/drivers/dynamixel/dynamixel.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_dynamixel * @{ * * @file * @brief Driver implementation for Dynamixel de...
3,462
26.704
104
c
RIOT
RIOT-master/drivers/dynamixel/include/dynamixel_protocol.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_dynamixel * * @{ * * @file * @brief Dynamixel protocol definitions * ...
4,812
49.135417
116
h
RIOT
RIOT-master/drivers/dynamixel/include/dynamixel_writer.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_dynamixel * * @{ * * @file * @brief Interface definition for Dynamixel ...
2,540
23.669903
123
h
RIOT
RIOT-master/drivers/dynamixel/include/dynamixel_reader.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_dynamixel * * @{ * * @file * @brief Interface definition for Dynamixel ...
3,381
21.546667
104
h
RIOT
RIOT-master/drivers/dose/dose.c
/* * Copyright (C) 2019 Juergen Fitschen <me@jue.yt> * * 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_dose * @{ * * @file * @brief Implementation of th...
22,046
26.421642
118
c
RIOT
RIOT-master/drivers/dose/include/dose_params.h
/* * Copyright (C) 2019 Juergen Fitschen <me@jue.yt> * * 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_dose * @{ * @file * @brief Default configuratio...
2,042
25.532468
92
h
RIOT
RIOT-master/drivers/st7735/st7735.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...
4,944
26.472222
78
c
RIOT
RIOT-master/drivers/st7735/include/st7735_params.h
/* * Copyright (C) 2018 Koen Zandberg <koen@bergzand.net> * 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_st7735 * * @{...
3,948
28.251852
97
h
RIOT
RIOT-master/drivers/st7735/include/st7735_internal.h
/* * Copyright (C) 2018 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_st7735 * @{ * * @file * @brief Device driver implementation for ...
1,047
20.833333
78
h
RIOT
RIOT-master/drivers/apa102/apa102.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_apa102 * @{ * * @file * @brief APA 102 RGB LED driver...
1,906
24.092105
77
c
RIOT
RIOT-master/drivers/apa102/include/apa102_params.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_apa102 * @{ * * @file * @brief APA102 board specific ...
1,337
20.238095
76
h
RIOT
RIOT-master/drivers/fxos8700/fxos8700_saul.c
/* * Copyright (C) 2018 UC Berkeley * * 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_fxos8700 * @{ * * @file * @brief FXOS8700 adaption to the RIOT act...
1,627
21.30137
83
c
RIOT
RIOT-master/drivers/fxos8700/fxos8700.c
/* * Copyright (C) 2018 UC Berkeley * * 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. */ /** * @file * @brief Driver for the FXOS8700 3-axis accelerometer/magnetometer * * @author ...
7,731
32.471861
94
c
RIOT
RIOT-master/drivers/fxos8700/include/fxos8700_params.h
/* * Copyright (C) 2018 UC Berkeley * * 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_fxos8700 * * @{ * @file * @brief Default configuration for FXOS870...
2,341
21.519231
89
h
RIOT
RIOT-master/drivers/fxos8700/include/fxos8700_regs.h
/* * Copyright (C) 2018 UC Berkeley * * 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_fxos8700 * @{ * * @file * @brief Register definitions for FXOS8700...
7,459
34.35545
69
h
RIOT
RIOT-master/drivers/ds75lx/ds75lx_saul.c
/* * Copyright (C) 2019 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_ds75lx * @{ * * @file * @brief SAUL adaption for DS75LX device * * @au...
979
20.777778
84
c
RIOT
RIOT-master/drivers/ds75lx/ds75lx.c
/* * Copyright (C) 2019 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_ds75lx * @{ * * @file * @brief Device driver implementation for the DS75...
3,826
26.141844
84
c
RIOT
RIOT-master/drivers/ds75lx/include/ds75lx_internals.h
/* * Copyright (C) 2019 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_ds75lx * @{ * * @file * @brief Internal addresses, registers, constants ...
1,399
20.538462
79
h
RIOT
RIOT-master/drivers/mma8x5x/mma8x5x.c
/* * Copyright (C) 2014 PHYTEC Messtechnik GmbH * 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_mma8x5x * @{ ...
6,156
25.65368
87
c
RIOT
RIOT-master/drivers/mma8x5x/include/mma8x5x_params.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_mma8x5x * @{ * * @file * @brief Default configuration...
1,879
21.380952
71
h
RIOT
RIOT-master/drivers/mma8x5x/include/mma8x5x_regs.h
/* * Copyright (C) 2014 PHYTEC Messtechnik GmbH * 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_mma8x5x * @{ ...
11,659
43.334601
101
h
RIOT
RIOT-master/drivers/mtd_flashpage/mtd_flashpage.c
/* * Copyright (C) 2018 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_flashpage * @brief Driver for internal flash devices implementi...
4,902
29.836478
99
c
RIOT
RIOT-master/drivers/hih6130/hih6130.c
/* * Copyright (C) 2015 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. */ /** * @ingroup drivers_hih6130 * @{ * * @file * @brief Device driver implementation for Hon...
3,642
25.021429
127
c
RIOT
RIOT-master/drivers/epd_bw_spi/epd_bw_spi.c
/* * Copyright (C) 2022 Silke Hofstra * * 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_epd_bw_spi * * @{ * @file * @brief Device driver implementation ...
10,642
30.029155
92
c
RIOT
RIOT-master/drivers/epd_bw_spi/epd_bw_spi_disp_dev.c
/* * Copyright (C) 2022 Silke Hofstra * * 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_epd_bw_spi * @{ * * @file * @brief Driver adaption to disp_dev g...
2,536
23.631068
84
c
RIOT
RIOT-master/drivers/epd_bw_spi/include/epd_bw_spi_params.h
/* * Copyright (C) 2019 Silke Hofstra * * 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_epd_bw_spi * * @{ * @file * @brief Default configuration for epd...
5,554
25.966019
80
h
RIOT
RIOT-master/drivers/epd_bw_spi/include/epd_bw_spi_internal.h
/* * Copyright (C) 2019 Silke Hofstra * * 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_epd_bw_spi * @{ * * @file * @brief Device driver implementation ...
4,852
45.663462
96
h
RIOT
RIOT-master/drivers/io1_xplained/io1_xplained.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_io1_xplained * @{ * * @file * @brief Device driver implementation for th...
3,396
29.061947
81
c
RIOT
RIOT-master/drivers/io1_xplained/io1_xplained_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_io1_xplained * @{ * * @file * @brief SAUL adaption for IO1 Xplained exte...
969
21.045455
69
c
RIOT
RIOT-master/drivers/io1_xplained/include/io1_xplained_params.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_io1_xplained * * @{ * @file * @brief Default configuration for IO1 Xplai...
2,041
20.270833
79
h
RIOT
RIOT-master/drivers/io1_xplained/include/io1_xplained_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_io1_xplained * @brief Internal addresses, constants for the IO1 Xplained ex...
1,958
22.321429
77
h
RIOT
RIOT-master/drivers/nvram/nvram-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 "nvram.h" #include "vf...
3,127
21.832117
81
c
RIOT
RIOT-master/drivers/cc2420/cc2420_internal.c
/* * Copyright (C) 2015-2016 Freie Universität Berlin * 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_cc2420 * @{ * * @file * @b...
3,451
27.295082
81
c
RIOT
RIOT-master/drivers/cc2420/cc2420.c
/* * Copyright (C) 2015-2016 Freie Universität Berlin * 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_cc2420 * @{ * * @file * @b...
6,854
29.602679
81
c
RIOT
RIOT-master/drivers/cc2420/cc2420_netdev.c
/* * Copyright (C) 2015 Freie Universität Berlin * 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_cc2420 * @{ * * @file * @brief ...
8,309
27.265306
95
c
RIOT
RIOT-master/drivers/cc2420/cc2420_getset.c
/* * Copyright (C) 2015 Freie Universität Berlin * 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_cc2420 * @{ * * @file * @brief ...
8,434
27.400673
79
c
RIOT
RIOT-master/drivers/cc2420/include/cc2420_internal.h
/* * Copyright (C) 2014 Milan Babel <babel@inf.fu-berlin.de> and INRIA * 2015-2016 Freie Universität Berlin * 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 det...
3,527
27.224
77
h
RIOT
RIOT-master/drivers/cc2420/include/cc2420_params.h
/* * 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_cc2420 * * @{ * @file * @brief Default configuration ...
2,223
24.272727
71
h
RIOT
RIOT-master/drivers/cc2420/include/cc2420_registers.h
/* * Copyright (C) 2015 Freie Universität Berlin * 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_cc2420 * @{ * * @file * @brief ...
8,549
33.615385
81
h
RIOT
RIOT-master/drivers/bme680/bme680_saul.c
/* * Copyright (C) 2020 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_bme680 * @brief SAUL adaption for BME680 devices * @author G...
5,891
26.924171
80
c
RIOT
RIOT-master/drivers/bme680/bme680.c
/* * Copyright (C) 2019 Mesotic SAS * 2020 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_bme680 * @{ * @file * @brief B...
4,091
25.4
80
c
RIOT
RIOT-master/drivers/bme680/include/bme680_params.h
/* * Copyright (C) 2019 Mesotic SAS * 2020 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_bme680 * * @{ * @file * @brief ...
4,275
28.287671
69
h
RIOT
RIOT-master/drivers/hts221/hts221.c
/* * 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 drivers_hts221 * @{ * * @file * @brief Driver for the ST HTS221 digital...
11,657
29.438642
80
c
RIOT
RIOT-master/drivers/hts221/include/hts221_regs.h
/* * 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 drivers_hts221 * * @{ * @file * @brief Register definitions for ST HTS221 ...
3,992
24.928571
101
h
RIOT
RIOT-master/drivers/hts221/include/hts221_params.h
/* * 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 drivers_hts221 * * @{ * @file * @brief Default configuration for ST HTS221...
1,762
20.5
80
h
RIOT
RIOT-master/drivers/qmc5883l/qmc5883l_saul.c
/* * 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. */ /** * @ingroup drivers_qmc5883l * @{ * * @file * @brief SAUL mapping for the...
893
20.285714
80
c
RIOT
RIOT-master/drivers/qmc5883l/qmc5883l.c
/* * 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. */ /** * @ingroup drivers_qmc5883l * @{ * * @file * @brief Implementation of th...
4,937
23.69
80
c
RIOT
RIOT-master/drivers/qmc5883l/include/qmc5883l_params.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. */ /** * @ingroup drivers_qmc5883l * * @{ * @file * @brief Default configuratio...
1,950
21.952941
76
h
RIOT
RIOT-master/drivers/at86rf2xx/aes_spi.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_at86rf2xx * @{ * * @file * @brief Impleme...
12,900
35.546742
91
c
RIOT
RIOT-master/drivers/at86rf2xx/at86rf2xx.c
/* * Copyright (C) 2013 Alaeddine Weslati <alaeddine.weslati@inria.fr> * Copyright (C) 2015 Freie Universität Berlin * 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 de...
6,551
31.117647
111
c
RIOT
RIOT-master/drivers/at86rf2xx/at86rf2xx_internal.c
/* * Copyright (C) 2013 Alaeddine Weslati <alaeddine.weslati@inria.fr> * 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 dr...
6,507
30.592233
114
c
RIOT
RIOT-master/drivers/at86rf2xx/at86rf2xx_getset.c
/* * Copyright (C) 2015 Freie Universität Berlin * 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 drivers_at86rf2xx * @{ * * @file ...
17,833
35.028283
91
c
RIOT
RIOT-master/drivers/at86rf2xx/include/at86rf2xx_aes.h
/* * 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_at86rf2xx * * The extended feature set of at86...
8,296
33.144033
88
h
RIOT
RIOT-master/drivers/at86rf2xx/include/at86rf2xx_params.h
/* * Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de> * 2015 Hauke Petersen <hauke.petersen@fu-berlin.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. */ /** * @in...
2,618
22.809091
75
h
RIOT
RIOT-master/drivers/at86rf2xx/include/at86rf2xx_internal.h
/* * Copyright (C) 2013 Alaeddine Weslati <alaeddine.weslati@inria.fr> * Copyright (C) 2015 Freie Universität Berlin * 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 * de...
10,026
28.148256
92
h
RIOT
RIOT-master/drivers/at86rf2xx/include/at86rf2xx_registers.h
/* * Copyright (C) 2013 Alaeddine Weslati <alaeddine.weslati@inria.fr> * 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 dr...
24,170
42.629964
80
h
RIOT
RIOT-master/drivers/ncv7356/ncv7356.c
/* * Copyright (C) 2016-2018 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_ncv7356 * @{ * * @file * @brief generic can transceiver im...
1,677
20.512821
69
c
RIOT
RIOT-master/drivers/lsm6dsl/lsm6dsl.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 drivers_lsm6dsl * @{ * * @file * @brief Device driver implementation ...
8,320
26.371711
88
c
RIOT
RIOT-master/drivers/lsm6dsl/include/lsm6dsl_internal.h
/* * 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 drivers_lsm6dsl * @{ * * @file * @brief Internal configuration for LS...
6,260
35.829412
69
h
RIOT
RIOT-master/drivers/lsm6dsl/include/lsm6dsl_params.h
/* * 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 drivers_lsm6dsl * @{ * * @file * @brief Default configuration for LSM...
2,596
25.5
87
h
RIOT
RIOT-master/drivers/bmx055/bmx055_saul.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_bmx055 * @{ * * @file * @brief bmx055 adaption to the...
1,671
20.435897
69
c
RIOT
RIOT-master/drivers/bmx055/bmx055_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_bmx055 * * @{ * @file * @brief Definitions for the bm...
1,845
20.218391
69
h
RIOT
RIOT-master/drivers/bmx055/bmx055.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_bmx055 * @{ * * @file * @brief Device driver interfac...
7,603
28.022901
93
c
RIOT
RIOT-master/drivers/bmx055/include/bmx055_params.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_bmx055 * * @{ * @file * @brief Default configuration ...
2,495
23.23301
69
h
RIOT
RIOT-master/drivers/lpsxxx/lpsxxx.c
/* * Copyright (C) 2014 Freie Universität Berlin * 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_lpsxxx * @{ * * @file * @brief ...
7,750
28.359848
89
c
RIOT
RIOT-master/drivers/lpsxxx/lpsxxx_saul.c
/* * Copyright (C) 2015 Freie Universität Berlin * 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_lpsxxx * @{ * * @file * @brief ...
1,381
21.290323
89
c
RIOT
RIOT-master/drivers/lpsxxx/include/lpsxxx_internal.h
/* * Copyright (C) 2014 Freie Universität Berlin * 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_lpsxxx * @{ * * @file * @brief ...
6,380
26.864629
69
h
RIOT
RIOT-master/drivers/lpsxxx/include/lpsxxx_params.h
/* * Copyright (C) 2017 Freie Universität Berlin * 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_lpsxxx * * @{ * @file * @brief ...
2,027
21.533333
71
h
RIOT
RIOT-master/drivers/include/soft_spi.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. */ /** * @defgroup drivers_soft_spi Soft SPI * @ingroup drivers_soft_pe...
9,268
33.457249
98
h
RIOT
RIOT-master/drivers/include/bh1750fvi.h
/* * 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. */ /** * @defgroup drivers_bh1750fvi BH1750FVI Light Sensor * @ingroup drivers_sensor...
2,734
25.298077
80
h
RIOT
RIOT-master/drivers/include/w5100.h
/* * 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. */ /** * @defgroup drivers_w5100 W5100 ethernet driver * @ingroup drivers_netdev * @...
2,686
28.527473
82
h
RIOT
RIOT-master/drivers/include/lpsxxx.h
/* * Copyright (C) 2014 Freie Universität Berlin * 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. */ /** * @defgroup drivers_lpsxxx LPS331AP/LPS25HB/LPS22HB Pre...
5,311
28.675978
108
h
RIOT
RIOT-master/drivers/include/bmx280.h
/* * Copyright (C) 2016 Kees Bakker, SODAQ * 2017 Inria * 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. */ /** * @defgroup dr...
9,604
29.785256
98
h
RIOT
RIOT-master/drivers/include/ltc4150.h
/* * 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. */ /** * @defgroup drivers_ltc4150 LTC4150 coulomb counter * @ingroup driv...
12,925
36.143678
106
h
RIOT
RIOT-master/drivers/include/st7735.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. */ /** * @defgroup drivers_st7735 ST7735 display driver * @in...
3,291
27.37931
86
h
RIOT
RIOT-master/drivers/include/sdcard_spi.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. */ /** * @defgroup drivers_sdcard_spi SPI SD-Card driver ...
14,147
48.642105
94
h
RIOT
RIOT-master/drivers/include/ft5x06.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. */ /** * @defgroup drivers_ft5x06 FocalTech FT5x06 touch panel driver * @ingroup drivers_sensors * @bri...
4,877
28.743902
101
h
RIOT
RIOT-master/drivers/include/at24cxxx.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. */ /** * @defgroup drivers_at24cxxx AT24CXXX EEPROM unit * @ingroup dr...
5,769
27.85
79
h
RIOT
RIOT-master/drivers/include/ds3231.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. */ /** * @defgroup drivers_ds3231 DS3231 Real Time Clock * @ingroup drivers_sensors ...
8,576
26.056782
80
h
RIOT
RIOT-master/drivers/include/srf02.h
/* * Copyright (C) 2013 Zakaria Kasmi <zkasmi@inf.fu-berlin.de> * 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. */ /** * @defgroup drivers_s...
4,485
30.815603
80
h
RIOT
RIOT-master/drivers/include/at86rf215.h
/* * Copyright (C) 2019 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. */ /** * @defgroup drivers_at86rf215 AT86RF215 based drivers * @ingroup drivers_net...
21,081
29.687045
112
h
RIOT
RIOT-master/drivers/include/rgbled.h
/* * Copyright (C) 2014 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_rgbled RGB-LED driver * @ingroup drivers_actuators * @bri...
1,699
24.757576
88
h
RIOT
RIOT-master/drivers/include/at.h
/* * 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. */ /** * @defgroup drivers_at AT (Hayes) command set library * @ingroup ...
13,156
29.597674
111
h
RIOT
RIOT-master/drivers/include/at24mac.h
/* * Copyright (C) 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. */ /** * @defgroup drivers_at24mac AT24MAC unique ID chip * @ingroup drivers_misc * @brief ...
2,784
25.273585
80
h