Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.c45 #define BYTES_TO_USEC(bytes, bits_per_usec) \ argument
46 ((bytes) * 8 >> (__builtin_ffs(bits_per_usec) - 1))
108 static uint8_t bits_per_usec; /* This saves the # of bits per usec, variable
260 isr_tmr_end = isr_tmr_aa + BYTES_TO_USEC(len + 3, bits_per_usec); in pkt_rx()
516 bits_per_usec = 1; in radio_setup()
590 bits_per_usec = 1; in radio_phy_set()
607 bits_per_usec = 2; in radio_phy_set()
796 return BYTES_TO_USEC(2, bits_per_usec) + 2 * RX_OVHD + in radio_rx_chain_delay_get()