Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c1158 uint32_t t1, t2; in _us_to_systime() local
1160 t2 = time * 0xDB; in _us_to_systime()
1161 return (t1 >> 8) + (t2 >> 16); in _us_to_systime()