Searched defs:usart_async_descriptor (Results 1 – 6 of 6) sorted by relevance
92 struct usart_async_descriptor { struct93 struct io_descriptor io;94 struct _usart_async_device device;95 struct usart_async_callbacks usart_cb;96 uint32_t stat;98 struct ringbuffer rx;99 uint16_t tx_por;100 uint8_t * tx_buffer;101 uint16_t tx_buffer_length;
92 struct usart_async_descriptor { struct93 struct io_descriptor io;94 struct _usart_async_device device;95 struct usart_async_callbacks usart_cb;96 volatile uint32_t stat;98 struct ringbuffer rx;99 uint16_t tx_por;100 uint8_t * tx_buffer;101 uint16_t tx_buffer_length;
Completed in 11 milliseconds