Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rcc.c1395 uint32_t regICSRvalue; in HAL_RCC_GetOscConfig() local
1407 regICSRvalue = RCC->ICSCR; /* Get Internal Clock Sources Calibration register */ in HAL_RCC_GetOscConfig()
1416 …RCC_OscInitStruct->MSICalibrationValue = ((regICSRvalue & RCC_ICSCR_MSITRIM) >> RCC_ICSCR_MSITRIM_… in HAL_RCC_GetOscConfig()
1421 …RCC_OscInitStruct->HSICalibrationValue = ((regICSRvalue & RCC_ICSCR_HSITRIM) >> RCC_ICSCR_HSITRIM_… in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc.c1530 uint32_t regICSRvalue; in HAL_RCC_GetOscConfig() local
1546 regICSRvalue = RCC->ICSCR; /* Get Internal Clock Sources Calibration register */ in HAL_RCC_GetOscConfig()
1554 …RCC_OscInitStruct->MSICalibrationValue = (regICSRvalue & RCC_ICSCR_MSITRIM) >> RCC_ICSCR_MSITRIM_P… in HAL_RCC_GetOscConfig()
1559 …RCC_OscInitStruct->HSICalibrationValue = ((regICSRvalue & RCC_ICSCR_HSITRIM) >> RCC_ICSCR_HSITRIM_… in HAL_RCC_GetOscConfig()