Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/
Dbleplat.c210 uint32_t dac_word = RRM->SYNTHCAL4_DIG_OUT & RRM_SYNTHCAL4_DIG_OUT_MOD_REF_DAC_WORD_OUT_Msk; in BLEPLAT_CalibrateCTE() local
211 dac_word += PLL_ADC_CALIB_CORR; in BLEPLAT_CalibrateCTE()
212 dac_word &= RRM_SYNTHCAL4_DIG_OUT_MOD_REF_DAC_WORD_OUT_Msk; in BLEPLAT_CalibrateCTE()
214 SYNTHCAL3_ANA_TST = dac_word | 0x80; in BLEPLAT_CalibrateCTE()