Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio_timer.c1104 int32_t mul1; in _get_calibration_data() local
1117 mul1 = 0x8BCF6 ; in _get_calibration_data()
1120 calibrationData->period1 = ((mul1 * b1) + ((b2 * mul1) >> 8) + 16) >> 5; in _get_calibration_data()