Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_gpio_ex.h85 #define GPIO_AF2_USART1 ((uint8_t)0x02) /*!< USART1 Alternate Function mapping … macro
165 #define GPIO_AF2_USART1 ((uint8_t)0x02) /*!< USART1 Alternate Function mapping … macro
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/Core/Src/
Dstm32wb0x_hal_msp.c246 GPIO_InitStruct.Alternate = GPIO_AF2_USART1; in HAL_UART_MspInit()