Home
last modified time | relevance | path

Searched defs:usart_async_descriptor (Results 1 – 6 of 6) sorted by relevance

/bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/include/
A Dhal_usart_async.h92 struct usart_async_descriptor { struct
93 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;
/bsp/microchip/samc21/bsp/hal/include/
A Dhal_usart_async.h92 struct usart_async_descriptor { struct
93 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;
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/include/
A Dhal_usart_async.h92 struct usart_async_descriptor { struct
93 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;
/bsp/microchip/saml10/bsp/hal/include/
A Dhal_usart_async.h92 struct usart_async_descriptor { struct
93 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;
/bsp/microchip/same70/bsp/hal/include/
A Dhal_usart_async.h92 struct usart_async_descriptor { struct
93 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;
/bsp/microchip/same54/bsp/hal/include/
A Dhal_usart_async.h92 struct usart_async_descriptor { struct
93 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;

Completed in 11 milliseconds