Loading...
Searching...
No Matches
nrf24l01p_ng_netdev.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2019 Otto-von-Guericke-Universität Magdeburg
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#include "net/netdev.h"
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
28
29#ifdef __cplusplus
30}
31#endif
32
Definitions low-level network driver interface.
struct netdev_driver netdev_driver_t
Structure to hold driver interface -> function mapping.
const netdev_driver_t nrf24l01p_ng_driver
Struct that holds functions of NRF24L01+ device driver.