Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SX1280Lib by
RadioStatus_t Union Reference
Structure describing the radio status. More...
#include <radio.h>
Data Fields | |
| uint8_t | Value |
| Serialized radio status. | |
| uint8_t | CpuBusy: 1 |
| Flag for CPU radio busy. | |
| uint8_t | DmaBusy: 1 |
| Flag for DMA busy. | |
| uint8_t | CmdStatus: 3 |
| Command status. | |
| uint8_t | ChipMode: 3 |
| Chip mode. | |
Detailed Description
Structure describing the radio status.
Definition at line 24 of file radio.h.
Field Documentation
Generated on Thu Jul 21 2022 00:08:48 by
1.7.2
