Searched refs:RCC_APB1ENR_UART7 (Results 1 – 4 of 4) sorted by relevance
985 …(state) ? (RCC->APB1ENR |= RCC_APB1ENR_UART7) : (RCC->APB1ENR &= ~RCC_APB1ENR_UART7);//exRCC_APB1P… in RCC_UART_ClockCmd()
68 exRCC_APB1PeriphReset(RCC_APB1ENR_UART7); in UART_DeInit()
487 #define RCC_APB1ENR_UART7 (0x01U << RCC_APB1ENR_UART7_Pos) ///< UART7 interfac… macro
1252 #define RCC_APB1ENR_UART7(x) (((uint32_t)(((uint32_t)(x)) << RCC_APB1ENR_UART7_S… macro
Completed in 58 milliseconds