nRF Connect SDK API 2.8.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 |