Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_gpio.c138 #define GPIO_CR_CNF_GP_OUTPUT_PP 0x00000000u /*!< 00: General purpose output push-pull */ macro
214 config = GPIO_Init->Speed + GPIO_CR_CNF_GP_OUTPUT_PP; in HAL_GPIO_Init()