Home
last modified time | relevance | path

Searched refs:usart_async_is_tx_empty (Results 1 – 13 of 13) sorted by relevance

/bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/include/
A Dhal_usart_async.h294 int32_t usart_async_is_tx_empty(const struct usart_async_descriptor *const descr);
/bsp/microchip/samc21/bsp/hal/include/
A Dhal_usart_async.h294 int32_t usart_async_is_tx_empty(const struct usart_async_descriptor *const descr);
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/include/
A Dhal_usart_async.h294 int32_t usart_async_is_tx_empty(const struct usart_async_descriptor *const descr);
/bsp/microchip/saml10/bsp/hal/include/
A Dhal_usart_async.h294 int32_t usart_async_is_tx_empty(const struct usart_async_descriptor *const descr);
/bsp/microchip/same70/bsp/hal/include/
A Dhal_usart_async.h294 int32_t usart_async_is_tx_empty(const struct usart_async_descriptor *const descr);
/bsp/microchip/same54/bsp/hal/include/
A Dhal_usart_async.h294 int32_t usart_async_is_tx_empty(const struct usart_async_descriptor *const descr);
/bsp/microchip/common/board/
A Dserial.c188 while (usart_async_is_tx_empty(desc) == 0); in serial_putc()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/src/
A Dhal_usart_async.c246 int32_t usart_async_is_tx_empty(const struct usart_async_descriptor *const descr) in usart_async_is_tx_empty() function
/bsp/microchip/samc21/bsp/hal/src/
A Dhal_usart_async.c246 int32_t usart_async_is_tx_empty(const struct usart_async_descriptor *const descr) in usart_async_is_tx_empty() function
/bsp/microchip/saml10/bsp/hal/src/
A Dhal_usart_async.c246 int32_t usart_async_is_tx_empty(const struct usart_async_descriptor *const descr) in usart_async_is_tx_empty() function
/bsp/microchip/same70/bsp/hal/src/
A Dhal_usart_async.c246 int32_t usart_async_is_tx_empty(const struct usart_async_descriptor *const descr) in usart_async_is_tx_empty() function
/bsp/microchip/same54/bsp/hal/src/
A Dhal_usart_async.c246 int32_t usart_async_is_tx_empty(const struct usart_async_descriptor *const descr) in usart_async_is_tx_empty() function
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/src/
A Dhal_usart_async.c246 int32_t usart_async_is_tx_empty(const struct usart_async_descriptor *const descr) in usart_async_is_tx_empty() function

Completed in 15 milliseconds