Home
last modified time | relevance | path

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

/bsp/yichip/yc3121-pos/Libraries/sdk/
A Dyc_uart.c38 UART1_CTRL |= FlowCtrl_Enable; in UART_AutoFlowCtrlCmd()
50 UART1_CTRL &= (~FlowCtrl_Enable); in UART_AutoFlowCtrlCmd()
73 UART1_CTRL = 0; in UART_DeInit()
131 if (UART1_CTRL & TX_INTR_ENABLE) in UART_GetITIdentity()
184 UART1_CTRL = 0; in UART_Init()
190 UART1_CTRL = 0; in UART_Init()
191 UART1_CTRL = reg_value; in UART_Init()
274 UART1_CTRL |= ((ENABLE << 8)); in UART_ITConfig()
278 UART1_CTRL &= ~Set_RxITNum_Mask; in UART_ITConfig()
283 UART1_CTRL &= (uint32_t)~TX_INTR_ENABLE; in UART_ITConfig()
[all …]
/bsp/yichip/yc3121-pos/Libraries/core/
A Dyc3121.h202 #define UART1_CTRL *(volatile int*)0xf8c1c macro
/bsp/Vango/v85xx/Libraries/CMSIS/Vango/V85xx/Include/
A Dtarget.h4660 #define UART1_CTRL (volatile unsigned *)(UART1_BASE + 0x0008) macro

Completed in 36 milliseconds