Home
last modified time | relevance | path

Searched refs:HAL_GPIO_Init (Results 1 – 25 of 82) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_rcc_ex.c409 HAL_GPIO_Init(LSCO1_GPIO_PORT, &GPIO_InitStruct); in HAL_RCCEx_EnableLSCO()
422 HAL_GPIO_Init(LSCO2_GPIO_PORT, &GPIO_InitStruct); in HAL_RCCEx_EnableLSCO()
432 HAL_GPIO_Init(LSCO3_GPIO_PORT, &GPIO_InitStruct); in HAL_RCCEx_EnableLSCO()
468 HAL_GPIO_Init(LSCO2_GPIO_PORT, &GPIO_InitStruct); in HAL_RCCEx_EnableLSCOinDEEPSTOP()
Dstm32wb0x_hal_rcc.c741 HAL_GPIO_Init(MCO1_GPIO_PORT, &GPIO_InitStruct); in HAL_RCC_MCOConfig()
752 HAL_GPIO_Init(MCO2_GPIO_PORT, &GPIO_InitStruct); in HAL_RCC_MCOConfig()
762 HAL_GPIO_Init(MCO3_GPIO_PORT, &GPIO_InitStruct); in HAL_RCC_MCOConfig()
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/Core/Src/
Dstm32wb0x_hal_msp.c240 HAL_GPIO_Init(GPIOB, &GPIO_InitStruct); in HAL_UART_MspInit()
247 HAL_GPIO_Init(GPIOA, &GPIO_InitStruct); in HAL_UART_MspInit()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rcc.c1138 HAL_GPIO_Init(MCO1_GPIO_PORT, &gpio); in HAL_RCC_MCOConfig()
1148 HAL_GPIO_Init(MCO3_GPIO_PORT, &gpio); in HAL_RCC_MCOConfig()
1158 HAL_GPIO_Init(MCO2_GPIO_PORT, &gpio); in HAL_RCC_MCOConfig()
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/RADIO_utils/Src/
DRADIO_utils.c387 HAL_GPIO_Init(GPIOB, &GPIO_Init); in aci_hal_set_antenna_switch_parameters()
472 HAL_GPIO_Init(GPIOB, &GPIO_Init); in aci_hal_tone_start()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rcc_ex.c1393 HAL_GPIO_Init(LSCO1_GPIO_PORT, &GPIO_InitStruct); in HAL_RCCEx_LSCOConfig()
1402 HAL_GPIO_Init(LSCO2_GPIO_PORT, &GPIO_InitStruct); in HAL_RCCEx_LSCOConfig()
1413 HAL_GPIO_Init(LSCO3_GPIO_PORT, &GPIO_InitStruct); in HAL_RCCEx_LSCOConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rcc.c795 HAL_GPIO_Init(MCO1_GPIO_PORT, &GPIO_InitStruct); in HAL_RCC_MCOConfig()
819 HAL_GPIO_Init(MCO2_GPIO_PORT, &GPIO_InitStruct); in HAL_RCC_MCOConfig()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_rcc.c910 HAL_GPIO_Init(MCO1_GPIO_PORT, &GPIO_InitStruct); in HAL_RCC_MCOConfig()
928 HAL_GPIO_Init(MCO2_GPIO_PORT, &GPIO_InitStruct); in HAL_RCC_MCOConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rcc.c923 HAL_GPIO_Init(MCO1_GPIO_PORT, &GPIO_InitStruct); in HAL_RCC_MCOConfig()
941 HAL_GPIO_Init(MCO2_GPIO_PORT, &GPIO_InitStruct); in HAL_RCC_MCOConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_gpio.h223 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_gpio.h274 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_gpio.h311 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, const GPIO_InitTypeDef *pGPIO_Init);
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_gpio.h271 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc.c1331 HAL_GPIO_Init(MCO1_GPIO_PORT, &GPIO_InitStruct); in HAL_RCC_MCOConfig()
1349 HAL_GPIO_Init(MCO2_GPIO_PORT, &GPIO_InitStruct); in HAL_RCC_MCOConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_gpio.h223 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_gpio.h280 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_gpio.h292 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_gpio.h223 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_gpio.h282 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_gpio.h224 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_gpio.h285 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_gpio.h286 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_gpio.h284 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, const GPIO_InitTypeDef *GPIO_Init);
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_gpio.h288 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_gpio.h283 void HAL_GPIO_Init(GPIO_TypeDef *GPIOx, GPIO_InitTypeDef *GPIO_Init);

1234