Home
last modified time | relevance | path

Searched refs:CSICFGR (Results 1 – 25 of 66) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rcc.h1926 return (uint32_t)(READ_BIT(RCC->CSICFGR, RCC_CSICFGR_CSICAL) >> RCC_CSICFGR_CSICAL_Pos); in LL_RCC_CSI_GetCalibration()
1929 return (uint32_t)(READ_BIT(RCC->CSICFGR, RCC_CSICFGR_CSICAL) >> RCC_CSICFGR_CSICAL_Pos); in LL_RCC_CSI_GetCalibration()
1953 MODIFY_REG(RCC->CSICFGR, RCC_CSICFGR_CSITRIM, Value << RCC_CSICFGR_CSITRIM_Pos); in LL_RCC_CSI_SetCalibTrimming()
1956 MODIFY_REG(RCC->CSICFGR, RCC_CSICFGR_CSITRIM, Value << RCC_CSICFGR_CSITRIM_Pos); in LL_RCC_CSI_SetCalibTrimming()
1976 return (uint32_t)(READ_BIT(RCC->CSICFGR, RCC_CSICFGR_CSITRIM) >> RCC_CSICFGR_CSITRIM_Pos); in LL_RCC_CSI_GetCalibTrimming()
1979 return (uint32_t)(READ_BIT(RCC->CSICFGR, RCC_CSICFGR_CSITRIM) >> RCC_CSICFGR_CSITRIM_Pos); in LL_RCC_CSI_GetCalibTrimming()
Dstm32h7xx_hal_rcc.h7259 …MODIFY_REG(RCC->CSICFGR, RCC_CSICFGR_CSITRIM, (uint32_t)(__CSICalibrationValue__) << RCC_CSICFGR_C…
7266 …MODIFY_REG(RCC->CSICFGR, RCC_CSICFGR_CSITRIM, (uint32_t)(__CSICalibrationValue__) << RCC_CSICFGR_C…
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc.c1608 …RCC_OscInitStruct->CSICalibrationValue = (uint32_t)(READ_BIT(RCC->CSICFGR, RCC_CSICFGR_CSITRIM) >>… in HAL_RCC_GetOscConfig()
1611 …RCC_OscInitStruct->CSICalibrationValue = (uint32_t)(READ_BIT(RCC->CSICFGR, RCC_CSICFGR_CSITRIM) >>… in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rcc.h1832 return (uint32_t)(READ_BIT(RCC->CSICFGR, RCC_CSICFGR_CSICAL) >> RCC_CSICFGR_CSICAL_Pos); in LL_RCC_CSI_GetCalibration()
1846 MODIFY_REG(RCC->CSICFGR, RCC_CSICFGR_CSITRIM, Value << RCC_CSICFGR_CSITRIM_Pos); in LL_RCC_CSI_SetCalibTrimming()
1856 return (uint32_t)(READ_BIT(RCC->CSICFGR, RCC_CSICFGR_CSITRIM) >> RCC_CSICFGR_CSITRIM_Pos); in LL_RCC_CSI_GetCalibTrimming()
Dstm32h5xx_hal_rcc.h4237 …MODIFY_REG(RCC->CSICFGR, RCC_CSICFGR_CSITRIM, (uint32_t)(__CSICalibrationValue__) << RCC_CSICFGR_C…
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rcc.h1749 return (uint32_t)(READ_BIT(RCC->CSICFGR, RCC_CSICFGR_CSICAL) >> RCC_CSICFGR_CSICAL_Pos); in LL_RCC_CSI_GetCalibration()
1763 MODIFY_REG(RCC->CSICFGR, RCC_CSICFGR_CSITRIM, Value << RCC_CSICFGR_CSITRIM_Pos); in LL_RCC_CSI_SetCalibTrimming()
1773 return (uint32_t)(READ_BIT(RCC->CSICFGR, RCC_CSICFGR_CSITRIM) >> RCC_CSICFGR_CSITRIM_Pos); in LL_RCC_CSI_GetCalibTrimming()
Dstm32mp1xx_hal_rcc.h2947 MODIFY_REG(RCC->CSICFGR, RCC_CSICFGR_CSITRIM, \
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_rcc.h1707 return (uint32_t)(READ_BIT(RCC->CSICFGR, RCC_CSICFGR_CSICAL) >> RCC_CSICFGR_CSICAL_Pos); in LL_RCC_CSI_GetCalibration()
1721 MODIFY_REG(RCC->CSICFGR, RCC_CSICFGR_CSITRIM, Value << RCC_CSICFGR_CSITRIM_Pos); in LL_RCC_CSI_SetCalibTrimming()
1731 return (uint32_t)(READ_BIT(RCC->CSICFGR, RCC_CSICFGR_CSITRIM) >> RCC_CSICFGR_CSITRIM_Pos); in LL_RCC_CSI_GetCalibTrimming()
Dstm32h7rsxx_hal_rcc.h3615 …MODIFY_REG(RCC->CSICFGR, RCC_CSICFGR_CSITRIM, (uint32_t)(__CSICALIBRATIONVALUE__) << RCC_CSICFGR_C…
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc.c411 CLEAR_BIT(RCC->CSICFGR, RCC_CSICFGR_CSITRIM); in HAL_RCC_DeInit()
1726 (uint32_t)((RCC->CSICFGR & RCC_CSICFGR_CSITRIM) >> RCC_CSICFGR_CSITRIM_Pos); in HAL_RCC_GetOscConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h710 …__IO uint32_t CSICFGR; /*!< RCC CSI Clock Calibration Register, … member
Dstm32h523xx.h873 …__IO uint32_t CSICFGR; /*!< RCC CSI Clock Calibration Register, … member
Dstm32h562xx.h920 …__IO uint32_t CSICFGR; /*!< RCC CSI Clock Calibration Register, … member
Dstm32h533xx.h937 …__IO uint32_t CSICFGR; /*!< RCC CSI Clock Calibration Register, … member
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h1080 …__IO uint32_t CSICFGR; /*!< CSI Clock Calibration Register, … member
Dstm32h7b0xx.h1083 …__IO uint32_t CSICFGR; /*!< CSI Clock Calibration Register, … member
Dstm32h7b0xxq.h1084 …__IO uint32_t CSICFGR; /*!< CSI Clock Calibration Register, … member
Dstm32h7a3xxq.h1081 …__IO uint32_t CSICFGR; /*!< CSI Clock Calibration Register, … member
Dstm32h7b3xx.h1083 …__IO uint32_t CSICFGR; /*!< CSI Clock Calibration Register, … member
Dstm32h7b3xxq.h1084 …__IO uint32_t CSICFGR; /*!< CSI Clock Calibration Register, … member
Dstm32h730xxq.h1241 …__IO uint32_t CSICFGR; /*!< CSI Clock Calibration Register, … member
Dstm32h733xx.h1240 …__IO uint32_t CSICFGR; /*!< CSI Clock Calibration Register, … member
Dstm32h725xx.h1238 …__IO uint32_t CSICFGR; /*!< CSI Clock Calibration Register, … member
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h1417 …__IO uint32_t CSICFGR; /*!< CSI clock calibration register, … member
Dstm32h7s7xx.h1579 …__IO uint32_t CSICFGR; /*!< CSI clock calibration register, … member

123