Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/adapter/platform/uart/
H A Duart_stm32f4xx.c922 attribute->fifoRxEn = 0;
926 attribute->fifoRxEn = 1;
930 attribute->fifoRxEn = 0;
934 attribute->fifoRxEn = 1;
938 attribute->fifoRxEn = 1;
943 if (attribute->fifoRxEn && attribute->fifoTxEn) {
945 } else if (attribute->fifoRxEn && !attribute->fifoTxEn) {
947 } else if (!attribute->fifoRxEn && attribute->fifoTxEn) {
/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Duart_if.h193 unsigned int fifoRxEn : 1; member
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Duart_test.c208 attribute.fifoRxEn = UART_ATTR_RX_FIFO_EN; in UartSetAttributeTest()
234 HDF_LOGD("UartGetAttributeTest: fifoRxEn %u", attribute.fifoRxEn); in UartGetAttributeTest()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-uart-des.md231 attribute.fifoRxEn = UART_ATTR_RX_FIFO_EN; // UART使能RX FIFO
433 attribute.fifoRxEn = UART_ATTR_RX_FIFO_EN; // UART使能RX FIFO
H A Ddriver-platform-uart-develop.md201 fifoRxEn = 1; // 【必要】使能接收FIFO
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-uart-des.md219 attribute.fifoRxEn = UART_ATTR_RX_FIFO_EN; // Enable RX FIFO.
413 attribute.fifoRxEn = UART_ATTR_RX_FIFO_EN; // Enable RX FIFO.
H A Ddriver-platform-uart-develop.md180 fifoRxEn = 1; // (Mandatory) Enable RX FIFO.