Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_utils.c697 int LFLenb, S1LenAirb; in nhwra_tx_copy_payload() local
705 S1LenAirb = (NRF_RADIO_regs.PCNF0 & RADIO_PCNF0_S1LEN_Msk) >> RADIO_PCNF0_S1LEN_Pos; in nhwra_tx_copy_payload()
706 S1LenB = (S1LenAirb + 7)/8; //This is just : S1Offset = ceil(PCNF0.S1LEN / 8) in nhwra_tx_copy_payload()