Home
last modified time | relevance | path

Searched refs:RCC_APB1ENR_UART7 (Results 1 – 4 of 4) sorted by relevance

/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_rcc.c985 …(state) ? (RCC->APB1ENR |= RCC_APB1ENR_UART7) : (RCC->APB1ENR &= ~RCC_APB1ENR_UART7);//exRCC_APB1P… in RCC_UART_ClockCmd()
A Dhal_uart.c68 exRCC_APB1PeriphReset(RCC_APB1ENR_UART7); in UART_DeInit()
/bsp/mm32f327x/Libraries/MM32F327x/Include/
A Dreg_rcc.h487 #define RCC_APB1ENR_UART7 (0x01U << RCC_APB1ENR_UART7_Pos) ///< UART7 interfac… macro
/bsp/mm32/libraries/MM32F3270_HAL/CMSIS/Device/MM32/MM32F3277/Include/
A Dmm32f3277g.h1252 #define RCC_APB1ENR_UART7(x) (((uint32_t)(((uint32_t)(x)) << RCC_APB1ENR_UART7_S… macro

Completed in 58 milliseconds