![]() |
nRF Connect SDK API 3.3.99
|
| void uart_async_adapter_init | ( | const struct device * | dev, |
| const struct device * | target ) |
#include <include/uart_async_adapter.h>
Initialize adapter.
Call this function before uart adapter is used. The function configures connected UART device to work with the adapter.
| dev | The adapter interface |
| target | Target UART device with only interrupt interface |