Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_system.h508 __STATIC_INLINE void LL_SYSCFG_ConfigPinMux(uint32_t mux_cfg) in LL_SYSCFG_ConfigPinMux() argument
510 MODIFY_REG(SYSCFG->CFGR3, (mux_cfg >> 16U), (mux_cfg & 0x0000FFFFU)); in LL_SYSCFG_ConfigPinMux()