Loading...
Searching...
No Matches
sx1280_netdev.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Inria
3 * SPDX-FileCopyrightText: 2020-2022 Université Grenoble Alpes
4 * SPDX-License-Identifier: LGPL-2.1-only
5 */
6
7#pragma once
8
19
20#include "net/netdev.h"
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
30
31#ifdef __cplusplus
32}
33#endif
34
Definitions low-level network driver interface.
struct netdev_driver netdev_driver_t
Structure to hold driver interface -> function mapping.
const netdev_driver_t sx1280_driver
Reference to the netdev device driver struct.