Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/include/platform/
Duart_if.h193 unsigned int fifoRxEn : 1; member
/drivers/hdf_core/adapter/platform/uart/
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) {
/drivers/hdf_core/framework/test/unittest/platform/common/
Duart_test.c208 attribute.fifoRxEn = UART_ATTR_RX_FIFO_EN; in UartSetAttributeTest()
234 HDF_LOGD("UartGetAttributeTest: fifoRxEn %u", attribute.fifoRxEn); in UartGetAttributeTest()