Home
last modified time | relevance | path

Searched refs:seqValid (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/commands/
Dgeneric.h368 … uint8_t seqValid: 1; /*!< 0: The status is not valid. Any packet is viewed as new. member
382 .seqValid = 0, \
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dgeneric.c1552 uint32_t seqStat0Val = (rxCmd->syncWord[0].seqValid << PBE_GENERIC_RAM_SEQSTAT0_VALID_S) in RCL_Handler_Nesb_Prx()
1559 uint32_t seqStat1Val = (rxCmd->syncWord[1].seqValid << PBE_GENERIC_RAM_SEQSTAT1_VALID_S) in RCL_Handler_Nesb_Prx()