Home
last modified time | relevance | path

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

/nrf_hw_models-3.4.0/src/HW_models/
DNRF_RADIO_utils.c394 int LFLenb, LFLenB; in nrfra_get_payload_length() local
398 LFLenb = (NRF_RADIO_regs.PCNF0 & RADIO_PCNF0_LFLEN_Msk) >> RADIO_PCNF0_LFLEN_Pos; in nrfra_get_payload_length()
399 LFLenB = (LFLenb + 7)/8; in nrfra_get_payload_length()
431 int LFLenb, S1LenAirb; in nrfra_tx_copy_payload() local
441 LFLenb = (NRF_RADIO_regs.PCNF0 & RADIO_PCNF0_LFLEN_Msk) >> RADIO_PCNF0_LFLEN_Pos; in nrfra_tx_copy_payload()
442 LFLenB = (LFLenb + 7)/8; in nrfra_tx_copy_payload()