Searched refs:tx_cb_TARGET_IO (Results 1 – 6 of 6) sorted by relevance
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/examples/ |
| A D | driver_examples.c | 24 static void tx_cb_TARGET_IO(const struct usart_async_descriptor *const io_descr) in tx_cb_TARGET_IO() function 33 usart_async_register_callback(&TARGET_IO, USART_ASYNC_TXC_CB, tx_cb_TARGET_IO); in TARGET_IO_example()
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/examples/ |
| A D | driver_examples.c | 24 static void tx_cb_TARGET_IO(const struct usart_async_descriptor *const io_descr) in tx_cb_TARGET_IO() function 33 usart_async_register_callback(&TARGET_IO, USART_ASYNC_TXC_CB, tx_cb_TARGET_IO); in TARGET_IO_example()
|
| /bsp/microchip/saml10/bsp/examples/ |
| A D | driver_examples.c | 48 static void tx_cb_TARGET_IO(const struct usart_async_descriptor *const io_descr) in tx_cb_TARGET_IO() function 57 usart_async_register_callback(&TARGET_IO, USART_ASYNC_TXC_CB, tx_cb_TARGET_IO); in TARGET_IO_example()
|
| /bsp/microchip/same70/bsp/examples/ |
| A D | driver_examples.c | 48 static void tx_cb_TARGET_IO(const struct usart_async_descriptor *const io_descr) in tx_cb_TARGET_IO() function 57 usart_async_register_callback(&TARGET_IO, USART_ASYNC_TXC_CB, tx_cb_TARGET_IO); in TARGET_IO_example()
|
| /bsp/microchip/same54/bsp/examples/ |
| A D | driver_examples.c | 60 static void tx_cb_TARGET_IO(const struct usart_async_descriptor *const io_descr) in tx_cb_TARGET_IO() function 69 usart_async_register_callback(&TARGET_IO, USART_ASYNC_TXC_CB, tx_cb_TARGET_IO); in TARGET_IO_example()
|
| /bsp/microchip/samc21/bsp/examples/ |
| A D | driver_examples.c | 108 static void tx_cb_TARGET_IO(const struct usart_async_descriptor *const io_descr) in tx_cb_TARGET_IO() function 117 usart_async_register_callback(&TARGET_IO, USART_ASYNC_TXC_CB, tx_cb_TARGET_IO); in TARGET_IO_example()
|
Completed in 7 milliseconds