Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rcc.c855 GPIO_TypeDef *mco_gpio_port; in HAL_RCC_MCOConfig() local
869 mco_gpio_port = (GPIO_TypeDef *) RCC_GET_MCO_GPIO_PORT(RCC_MCOx); in HAL_RCC_MCOConfig()
878 HAL_GPIO_Init(mco_gpio_port, &gpio_initstruct); in HAL_RCC_MCOConfig()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc.c1045 GPIO_TypeDef * mco_gpio_port; in HAL_RCC_MCOConfig() local
1059 mco_gpio_port = (GPIO_TypeDef *) RCC_GET_MCO_GPIO_PORT(RCC_MCOx); in HAL_RCC_MCOConfig()
1068 HAL_GPIO_Init(mco_gpio_port, &gpio_initstruct); in HAL_RCC_MCOConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc.c999 GPIO_TypeDef * mco_gpio_port; in HAL_RCC_MCOConfig() local
1013 mco_gpio_port = (GPIO_TypeDef *) RCC_GET_MCO_GPIO_PORT(RCC_MCOx); in HAL_RCC_MCOConfig()
1022 HAL_GPIO_Init(mco_gpio_port, &gpio_initstruct); in HAL_RCC_MCOConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rcc.c1192 GPIO_TypeDef * mco_gpio_port; in HAL_RCC_MCOConfig() local
1205 mco_gpio_port = (GPIO_TypeDef *) RCC_GET_MCO_GPIO_PORT(RCC_MCOx); in HAL_RCC_MCOConfig()
1214 HAL_GPIO_Init(mco_gpio_port, &gpio_initstruct); in HAL_RCC_MCOConfig()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc.c1322 GPIO_TypeDef *mco_gpio_port; in HAL_RCC_MCOConfig() local
1336 mco_gpio_port = (GPIO_TypeDef *) RCC_GET_MCO_GPIO_PORT(RCC_MCOx); in HAL_RCC_MCOConfig()
1345 HAL_GPIO_Init(mco_gpio_port, &gpio_initstruct); in HAL_RCC_MCOConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc.c1116 GPIO_TypeDef *mco_gpio_port; in HAL_RCC_MCOConfig() local
1128 mco_gpio_port = (GPIO_TypeDef *) RCC_GET_MCO_GPIO_PORT(RCC_MCOx); in HAL_RCC_MCOConfig()
1136 HAL_GPIO_Init(mco_gpio_port, &GPIO_InitStruct); in HAL_RCC_MCOConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc.c1152 GPIO_TypeDef *mco_gpio_port; in HAL_RCC_MCOConfig() local
1166 mco_gpio_port = (GPIO_TypeDef *) RCC_GET_MCO_GPIO_PORT(RCC_MCOx); in HAL_RCC_MCOConfig()
1175 HAL_GPIO_Init(mco_gpio_port, &GPIO_InitStruct); in HAL_RCC_MCOConfig()