Searched refs:S0Len (Results 1 – 1 of 1) sorted by relevance
629 int S0Len; in nhwra_get_payload_length() local632 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() local702 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()