Loading...
Searching...
No Matches
cc110x_netdev.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2018 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
37void cc110x_on_gdo(void *dev);
38
39#ifdef __cplusplus
40}
41#endif
42
const netdev_driver_t cc110x_driver
RIOT's API to interact with the CC1100/CC1101 driver.
void cc110x_on_gdo(void *dev)
Interrupt handler to call on both edges of the GDO0 and GDO2 pins.
Definitions low-level network driver interface.
struct netdev_driver netdev_driver_t
Structure to hold driver interface -> function mapping.