Home
last modified time | relevance | path

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

/bsp/yichip/yc3121-pos/Libraries/sdk/
A Dyc_uart.c35 UART0_CTRL |= FlowCtrl_Enable; in UART_AutoFlowCtrlCmd()
47 UART0_CTRL &= (~FlowCtrl_Enable); in UART_AutoFlowCtrlCmd()
70 UART0_CTRL = 0; in UART_DeInit()
111 if ((UART0_CTRL & (uint32_t)TX_INTR_ENABLE)) in UART_GetITIdentity()
173 UART0_CTRL = 0; in UART_Init()
179 UART0_CTRL = 0; in UART_Init()
180 UART0_CTRL = reg_value; in UART_Init()
253 UART0_CTRL |= ((ENABLE << 8)); in UART_ITConfig()
257 UART0_CTRL &= ~Set_RxITNum_Mask; in UART_ITConfig()
262 UART0_CTRL &= (~TX_INTR_ENABLE); in UART_ITConfig()
[all …]
/bsp/yichip/yc3121-pos/Libraries/core/
A Dyc3121.h198 #define UART0_CTRL *(volatile int*)0xf8b1c macro
/bsp/Vango/v85xx/Libraries/CMSIS/Vango/V85xx/Include/
A Dtarget.h4654 #define UART0_CTRL (volatile unsigned *)(UART0_BASE + 0x0008) macro

Completed in 45 milliseconds