Searched refs:RCC_APB2ENR_UART6 (Results 1 – 4 of 4) sorted by relevance
982 …(state) ? (RCC->APB2ENR |= RCC_APB2ENR_UART6) : (RCC->APB2ENR &= ~RCC_APB2ENR_UART6);//exRCC_APB2P… in RCC_UART_ClockCmd()
65 exRCC_APB2PeriphReset(RCC_APB2ENR_UART6); in UART_DeInit()
411 #define RCC_APB2ENR_UART6 (0x01U << RCC_APB2ENR_UART6_Pos) ///< UART6 enable macro
1228 #define RCC_APB2ENR_UART6(x) (((uint32_t)(((uint32_t)(x)) << RCC_APB2ENR_UART6_S… macro
Completed in 71 milliseconds