Searched refs:next_bcc (Results 1 – 2 of 2) sorted by relevance
1722 uint8_t next_bcc; in nrf_802154_trx_receive_frame_bcmatched() local1815 next_bcc = PHR_SIZE + nrf_802154_frame_parser_dst_addressing_end_offset_get( in nrf_802154_trx_receive_frame_bcmatched()1820 next_bcc = PHR_SIZE + nrf_802154_frame_parser_addressing_end_offset_get( in nrf_802154_trx_receive_frame_bcmatched()1825 next_bcc = PHR_SIZE + nrf_802154_frame_parser_aux_sec_hdr_end_offset_get( in nrf_802154_trx_receive_frame_bcmatched()1830 next_bcc = 0; in nrf_802154_trx_receive_frame_bcmatched()1873 return next_bcc; in nrf_802154_trx_receive_frame_bcmatched()
2122 uint8_t next_bcc; in irq_handler_bcmatch() local2138 next_bcc = nrf_802154_trx_receive_frame_bcmatched(current_bcc); in irq_handler_bcmatch()2140 if (next_bcc > current_bcc) in irq_handler_bcmatch()2146 nrf_radio_bcc_set(NRF_RADIO, next_bcc * 8); in irq_handler_bcmatch()