Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_utils.c696 int S0Len, S1LenB, LFLenB; //All in bytes in nhwra_tx_copy_payload() local
706 S1LenB = (S1LenAirb + 7)/8; //This is just : S1Offset = ceil(PCNF0.S1LEN / 8) in nhwra_tx_copy_payload()
723 if (S1LenB == 0) { in nhwra_tx_copy_payload()
749 int copy_len = payload_len + S1LenB; in nhwra_tx_copy_payload()