![]() |
![]() |
|
rflib
|
#include <rf_hid_cmd.h>
Data Fields | |
| struct { | |
| uint8_t addrInd:5 | |
| Index of address found. More... | |
| uint8_t syncWordId:1 | |
| 0 for primary sync word, 1 for alternate sync word More... | |
| uint8_t bIgnore:1 | |
| 1 if the packet is marked as ignored, 0 otherwise More... | |
| uint8_t bCrcErr:1 | |
| 1 if the packet was received with CRC error, 0 otherwise More... | |
| } | status |
| uint8_t rfc_hidRxStatus_s::addrInd |
Index of address found.
| uint8_t rfc_hidRxStatus_s::syncWordId |
0 for primary sync word, 1 for alternate sync word
| uint8_t rfc_hidRxStatus_s::bIgnore |
1 if the packet is marked as ignored, 0 otherwise
| uint8_t rfc_hidRxStatus_s::bCrcErr |
1 if the packet was received with CRC error, 0 otherwise
| struct { ... } rfc_hidRxStatus_s::status |