Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_utils.c630 int LFLenb, LFLenB; in nhwra_get_payload_length() local
634 LFLenb = (NRF_RADIO_regs.PCNF0 & RADIO_PCNF0_LFLEN_Msk) >> RADIO_PCNF0_LFLEN_Pos; in nhwra_get_payload_length()
635 LFLenB = (LFLenb + 7)/8; in nhwra_get_payload_length()
697 int LFLenb, S1LenAirb; in nhwra_tx_copy_payload() local
708 LFLenb = (NRF_RADIO_regs.PCNF0 & RADIO_PCNF0_LFLEN_Msk) >> RADIO_PCNF0_LFLEN_Pos; in nhwra_tx_copy_payload()
709 LFLenB = (LFLenb + 7)/8; in nhwra_tx_copy_payload()