Home
last modified time | relevance | path

Searched defs:UartDriverData (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/platform/uart/
H A Duart_gr5xx.c36 struct UartDriverData { struct
37 uint32_t id;
38 uint32_t baudrate;
39 int32_t count;
40 struct UartAttribute attr;
41 app_uart_params_t params;
42 app_uart_evt_handler_t eventCallback;
43 app_uart_cfg_handler_t config;
44 app_uart_tx_buf_t txBuffer;
45 int32_t state;
[all …]
H A Duart_asr.c65 struct UartDriverData { struct
66 asr_uart_dev_t params;
67 struct UartAttribute attr;
68 struct UartResource resource;
69 app_uart_cfg_handler_t config;
70 int32_t count;
71 int32_t state;
72 uint32_t flags;