Searched refs:CompCode (Results 1 – 5 of 5) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_system.h | 1362 __STATIC_INLINE void LL_SYSCFG_SetVddCellCompensationCode(uint32_t CompCode) in LL_SYSCFG_SetVddCellCompensationCode() argument 1364 SET_BIT(SYSCFG->CCCSR, CompCode); in LL_SYSCFG_SetVddCellCompensationCode() 1376 __STATIC_INLINE void LL_SYSCFG_SetVddIO2CellCompensationCode(uint32_t CompCode) in LL_SYSCFG_SetVddIO2CellCompensationCode() argument 1378 SET_BIT(SYSCFG->CCCSR, CompCode); in LL_SYSCFG_SetVddIO2CellCompensationCode() 1391 __STATIC_INLINE void LL_SYSCFG_SetVddHSPICellCompensationCode(uint32_t CompCode) in LL_SYSCFG_SetVddHSPICellCompensationCode() argument 1393 SET_BIT(SYSCFG->CCCSR, CompCode); in LL_SYSCFG_SetVddHSPICellCompensationCode()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_system.h | 742 __STATIC_INLINE void LL_SYSCFG_SetVddCellCompensationCode(uint32_t CompCode) in LL_SYSCFG_SetVddCellCompensationCode() argument 744 MODIFY_REG(SYSCFG->CCCSR, SYSCFG_CCCSR_CS1, CompCode); in LL_SYSCFG_SetVddCellCompensationCode() 880 __STATIC_INLINE void LL_SYSCFG_SetVddIO2CellCompensationCode(uint32_t CompCode) in LL_SYSCFG_SetVddIO2CellCompensationCode() argument 882 MODIFY_REG(SYSCFG->CCCSR, SYSCFG_CCCSR_CS2, CompCode); in LL_SYSCFG_SetVddIO2CellCompensationCode()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_system.h | 1254 __STATIC_INLINE void LL_SBS_SetVddCellCompensationCode(uint32_t CompCode) in LL_SBS_SetVddCellCompensationCode() argument 1256 SET_BIT(SBS->CCCSR, CompCode); in LL_SBS_SetVddCellCompensationCode() 1268 __STATIC_INLINE void LL_SBS_SetVddIOCellCompensationCode(uint32_t CompCode) in LL_SBS_SetVddIOCellCompensationCode() argument 1270 SET_BIT(SBS->CCCSR, CompCode); in LL_SBS_SetVddIOCellCompensationCode()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_system.h | 771 __STATIC_INLINE void LL_SYSCFG_SetCellCompensationCode(uint32_t CompCode) in LL_SYSCFG_SetCellCompensationCode() argument 773 SET_BIT(SYSCFG->CMPCR, CompCode); in LL_SYSCFG_SetCellCompensationCode()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_system.h | 986 __STATIC_INLINE void LL_SYSCFG_SetCellCompensationCode(uint32_t CompCode) in LL_SYSCFG_SetCellCompensationCode() argument 988 SET_BIT(SYSCFG->CCCSR, CompCode); in LL_SYSCFG_SetCellCompensationCode()
|