Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_utils.c630 int LFLenb, LFLenB; in nhwra_get_payload_length() local
635 LFLenB = (LFLenb + 7)/8; in nhwra_get_payload_length()
637 for (int i = 0; i < LFLenB; i++){ in nhwra_get_payload_length()
696 int S0Len, S1LenB, LFLenB; //All in bytes in nhwra_tx_copy_payload() local
709 LFLenB = (LFLenb + 7)/8; in nhwra_tx_copy_payload()
717 for (int j = 0; j < LFLenB; j++){ //Copy up to 2 Length bytes in nhwra_tx_copy_payload()