Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal.c867 void HAL_SYSCFG_CompensationCodeSelect(uint32_t SYSCFG_CompCode) in HAL_SYSCFG_CompensationCodeSelect() argument
870 assert_param(IS_SYSCFG_CODE_SELECT(SYSCFG_CompCode)); in HAL_SYSCFG_CompensationCodeSelect()
871 MODIFY_REG(SYSCFG->CMPCR, SYSCFG_CMPCR_SW_CTRL, (uint32_t)(SYSCFG_CompCode)); in HAL_SYSCFG_CompensationCodeSelect()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal.c833 void HAL_SYSCFG_CompensationCodeSelect(uint32_t SYSCFG_CompCode) in HAL_SYSCFG_CompensationCodeSelect() argument
836 assert_param(IS_SYSCFG_CODE_SELECT(SYSCFG_CompCode)); in HAL_SYSCFG_CompensationCodeSelect()
837 MODIFY_REG(SYSCFG->CCCSR, SYSCFG_CCCSR_CS, (uint32_t)(SYSCFG_CompCode)); in HAL_SYSCFG_CompensationCodeSelect()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal.h765 void HAL_SYSCFG_CompensationCodeSelect(uint32_t SYSCFG_CompCode);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal.h1117 void HAL_SYSCFG_CompensationCodeSelect(uint32_t SYSCFG_CompCode);