Searched defs:UartDriverData (Results 1 – 2 of 2) sorted by relevance
36 struct UartDriverData { struct37 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 …]
65 struct UartDriverData { struct66 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;