Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio.c233 uint32_t mr_ble_ibias; in HAL_RADIO_Init() local
245mr_ble_ibias = ((*(volatile uint32_t *)MR_TRIMMING_LOCATION) & MR_BLE_IBIAS_TRIM_Msk) >… in HAL_RADIO_Init()
254 mr_ble_ibias = 0x08; in HAL_RADIO_Init()
277 MODIFY_REG_FIELD(RRM->CBIAS0_ANA_ENG, RRM_CBIAS0_ANA_ENG_RFD_CBIAS_IBIAS_TRIM, mr_ble_ibias); in HAL_RADIO_Init()