Subghz packet test (#512)
* subghz: add cli support for packet tx rx * api-hal-subghz: add comments * subghz_cli: fix typo Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -173,6 +173,12 @@ typedef struct {
|
||||
bool CHIP_RDYn:1;
|
||||
} CC1101Status;
|
||||
|
||||
typedef union {
|
||||
CC1101Status status;
|
||||
uint8_t status_raw;
|
||||
} CC1101StatusRaw;
|
||||
|
||||
|
||||
typedef struct {
|
||||
uint8_t NUM_TXBYTES:7;
|
||||
bool TXFIFO_UNDERFLOW:1;
|
||||
|
Reference in New Issue
Block a user