Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_system.h519 __STATIC_INLINE uint32_t LL_SYSCFG_GetConfigPinMux(uint32_t LL_PINMUX_PACKx_PINy) in LL_SYSCFG_GetConfigPinMux() argument
521 return (uint32_t)(READ_BIT(SYSCFG->CFGR3, LL_PINMUX_PACKx_PINy) | (LL_PINMUX_PACKx_PINy << 16U)); in LL_SYSCFG_GetConfigPinMux()