libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
Radio event -> task shortcuts
Collaboration diagram for Radio event -> task shortcuts:

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)
 

Detailed Description

Macro Definition Documentation

◆ RADIO_SHORTS_ADDRESS_BCSTART

#define RADIO_SHORTS_ADDRESS_BCSTART   (1 << 6)

Definition at line 112 of file common/radio.h.

◆ RADIO_SHORTS_ADDRESS_RSSISTART

#define RADIO_SHORTS_ADDRESS_RSSISTART   (1 << 4)

Definition at line 110 of file common/radio.h.

◆ RADIO_SHORTS_DISABLED_RSSISTOP

#define RADIO_SHORTS_DISABLED_RSSISTOP   (1 << 8)

Definition at line 113 of file common/radio.h.

◆ RADIO_SHORTS_DISABLED_RXEN

#define RADIO_SHORTS_DISABLED_RXEN   (1 << 3)

Definition at line 109 of file common/radio.h.

◆ RADIO_SHORTS_DISABLED_TXEN

#define RADIO_SHORTS_DISABLED_TXEN   (1 << 2)

Definition at line 108 of file common/radio.h.

◆ RADIO_SHORTS_END_DISABLE

#define RADIO_SHORTS_END_DISABLE   (1 << 1)

Definition at line 107 of file common/radio.h.

◆ RADIO_SHORTS_END_START

#define RADIO_SHORTS_END_START   (1 << 5)

Definition at line 111 of file common/radio.h.

◆ RADIO_SHORTS_READY_START

#define RADIO_SHORTS_READY_START   (1 << 0)

Definition at line 106 of file common/radio.h.