Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rcc.c1120 GPIO_InitTypeDef gpio = {0}; in HAL_RCC_MCOConfig() local
1128 gpio.Mode = GPIO_MODE_AF_PP; in HAL_RCC_MCOConfig()
1129 gpio.Speed = GPIO_SPEED_FREQ_HIGH; in HAL_RCC_MCOConfig()
1130 gpio.Pull = GPIO_NOPULL; in HAL_RCC_MCOConfig()
1133 gpio.Pin = MCO1_PIN; in HAL_RCC_MCOConfig()
1134 gpio.Alternate = GPIO_AF0_MCO; in HAL_RCC_MCOConfig()
1138 HAL_GPIO_Init(MCO1_GPIO_PORT, &gpio); in HAL_RCC_MCOConfig()
1143 gpio.Pin = MCO3_PIN; in HAL_RCC_MCOConfig()
1144 gpio.Alternate = MCO3_GPIO_AF; in HAL_RCC_MCOConfig()
1148 HAL_GPIO_Init(MCO3_GPIO_PORT, &gpio); in HAL_RCC_MCOConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rcc.c888 GPIO_InitTypeDef gpio; in HAL_RCC_MCOConfig() local
899 gpio.Mode = GPIO_MODE_AF_PP; in HAL_RCC_MCOConfig()
900 gpio.Speed = GPIO_SPEED_FREQ_HIGH; in HAL_RCC_MCOConfig()
901 gpio.Pull = GPIO_NOPULL; in HAL_RCC_MCOConfig()
902 gpio.Pin = MCO1_PIN; in HAL_RCC_MCOConfig()
903 gpio.Alternate = GPIO_AF0_MCO; in HAL_RCC_MCOConfig()
908 HAL_GPIO_Init(MCO1_GPIO_PORT, &gpio); in HAL_RCC_MCOConfig()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rcc.c1018 GPIO_InitTypeDef gpio; in HAL_RCC_MCOConfig() local
1029 gpio.Mode = GPIO_MODE_AF_PP; in HAL_RCC_MCOConfig()
1030 gpio.Speed = GPIO_SPEED_FREQ_HIGH; in HAL_RCC_MCOConfig()
1031 gpio.Pull = GPIO_NOPULL; in HAL_RCC_MCOConfig()
1032 gpio.Pin = MCO1_PIN; in HAL_RCC_MCOConfig()
1033 gpio.Alternate = GPIO_AF0_MCO; in HAL_RCC_MCOConfig()
1038 HAL_GPIO_Init(MCO1_GPIO_PORT, &gpio); in HAL_RCC_MCOConfig()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rcc.c1005 GPIO_InitTypeDef gpio; in HAL_RCC_MCOConfig() local
1013 gpio.Mode = GPIO_MODE_AF_PP; in HAL_RCC_MCOConfig()
1014 gpio.Speed = GPIO_SPEED_FREQ_HIGH; in HAL_RCC_MCOConfig()
1015 gpio.Pull = GPIO_NOPULL; in HAL_RCC_MCOConfig()
1016 gpio.Pin = MCO1_PIN; in HAL_RCC_MCOConfig()
1017 gpio.Alternate = GPIO_AF0_MCO; in HAL_RCC_MCOConfig()
1022 HAL_GPIO_Init(MCO1_GPIO_PORT, &gpio); in HAL_RCC_MCOConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rcc.c1002 GPIO_InitTypeDef gpio = {0U}; in HAL_RCC_MCOConfig() local
1014 gpio.Mode = GPIO_MODE_AF_PP; in HAL_RCC_MCOConfig()
1015 gpio.Speed = GPIO_SPEED_FREQ_HIGH; in HAL_RCC_MCOConfig()
1016 gpio.Pull = GPIO_NOPULL; in HAL_RCC_MCOConfig()
1017 gpio.Pin = MCO1_PIN; in HAL_RCC_MCOConfig()
1022 HAL_GPIO_Init(MCO1_GPIO_PORT, &gpio); in HAL_RCC_MCOConfig()
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/link_layer/ll_cmd_lib/inc/
Dbsp.h620 void bsp_debug_gpio_set(Debug_GPIO_t gpio);
631 void bsp_debug_gpio_clear(Debug_GPIO_t gpio);
642 void bsp_debug_gpio_toggle(Debug_GPIO_t gpio);