RF_DESER_STATUS
Bit Field |
Read/Write |
Field Name |
Description |
---|---|---|---|
7 |
R |
DESER_STATUS_SIGNAL_RECEIVING |
Deserializer enabling |
6 |
R |
DESER_STATUS_SYNC_DETECTED |
Sync word detection |
5 |
R |
DESER_STATUS_WAIT_SYNC |
Deserializer waiting for the sync word |
4 |
R |
DESER_STATUS_IS_ADDRESS_BR |
Received address |
3 |
R |
DESER_STATUS_PKT_LEN_ERR |
Packet length |
2 |
R |
DESER_STATUS_ADDRESS_ERR |
Address error |
1 |
R |
DESER_STATUS_CRC_ERR |
CRC error |
0 |
R |
DESER_STATUS_DESER_FINISH |
Deserializer status |
Bit Field |
Field Name |
Value Symbol |
Value Description |
Hex Value |
---|---|---|---|---|
7 |
DESER_STATUS_SIGNAL_RECEIVING |
DESER_STATUS_SIGNAL_RECEIVING_DISABLE |
Deserializer is disabled |
0x0* |
|
|
DESER_STATUS_SIGNAL_RECEIVING_ENABLE |
Deserializer is enabled |
0x1 |
6 |
DESER_STATUS_SYNC_DETECTED |
DESER_STATUS_SYNC_NOT_DETECTED |
Sync word (pattern) not detected |
0x0* |
|
|
DESER_STATUS_SYNC_DETECTED |
Sync word (pattern) detected |
0x1 |
5 |
DESER_STATUS_WAIT_SYNC |
DESER_STATUS_WAIT_SYNC_NOT_WAITING |
Deserializer is not waiting the sync word |
0x0* |
|
|
DESER_STATUS_WAIT_SYNC_WAITING |
Deserializer is waiting the sync word |
0x1 |
4 |
DESER_STATUS_IS_ADDRESS_BR |
DESER_STATUS_IS_ADDRESS_BR_DISABLE |
The received address is not the broadcast address |
0x0* |
|
|
DESER_STATUS_IS_ADDRESS_BR_ENABLE |
The received address is the broadcast address |
0x1 |
3 |
DESER_STATUS_PKT_LEN_ERR |
DESER_STATUS_PKT_LEN_ERR_NO_ERROR |
The packet length is shorter than the maximum acceptable packet length |
0x0* |
|
|
DESER_STATUS_PKT_LEN_ERR_ERROR |
The packet length is longer than the maximum acceptable packet length |
0x1 |
2 |
DESER_STATUS_ADDRESS_ERR |
DESER_STATUS_ADDRESS_ERR_NO_ERROR |
No address error detected |
0x0* |
|
|
DESER_STATUS_ADDRESS_ERR_ERROR |
Address error detected |
0x1 |
1 |
DESER_STATUS_CRC_ERR |
DESER_STATUS_CRC_ERR_NO_ERROR |
No CRC error detected |
0x0* |
|
|
DESER_STATUS_CRC_ERR_ERROR |
CRC error detected |
0x1 |
0 |
DESER_STATUS_DESER_FINISH |
DESER_STATUS_DESER_FINISH_BUSY |
Deserializer has not yet finished |
0x0* |
|
|
DESER_STATUS_DESER_FINISH_IDLE |
Deserializer has finished |
0x1 |