Searched refs:UARTx (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/ |
A D | rtl8721d_uart.c | 95 TempMiscr = UARTx->MISCR; in UART_TXDMAConfig() 99 UARTx->MISCR = TempMiscr; in UART_TXDMAConfig() 116 TempMiscr = UARTx->MISCR; in UART_RXDMAConfig() 120 UARTx->MISCR = TempMiscr; in UART_RXDMAConfig() 251 UART_TypeDef* UARTx; in UART_RXGDMA_Init() local 263 UARTx = UART_DEV_TABLE[UartIndex].UARTx; in UART_RXGDMA_Init() 420 return UARTx->MON_BAUD_CTRL; in UART_RxMonBaudCtrlRegGet() 435 return UARTx->MON_BAUD_STS; in UART_RxMonitorSatusGet() 514 TempMiscr = UARTx->MISCR; in UART_IrDAInit() 533 UARTx->MISCR = TempMiscr; in UART_IrDAInit() [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/ |
A D | rtl8721d_uart.h | 505 _LONG_CALL_ void UART_DeInit(UART_TypeDef* UARTx); 514 _LONG_CALL_ u32 UART_Writable(UART_TypeDef* UARTx); 515 _LONG_CALL_ u32 UART_Readable(UART_TypeDef* UARTx); 522 _LONG_CALL_ void UART_RxByteCntClear(UART_TypeDef* UARTx); 523 _LONG_CALL_ u32 UART_RxByteCntGet(UART_TypeDef* UARTx); 525 _LONG_CALL_ u32 UART_ClearRxFifo(UART_TypeDef* UARTx); 526 _LONG_CALL_ void UART_ClearTxFifo(UART_TypeDef* UARTx); 528 _LONG_CALL_ u32 UART_IntStatus(UART_TypeDef* UARTx); 529 _LONG_CALL_ u32 UART_ModemStatusGet(UART_TypeDef* UARTx); 530 _LONG_CALL_ u32 UART_LineStatusGet(UART_TypeDef* UARTx); [all …]
|
A D | rtl8721dlp_rcc.h | 140 _LONG_CALL_ void RCC_PeriphClockSource_UART (UART_TypeDef* UARTx, u32 Source);
|
A D | rtl8721dhp_rcc.h | 166 _LONG_CALL_ void RCC_PeriphClockSource_UART (UART_TypeDef* UARTx, u32 Source);
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/ |
A D | serial_api.c | 47 UART_TypeDef* UARTx; member 476 puart_adapter->UARTx = UART_DEV_TABLE[uart_idx].UARTx; in serial_init() 597 UART_TypeDef* UARTx = UART_DEV_TABLE[obj->uart_idx].UARTx; in serial_format() local 1152 UART_TypeDef* UARTx = UART_DEV_TABLE[obj->uart_idx].UARTx; in serial_clear_tx() local 1164 UART_TypeDef* UARTx = UART_DEV_TABLE[obj->uart_idx].UARTx; in serial_clear_rx() local 1180 UART_TypeDef* UARTx = UART_DEV_TABLE[obj->uart_idx].UARTx; in serial_recv_blocked() local 1215 UART_TypeDef* UARTx = UART_DEV_TABLE[obj->uart_idx].UARTx; in serial_send_blocked() local 1301 UART_TypeDef* UARTx = UART_DEV_TABLE[obj->uart_idx].UARTx; in serial_recv_stream_timeout() local 1437 UART_TypeDef* UARTx = UART_DEV_TABLE[obj->uart_idx].UARTx; in serial_rx_fifo_level() local 1475 UART_TypeDef* UARTx = UART_DEV_TABLE[obj->uart_idx].UARTx; in serial_set_flow_control() local [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/uart/ |
A D | uart.c | 78 UART_TypeDef *UARTx = UART_DEV_TABLE[uart->dev.idx].UARTx; in uart_irqhandler() local 166 UART_TypeDef *UARTx = UART_DEV_TABLE[idx].UARTx; in csi_uart_init() local 209 UART_TypeDef *UARTx = UART_DEV_TABLE[uart_idx].UARTx; in csi_uart_uninit() local 213 UART_DeInit(UARTx); in csi_uart_uninit() 227 UART_TypeDef *UARTx = UART_DEV_TABLE[uart_idx].UARTx; in csi_uart_baud() local 250 UART_TypeDef *UARTx = UART_DEV_TABLE[uart_idx].UARTx; in csi_uart_format() local 292 UART_TypeDef *UARTx = UART_DEV_TABLE[uart_idx].UARTx; in csi_uart_attach_callback() local 310 UART_TypeDef *UARTx = UART_DEV_TABLE[uart_idx].UARTx; in csi_uart_send() local 339 UART_TypeDef *UARTx = UART_DEV_TABLE[uart_idx].UARTx; in csi_uart_receive() local 379 UART_TypeDef *UARTx = UART_DEV_TABLE[uart_idx].UARTx; in csi_uart_send_async() local [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/ |
A D | rtl8721dhp_cpft.c | 99 UART_Init(UART_DEV_TABLE[uart_idx].UARTx, &UART_InitStruct); in CPTest_UARTInit() 100 UART_SetBaud(UART_DEV_TABLE[uart_idx].UARTx, baud_rate); in CPTest_UARTInit() 101 UART_INTConfig(UART_DEV_TABLE[uart_idx].UARTx, RUART_IER_ERBI | RUART_IER_ELSI, DISABLE); in CPTest_UARTInit() 102 UART_RxCmd(UART_DEV_TABLE[uart_idx].UARTx, ENABLE); in CPTest_UARTInit()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_lp/ |
A D | rtl8721dlp_cpft.c | 99 UART_Init(UART_DEV_TABLE[uart_idx].UARTx, &UART_InitStruct); in CPTest_UARTInit() 100 UART_SetBaud(UART_DEV_TABLE[uart_idx].UARTx, baud_rate); in CPTest_UARTInit() 101 UART_INTConfig(UART_DEV_TABLE[uart_idx].UARTx, RUART_IER_ERBI | RUART_IER_ELSI, DISABLE); in CPTest_UARTInit() 102 UART_RxCmd(UART_DEV_TABLE[uart_idx].UARTx, ENABLE); in CPTest_UARTInit()
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/ |
A D | uart.c | 127 uart_dev = UART_DEV_TABLE[num].UARTx; in uart_irq() 187 uart_dev = UART_DEV_TABLE[num].UARTx; in hal_uart_init() 310 uart_dev = UART_DEV_TABLE[num].UARTx; in hal_uart_send() 347 uart_dev = UART_DEV_TABLE[num].UARTx; in hal_uart_recv_II() 405 UART_DeInit( UART_DEV_TABLE[num].UARTx); in hal_uart_finalize()
|
Completed in 15 milliseconds