Searched refs:radio_tmr_start_hlp (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/ |
D | radio.c | 180 static uint32_t radio_tmr_start_hlp(uint8_t trx, uint32_t ticks_start, uint32_t remainder); 190 radio_tmr_start_hlp(delayed_trx, delayed_ticks_start, in radio_config_after_wake() 1027 static uint32_t radio_tmr_start_hlp(uint8_t trx, uint32_t ticks_start, uint32_t remainder) in radio_tmr_start_hlp() function 1118 return radio_tmr_start_hlp(trx, ticks_start, remainder); in radio_tmr_start() 1126 return radio_tmr_start_hlp(trx, tick, remainder_us); in radio_tmr_start_tick()
|