Home
last modified time | relevance | path

Searched refs:UART2_DEV (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/
A Dbt_uart_bridge.c39 while (!UART_Writable(UART2_DEV)); in bt_uart_tx()
40 UART_CharPut(UART2_DEV, (u8)tx_data); in bt_uart_tx()
53 while(!UART_Readable(UART2_DEV)); in bt_uart_bridge_getc()
54 UART_CharGet(UART2_DEV, &Byte); in bt_uart_bridge_getc()
262 UART_TypeDef * pLOG_UART = UART2_DEV; in _bt_uart_bridge_irq()
369 UART_TypeDef * LOG_UART=UART2_DEV; in bt_uart_bridge_open()
372 UART_ClearRxFifo(UART2_DEV); in bt_uart_bridge_open()
375 UART_SetBaud(UART2_DEV, baud_0); in bt_uart_bridge_open()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dsys_api.c160 UART_INTConfig(UART2_DEV, RUART_IER_ERBI, ENABLE); in sys_log_uart_on()
161 UART_RxCmd(UART2_DEV, ENABLE); in sys_log_uart_on()
170 UART_INTConfig(UART2_DEV, RUART_IER_ERBI, DISABLE); in sys_log_uart_off()
171 UART_RxCmd(UART2_DEV, DISABLE); in sys_log_uart_off()
A DPeripheralNames.h28 UART_2 = (int)UART2_DEV,
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/app/monitor/ram/
A Dmonitor_lp.c53 UART_RxCmd(UART2_DEV, DISABLE); in cmd_reboot()
54 RCC_PeriphClockSource_UART(UART2_DEV, UART_RX_CLK_XTAL_40M); in cmd_reboot()
55 UART_RxMonitorCmd(UART2_DEV, DISABLE); in cmd_reboot()
56 UART_SetBaud(UART2_DEV, 115200); in cmd_reboot()
57 UART_RxCmd(UART2_DEV, ENABLE); in cmd_reboot()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/
A Drtl8721d_uart.c74 {UART2_DEV, 0xFF, 0xFF, UART_LOG_IRQ}, /*log uart */
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_uart.h475 #define IS_LPUART_PERIPH(PERIPH) (((PERIPH) == UART0_DEV) || ((PERIPH) == UART2_DEV) || ((PERIPH) =…
A Dhal_platform.h1538 #define UART2_DEV ((UART_TypeDef *) UART2_REG_BASE) /*KM0 log uart */ macro

Completed in 18 milliseconds