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/sys/net/gnrc/routing/rpl/srh/gnrc_rpl_srh.c
/* * Copyright (C) 2015 Cenk Gündoğan <cnkgndgn@gmail.com> * 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. */ /** * @{ * * @file * @author C...
4,613
33.432836
80
c
RIOT
RIOT-master/sys/net/gnrc/routing/rpl/gnrc_rpl_internal/netstats.h
/* * Copyright (C) 2016 Cenk Gündoğan <cenk.guendogan@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 net_gnrc_rpl * @{ * * @file * @brief RPL...
7,583
33.162162
95
h
RIOT
RIOT-master/sys/net/gnrc/routing/rpl/gnrc_rpl_internal/validation.h
/* * Copyright (C) 2016 Cenk Gündoğan <cenk.guendogan@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 net_gnrc_rpl * @{ * * @file * @brief RPL...
1,129
22.061224
73
h
RIOT
RIOT-master/sys/net/gnrc/routing/ipv6_auto_subnets/gnrc_ipv6_auto_subnets.c
/* * Copyright (C) 2021 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 net_gnrc_ipv6_auto_subnets Simple-Subnet auto-configuration * @ingroup ...
23,969
32.199446
106
c
RIOT
RIOT-master/sys/net/gnrc/pktbuf_static/gnrc_pktbuf_static.c
/* * Copyright (C) 2014 Martine Lenders <mlenders@inf.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. */ /** * @ingroup net_gnrc_pktbuf * @{ * * @file * * @author Martine...
15,945
30.144531
111
c
RIOT
RIOT-master/sys/net/gnrc/pktbuf_static/include/pktbuf_static.h
/* * Copyright (C) 2014-2015 Martine S. Lenders <m.lenders@fu-berlin.de> * Copyright (C) 2014-2021 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...
1,437
23.372881
79
h
RIOT
RIOT-master/sys/net/gnrc/pktbuf_malloc/gnrc_pktbuf_malloc.c
/* * Copyright (C) 2017 Martine Lenders <mlenders@inf.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. */ /** * @ingroup net_gnrc_pktbuf * @{ * * @file * * @author Martine...
7,784
24.95
89
c
RIOT
RIOT-master/sys/net/gnrc/link_layer/lwmac/lwmac_internal.c
/* * Copyright (C) 2015 Daniel Krebs * 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 net_gnrc_lwmac * @{ * * @file * @brief Implem...
9,086
32.043636
105
c
RIOT
RIOT-master/sys/net/gnrc/link_layer/lwmac/timeout.c
/* * Copyright (C) 2015 Daniel Krebs * 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 net_gnrc_lwmac * @{ * * @file * @brief Timeou...
4,241
27.662162
87
c
RIOT
RIOT-master/sys/net/gnrc/link_layer/lwmac/rx_state_machine.c
/* * Copyright (C) 2015 Daniel Krebs * 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 net_gnrc_lwmac * @{ * * @file * @brief Implem...
15,178
33.497727
100
c
RIOT
RIOT-master/sys/net/gnrc/link_layer/lwmac/include/tx_state_machine.h
/* * Copyright (C) 2015 Daniel Krebs * 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 net_gnrc_lwmac * @{ * * @file * @brief Implem...
1,445
20.909091
75
h
RIOT
RIOT-master/sys/net/gnrc/link_layer/lwmac/include/lwmac_internal.h
/* * Copyright (C) 2015 Daniel Krebs * 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 net_gnrc_lwmac * @{ * * @file * @brief Interf...
12,015
29.420253
90
h
RIOT
RIOT-master/sys/net/gnrc/link_layer/gomach/timeout.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 net_gnrc_gomach * @{ * * @file * @brief Implementation of GoMacH's timeout modul...
3,698
28.592
89
c
RIOT
RIOT-master/sys/net/gnrc/link_layer/mac/internal.c
/* * Copyright (C) 2015 Daniel Krebs * 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 net_gnrc_mac * @{ * * @file * @brief Implemen...
8,566
29.596429
93
c
RIOT
RIOT-master/sys/net/gnrc/link_layer/mac/timeout.c
/* * Copyright (C) 2015 Daniel Krebs * 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 net_gnrc_mac * @{ * * @file * @brief Implemen...
4,452
28.885906
95
c
RIOT
RIOT-master/sys/net/gnrc/link_layer/lorawan/gnrc_lorawan.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. */ /** * @{ * * @file * @author José Ignacio Alamos <jose.alamos@haw-hamburg.de> * @} */ #include <...
9,326
28.146875
96
c
RIOT
RIOT-master/sys/net/gnrc/link_layer/lorawan/gnrc_lorawan_region.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. */ /** * @{ * * @file * @author José Ignacio Alamos <jose.alamos@haw-hamburg.de> */ #include "bitarit...
4,108
26.577181
91
c
RIOT
RIOT-master/sys/net/gnrc/link_layer/lorawan/gnrc_lorawan_mcps.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. */ /** * @{ * * @file * @author José Ignacio Alamos <jose.alamos@haw-hamburg.de> */ #include <assert...
16,287
30.203065
95
c
RIOT
RIOT-master/sys/net/gnrc/link_layer/lorawan/gnrc_lorawan_mlme.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. */ /** * @{ * * @file * @author José Ignacio Alamos <jose.alamos@haw-hamburg.de> * * @} */ #includ...
12,729
30.124694
94
c
RIOT
RIOT-master/sys/net/gnrc/link_layer/lorawan/gnrc_lorawan_crypto.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. */ /** * @{ * * @file * @author José Ignacio Alamos <jose.alamos@haw-hamburg.de> * @author Francisco...
11,677
30.907104
91
c
RIOT
RIOT-master/sys/net/gnrc/netreg/gnrc_netreg.c
/* * Copyright (C) 2015 Martine Lenders <mlenders@inf.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. */ /** * @{ * * @file */ #include <errno.h> #include <string.h> #inclu...
8,724
30.384892
93
c
RIOT
RIOT-master/sys/net/gnrc/pktdump/gnrc_pktdump.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 net_gnrc_pktdump * @{ * * @file * @brief Generic module to du...
5,967
27.150943
83
c
RIOT
RIOT-master/sys/net/gnrc/transport_layer/tcp/gnrc_tcp_option.c
/* * Copyright (C) 2015-2017 Simon Brummer * * This file is subject to the 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 net_gnrc * @{ * * @file * @brief Implementation of internal/option....
2,545
28.604651
84
c
RIOT
RIOT-master/sys/net/gnrc/transport_layer/tcp/gnrc_tcp_pkt.c
/* * Copyright (C) 2015-2017 Simon Brummer * * This file is subject to the 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 net_gnrc * @{ * * @file * @brief Implementation of internal/pkt.h ...
18,279
31.759857
106
c
RIOT
RIOT-master/sys/net/gnrc/transport_layer/tcp/gnrc_tcp_eventloop.c
/* * Copyright (C) 2015-2017 Simon Brummer * * This file is subject to the 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 net_gnrc * @{ * * @file * @brief Implementation of internal/eventlo...
12,633
31.394872
97
c
RIOT
RIOT-master/sys/net/gnrc/transport_layer/tcp/gnrc_tcp_rcvbuf.c
/* * Copyright (C) 2015-2017 Simon Brummer * * This file is subject to the 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 net_gnrc * @{ * * @file * @brief Implementation of internal/rcvbuf....
3,189
24.11811
93
c
RIOT
RIOT-master/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_option.h
/* * Copyright (C) 2015-2017 Simon Brummer * * This file is subject to the 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 net_gnrc_tcp * * @{ * * @file * @brief TCP option handling declara...
1,737
21.868421
90
h
RIOT
RIOT-master/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_eventloop.h
/* * Copyright (C) 2015-2017 Simon Brummer * * This file is subject to the 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 net_gnrc_tcp * * @{ * * @file * @brief TCP event loop declarations...
1,547
22.104478
79
h
RIOT
RIOT-master/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_common.h
/* * Copyright (C) 2015-2017 Simon Brummer * * This file is subject to the 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 net_gnrc_tcp * * @{ * * @file * @brief Internally used defines, ma...
5,869
33.529412
97
h
RIOT
RIOT-master/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_pkt.h
/* * Copyright (C) 2015-2017 Simon Brummer * * This file is subject to the 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 net_gnrc_tcp * * @{ * * @file * @brief TCP packet handling declara...
5,154
32.044872
81
h
RIOT
RIOT-master/sys/net/gnrc/transport_layer/tcp/include/gnrc_tcp_fsm.h
/* * Copyright (C) 2015-2017 Simon Brummer * * This file is subject to the 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 net_gnrc_tcp * * @{ * * @file * @brief TCP finite state maschine d...
3,065
27.924528
89
h
RIOT
RIOT-master/sys/net/gnrc/transport_layer/udp/gnrc_udp.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 net_gnrc_udp * @{ * * @file * @brief UDP implementation * *...
9,049
28.193548
86
c
RIOT
RIOT-master/sys/net/dsm/dsm.c
/* * Copyright (C) 2021 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 net_dsm * @{ * * @file * @brief DTLS Session Management module i...
5,153
26.561497
92
c
RIOT
RIOT-master/sys/net/credman/credman.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 net_credman * @{ * * @file * @brief (D)TLS Credentials management module i...
13,680
30.306636
97
c
RIOT
RIOT-master/sys/net/link_layer/ieee802154/security.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. */ /** * @{ * * @file * @author Fabian Hüßler <fabian.huessler@ovgu.de> * ...
18,483
32.977941
99
c
RIOT
RIOT-master/sys/net/link_layer/ieee802154/ieee802154.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. */ /** * @{ * * @file * @author Martine Lenders <mlenders@inf.fu-berlin.de> */ #include ...
8,431
28.585965
87
c
RIOT
RIOT-master/sys/net/link_layer/ieee802154/submac.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. */ /** * @{ * * @file * @author José I. Alamos <jose.alamos@haw-hamburg.de> */ #include <assert.h> #i...
19,256
30.568852
98
c
RIOT
RIOT-master/sys/net/link_layer/csma_sender/csma_sender.c
/* * Copyright (C) 2015 INRIA * 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 net_csma_sender * @file * @brief ...
7,191
29.604255
84
c
RIOT
RIOT-master/sys/net/link_layer/l2util/l2util.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. */ /** * @{ * * @file * @author Martine Lenders <m.lenders@fu-berlin.de> */ #include <a...
12,976
31.121287
79
c
RIOT
RIOT-master/sys/net/link_layer/eui_provider/eui_provider.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. */ /** * @{ * * @file * @author Benjamin Valentin <benjamin.valentin@ml-pa.com> */ #includ...
2,168
23.370787
74
c
RIOT
RIOT-master/sys/net/link_layer/eui_provider/include/eui48_provider_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 net_eui_provider * * @file * @brief EUI-48 address provider defau...
1,916
20.784091
69
h
RIOT
RIOT-master/sys/net/link_layer/eui_provider/include/eui64_provider_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 net_eui_provider * * @file * @brief EUI-64 address provider defau...
1,916
20.784091
69
h
RIOT
RIOT-master/sys/net/link_layer/l2filter/l2filter.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 net_l2filter * @{ * * @file * @brief Link layer address filte...
2,606
23.138889
77
c
RIOT
RIOT-master/sys/net/transport_layer/tcp/tcp_hdr_print.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 net_tcp * @{ * * @file * * @author smlng <s@mlng.net> */ #include <stdio.h> #...
977
26.942857
77
c
RIOT
RIOT-master/sys/net/transport_layer/udp/udp_hdr_print.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 net_udp * @{ * * @file * @brief Generic module to dump packag...
813
23.666667
77
c
RIOT
RIOT-master/sys/debug_irq_disable/debug_irq_disable.c
/* * Copyright (C) 2022 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 debug_irq_disable * @{ * * @file * @brief Helper for debug_irq_d...
1,176
20.4
77
c
RIOT
RIOT-master/sys/benchmark/benchmark.c
/* * Copyright (C) 2017,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 sys_benchmark * @{ * * @file * @brief Utility functions ...
923
23.315789
80
c
RIOT
RIOT-master/sys/chunked_ringbuffer/chunked_ringbuffer.c
/* * Copyright (C) 2021 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. */ /** * @{ * * @file * * @author Benjamin Valentin <benjamin.valentin@ml-pa.com> */ #inc...
5,351
21.487395
83
c
RIOT
RIOT-master/sys/trace/trace.c
/* * Copyright (C) 2020 Kaspar Schleiser <kaspar@schleiser.de> * Freie Universität Berlin * 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. */ /*...
1,537
20.661972
74
c
RIOT
RIOT-master/sys/bhp/event.c
/* * Copyright (C) 2022 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 sys_bhp * @{ * * @file * @brief Event based Bottom Half Processor implemen...
931
21.731707
84
c
RIOT
RIOT-master/sys/bhp/msg.c
/* * Copyright (C) 2022 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 sys_bhp * @{ * * @file * @brief Message based Bottom Half Processor implem...
851
21.421053
69
c
RIOT
RIOT-master/sys/phydat/phydat_json.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 sys_phydat * @{ * * @file * @brief Convert phydat_t structs t...
2,450
23.757576
80
c
RIOT
RIOT-master/sys/phydat/phydat_str.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 sys_phydat * @{ * * @file * @brief String helper functions fo...
7,513
28.81746
78
c
RIOT
RIOT-master/sys/phydat/phydat_unix.c
/* * Copyright (C) 2023 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. */ #include <stdint.h> #include <math.h> #include "phydat.h" /** * Offsets of the first day of the mon...
2,119
30.176471
88
c
RIOT
RIOT-master/sys/phydat/phydat.c
/* * Copyright (C) 2018 Eistec AB * 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 sys_phydat * @{ * * @...
3,183
25.098361
80
c
RIOT
RIOT-master/sys/pipe/pipe.c
/* * Copyright (C) 2014 René Kijewski <rene.kijewski@fu-berlin.de> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any l...
2,989
28.313725
96
c
RIOT
RIOT-master/sys/pipe/pipe_dynamic.c
/* * Copyright (C) 2014 René Kijewski <rene.kijewski@fu-berlin.de> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any l...
1,497
25.75
81
c
RIOT
RIOT-master/sys/include/ptrtag.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. */ /** * @defgroup sys_ptrtag Helpers for pointer tagging * @ingr...
3,703
28.165354
80
h
RIOT
RIOT-master/sys/include/vfs_util.h
/* * Copyright (C) 2021 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 sys_vfs_util VFS helper functions * @ingroup sys_vfs * @{ * * @...
3,794
26.70073
84
h
RIOT
RIOT-master/sys/include/auto_init_utils.h
/* * Copyright (C) 2022 Otto-von-Guericke-Universität Magdebug * * This file is subject to the 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 sys_auto_init_utils Utilities to influence the order of a...
3,248
30.852941
96
h
RIOT
RIOT-master/sys/include/byteorder.h
/* * Copyright (C) 2014 René Kijewski * * This file is subject to the 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 * @{ * * @file * @brief Functions to work with different byte orders...
23,022
29.095425
84
h
RIOT
RIOT-master/sys/include/od.h
/* * Copyright (C) 2014 Martine Lenders <mlenders@inf.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. */ /** * @defgroup sys_od Object dump * @ingroup sys * @brief Allows...
2,368
30.171053
88
h
RIOT
RIOT-master/sys/include/fuzzing.h
/* * Copyright (C) 2019 Sören Tempel <tempel@uni-bremen.de> * Copyright (C) 2022 Bennet Blischke <bennet.blischke@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. */ /** * @d...
1,664
22.450704
75
h
RIOT
RIOT-master/sys/include/stdio_uart.h
/* * Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de> * 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 sys_stdio_...
4,387
33.825397
80
h
RIOT
RIOT-master/sys/include/benchmark.h
/* * Copyright (C) 2017,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 sys_benchmark Benchmark * @ingroup sys * @brief Framew...
2,067
28.542857
79
h
RIOT
RIOT-master/sys/include/imath.h
/* * Copyright (C) 2023 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 sys_imath imath: Integer Math functions * @ingroup sys * * @brief...
3,159
20.793103
77
h
RIOT
RIOT-master/sys/include/ut_process.h
/* * Copyright (C) 2021 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 sys_ut_process URI template processor * @ingroup sys * @brief URI tem...
3,237
30.745098
76
h
RIOT
RIOT-master/sys/include/evtimer.h
/* * Copyright (C) 2016-17 Kaspar Schleiser <kaspar@schleiser.de> * 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @defgroup sys_evt...
3,553
27.206349
85
h
RIOT
RIOT-master/sys/include/trickle.h
/* * Trickle constants and prototypes * * Copyright (C) 2013, 2014 INRIA. * 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. */ /** * @defgroup sys_trickle ...
3,663
27.625
80
h
RIOT
RIOT-master/sys/include/schedstatistics.h
/* * Copyright (C) 2014 Freie Universität Berlin * 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. */ /** * @defgroup schedstatistics Schedstatistics * @ingroup...
1,602
23.661538
85
h
RIOT
RIOT-master/sys/include/universal_address.h
/* * Copyright (C) 2014 Martin Landsmann <Martin.Landsmann@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 sys_universal_address Universal Address Cont...
6,732
37.474286
97
h
RIOT
RIOT-master/sys/include/shell_lock.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 sys_shell_lock Shell lock * @ingroup sys * @brief Simple...
2,449
26.222222
99
h
RIOT
RIOT-master/sys/include/eepreg.h
/* * Copyright (C) 2018 Acutam Automation, LLC * * This file is subject to the 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 sys_eepreg EEPROM registration * @ingroup sys * @brief eepreg...
8,119
28.852941
79
h
RIOT
RIOT-master/sys/include/stdio_nimble.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 sys_stdio_nimble STDIO over NimBLE * @ingroup sys_stdio * * To...
1,858
24.121622
100
h
RIOT
RIOT-master/sys/include/iolist.h
/* * Copyright (C) 2018 Kaspar Schleiser <kaspar@schleiser.de> * 2018 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. */ /*...
2,599
24.490196
83
h
RIOT
RIOT-master/sys/include/xtimer.h
/* * Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de> * 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. */ /** * @defgroup sys_xtimer xtimer high le...
20,870
29.379913
107
h
RIOT
RIOT-master/sys/include/usb.h
/* * Copyright (C) 2018 Koen Zandberg <koen@bergzand.net> * * This file is subject to the 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 usb USB * @ingroup sys * @brief Configuration def...
7,450
25.996377
80
h
RIOT
RIOT-master/sys/include/string_utils.h
/* * 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. */ /** * @defgroup sys_string_utils Utility functions that are missing i...
3,425
29.589286
84
h
RIOT
RIOT-master/sys/include/stdio_rtt.h
/* * Copyright (C) 2016 Michael Andersen <m.andersen@berkeley.edu> * 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 sys_st...
1,173
22.959184
76
h
RIOT
RIOT-master/sys/include/uuid.h
/* * Copyright (C) 2018 Freie Universität Berlin * Copyright (C) 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 sys_uuid RFC 4122 compliant UUID's * @ingr...
4,850
28.222892
92
h
RIOT
RIOT-master/sys/include/volatile_utils.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. */ /** * @defgroup sys_atomic_utils_volatile Helpers for volatile accesse...
10,383
28.168539
80
h
RIOT
RIOT-master/sys/include/unaligned.h
/* * Copyright (C) 2019 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 sys_unaligned unaligned memory access methods * @ingroup...
2,574
23.292453
78
h
RIOT
RIOT-master/sys/include/seq.h
/* * Copyright (C) 2015 Cenk Gündoğan <cnkgndgn@gmail.com> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup sys_seq * @{ * * @file * @brief Serial Number Arith...
13,667
33.602532
95
h
RIOT
RIOT-master/sys/include/sema.h
/* * Copyright (C) 2016 TriaGnoSys GmbH * 2015 Martine Lenders <mlenders@inf.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. */ /** * @defgroup sys_sema Semap...
7,191
26.875969
93
h
RIOT
RIOT-master/sys/include/clif.h
/* * 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. */ /** * @defgroup sys_clif CoRE Link Format * @ingroup sys_serialization * @brief Simple e...
11,316
32.681548
88
h
RIOT
RIOT-master/sys/include/evtimer_mbox.h
/* * Copyright (C) 2020 Simon Brummer <simon.brummer@posteo.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. */ /** * @addtogroup sys_evtimer * @{ * * @file * @brief Message bo...
2,067
21.478261
98
h
RIOT
RIOT-master/sys/include/fmt_table.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 sys_fmt_table Table extension of the string formatting API (...
1,417
23.877193
86
h
RIOT
RIOT-master/sys/include/saul_reg.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. */ /** * @defgroup sys_saul_reg SAUL registry * @ingroup sys * @brief Global s...
4,034
26.827586
79
h
RIOT
RIOT-master/sys/include/stdio_base.h
/* * Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de> * 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 sys_stdio ...
1,699
20.794872
74
h
RIOT
RIOT-master/sys/include/event.h
/* * Copyright (C) 2017 Inria * 2017 Kaspar Schleiser <kaspar@schleiser.de> * 2018-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. *...
14,529
30.518438
100
h
RIOT
RIOT-master/sys/include/evtimer_msg.h
/* * Copyright (C) 2016-17 Kaspar Schleiser <kaspar@schleiser.de> * 2017 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @addtogroup sys_evt...
2,155
23.224719
77
h
RIOT
RIOT-master/sys/include/pipe.h
/* * Copyright (C) 2014 René Kijewski <rene.kijewski@fu-berlin.de> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any l...
4,435
33.65625
86
h
RIOT
RIOT-master/sys/include/rtc_utils.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. */ /** * @defgroup sys_rtc_utils RTC helpers * @ingroup sys * @brief Common RTC h...
2,656
25.306931
80
h
RIOT
RIOT-master/sys/include/cb_mux.h
/* * Copyright (C) 2018 Acutam Automation, LLC * * This file is subject to the 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 sys_cb_mux Callback multiplexer * @ingroup sys * @brief cb_mu...
3,563
23.75
80
h
RIOT
RIOT-master/sys/include/base64.h
/* * Copyright (C) 2014 Hochschule für Angewandte Wissenschaften Hamburg (HAW) * Copyright (C) 2014 Martin Landsmann <Martin.Landsmann@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 de...
6,004
44.492424
99
h
RIOT
RIOT-master/sys/include/bit.h
/* * Copyright (C) 2017 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 sys * @{ * * @file * @brief Bit access macros with bit-banding support for C...
7,919
24.548387
82
h
RIOT
RIOT-master/sys/include/div.h
/* * Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de> * 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. */ /** * @defgroup sys_div Integer division ...
4,800
24.951351
106
h
RIOT
RIOT-master/sys/include/analog_util.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. */ /** * @defgroup sys_analog_util Analog data conversion utilities * @ingroup sys *...
2,611
26.494737
80
h
RIOT
RIOT-master/sys/include/sched_round_robin.h
/* * Copyright (C) 2020 TUBA Freiberg * * This file is subject to the 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 sched_round_robin Round Robin Scheduler * @ingroup sys * @brief This m...
2,370
25.943182
82
h
RIOT
RIOT-master/sys/include/tm.h
/* * Copyright (C) 2014 René Kijewski * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @addtogroup sys_timex * @{ * * @file * @brief Utility library for `struct tm`. */ ...
4,435
34.206349
106
h