Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_rcc.h54 #define RCC_POSITION_HSI48CAL (uint32_t)24U /*!< field position in register RCC_CR2 */ macro
853 return (uint32_t)(READ_BIT(RCC->CR2, RCC_CR2_HSI48CAL) >> RCC_POSITION_HSI48CAL); in LL_RCC_HSI48_GetCalibration()