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