Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_system.h390 __STATIC_INLINE void LL_SYSCFG_OpenAnalogSwitch(uint32_t AnalogSwitch) in LL_SYSCFG_OpenAnalogSwitch() argument
392 SET_BIT(SYSCFG->PMCSETR, AnalogSwitch); in LL_SYSCFG_OpenAnalogSwitch()
404 __STATIC_INLINE void LL_SYSCFG_CloseAnalogSwitch(uint32_t AnalogSwitch) in LL_SYSCFG_CloseAnalogSwitch() argument
406 …FY_REG(SYSCFG->PMCCLRR, (SYSCFG_PMCCLRR_ANA0_SEL_SEL | SYSCFG_PMCCLRR_ANA1_SEL_SEL), AnalogSwitch); in LL_SYSCFG_CloseAnalogSwitch()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_system.h483 __STATIC_INLINE void LL_SYSCFG_OpenAnalogSwitch(uint32_t AnalogSwitch) in LL_SYSCFG_OpenAnalogSwitch() argument
485 SET_BIT(SYSCFG->PMCR, AnalogSwitch); in LL_SYSCFG_OpenAnalogSwitch()
501 __STATIC_INLINE void LL_SYSCFG_CloseAnalogSwitch(uint32_t AnalogSwitch) in LL_SYSCFG_CloseAnalogSwitch() argument
503 CLEAR_BIT(SYSCFG->PMCR, AnalogSwitch); in LL_SYSCFG_CloseAnalogSwitch()