Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c1106 int32_t b2; in _get_calibration_data() local
1119 b2 = period & 0xff ; in _get_calibration_data()
1120 calibrationData->period1 = ((mul1 * b1) + ((b2 * mul1) >> 8) + 16) >> 5; in _get_calibration_data()