Loading...
Searching...
No Matches
cc110x_rx_tx.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#ifdef __cplusplus
19extern "C" {
20#endif
21
26
36
37#ifdef __cplusplus
38}
39#endif
40
void cc110x_enter_rx_mode(cc110x_t *dev)
Bring transceiver into RX mode.
void cc110x_isr(netdev_t *dev)
ISR to be called via netdev_driver_t::isr.
struct netdev netdev_t
Forward declaration for netdev struct.
Definition netdev.h:288
Device descriptor for CC1100/CC1101 transceivers.
Definition cc110x.h:511