Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c205 #define TIME_DIFF(a, b) (((int32_t)((a - b) << (32-TIMER_BITS))) >> (32-TIMER_BITS))
239 #define TIMER_BITS (32) macro
240 #define TIMER_MAX_VALUE (0xFFFFFFFFU >> (32-TIMER_BITS))