libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | RADIO_SHORTS_READY_START (1 << 0) |
#define | RADIO_SHORTS_END_DISABLE (1 << 1) |
#define | RADIO_SHORTS_DISABLED_TXEN (1 << 2) |
#define | RADIO_SHORTS_DISABLED_RXEN (1 << 3) |
#define | RADIO_SHORTS_ADDRESS_RSSISTART (1 << 4) |
#define | RADIO_SHORTS_END_START (1 << 5) |
#define | RADIO_SHORTS_ADDRESS_BCSTART (1 << 6) |
#define | RADIO_SHORTS_DISABLED_RSSISTOP (1 << 8) |
#define RADIO_SHORTS_ADDRESS_BCSTART (1 << 6) |
Definition at line 112 of file common/radio.h.
#define RADIO_SHORTS_ADDRESS_RSSISTART (1 << 4) |
Definition at line 110 of file common/radio.h.
#define RADIO_SHORTS_DISABLED_RSSISTOP (1 << 8) |
Definition at line 113 of file common/radio.h.
#define RADIO_SHORTS_DISABLED_RXEN (1 << 3) |
Definition at line 109 of file common/radio.h.
#define RADIO_SHORTS_DISABLED_TXEN (1 << 2) |
Definition at line 108 of file common/radio.h.
#define RADIO_SHORTS_END_DISABLE (1 << 1) |
Definition at line 107 of file common/radio.h.
#define RADIO_SHORTS_END_START (1 << 5) |
Definition at line 111 of file common/radio.h.
#define RADIO_SHORTS_READY_START (1 << 0) |
Definition at line 106 of file common/radio.h.