Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_utils.c629 int S0Len; in nhwra_get_payload_length() local
632 S0Len = (NRF_RADIO_regs.PCNF0 & RADIO_PCNF0_S0LEN_Msk) >> RADIO_PCNF0_S0LEN_Pos; in nhwra_get_payload_length()
638 payload_len += buf[S0Len+i] << i*8; in nhwra_get_payload_length()
696 int S0Len, S1LenB, LFLenB; //All in bytes in nhwra_tx_copy_payload() local
702 S0Len = (NRF_RADIO_regs.PCNF0 & RADIO_PCNF0_S0LEN_Msk) >> RADIO_PCNF0_S0LEN_Pos; in nhwra_tx_copy_payload()
713 if (S0Len) { in nhwra_tx_copy_payload()