Home
last modified time | relevance | path

Searched refs:rx_block (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/iot_hardware/wifiiot_lite/
H A Dhal_iot_uart.c36 extraAttr.rx_block = HI_UART_BLOCK_STATE_NONE_BLOCK; in IoTUartInit()
38 extraAttr.rx_block = HI_UART_BLOCK_STATE_BLOCK; in IoTUartInit()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H A Dhi_uart.c90 extra_attr->rx_block = (hi_uart_block_state)udd->act.rx_block; in get_uart_param()
154 extra_attr->rx_block <= HI_UART_BLOCK_STATE_BLOCK && in uart_check_extra_param()
190 if (extra_attr->rx_block != 0) { in init_uart_extra_param()
191 udd->act.rx_block = extra_attr->rx_block; in init_uart_extra_param()
431 if (udd->act.rx_block != UART_FLG_RD_BLOCK) { in hi_uart_quit_read()
H A Duart_drv.h91 hi_u8 rx_block; member
H A Duart.c137 if ((len == 0) && (udd->act.rx_block == UART_FLG_RD_BLOCK)) { in uart_read()
H A Duart_drv.c421 if (udd->act.rx_block == UART_FLG_RD_BLOCK) { in uart_dma_recv_irq()
470 if (udd->act.rx_block == UART_FLG_RD_BLOCK) { in uart_nodma_recv_irq()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_uart.h151 hi_uart_block_state rx_block; member

Completed in 4 milliseconds