Home
last modified time | relevance | path

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

/device/soc/st/stm32f407zg/uniproton/board/driver/usart/
Dusart.c35 RCC_APB2PeriphClockCmd(RCC_APB2Periph_USART1, ENABLE); in UartInit()
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/src/
Dstm32f4xx_usart.c195 RCC_APB2PeriphResetCmd(RCC_APB2Periph_USART1, ENABLE); in USART_DeInit()
196 RCC_APB2PeriphResetCmd(RCC_APB2Periph_USART1, DISABLE); in USART_DeInit()
/device/soc/st/stm32f407zg/uniproton/board/common/STM32F4xx_StdPeriph_Driver/inc/
Dstm32f4xx_rcc.h433 #define RCC_APB2Periph_USART1 ((uint32_t)0x00000010) macro