Searched refs:RCC_APB1ENR_UART4 (Results 1 – 4 of 4) sorted by relevance
976 …(state) ? (RCC->APB1ENR |= RCC_APB1ENR_UART4) : (RCC->APB1ENR &= ~RCC_APB1ENR_UART4);//exRCC_APB1P… in RCC_UART_ClockCmd()
59 exRCC_APB1PeriphReset(RCC_APB1ENR_UART4); in UART_DeInit()
460 #define RCC_APB1ENR_UART4 (0x01U << RCC_APB1ENR_UART4_Pos) ///< UART 4 clock e… macro
1288 #define RCC_APB1ENR_UART4(x) (((uint32_t)(((uint32_t)(x)) << RCC_APB1ENR_UART4_S… macro
Completed in 626 milliseconds