Home
last modified time | relevance | path

Searched refs:UART_ATTR_PARITY_ODD (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Duart_if.h105 #define UART_ATTR_PARITY_ODD 1 macro
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/uart/
H A Duart_adapter.c391 return UART_ATTR_PARITY_ODD; in PariTyToAttr()
472 if (attribute->parity == UART_ATTR_PARITY_ODD) { in UartAdapterSetAttribute()
/ohos5.0/drivers/hdf_core/adapter/platform/uart/
H A Duart_stm32f4xx.c800 attribute->parity = UART_ATTR_PARITY_ODD;
814 case UART_ATTR_PARITY_ODD:
H A Duart_asr.c169 case UART_ATTR_PARITY_ODD: in GetUartParity()
H A Duart_gr5xx.c135 case UART_ATTR_PARITY_ODD: in GetUartParity()