![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| int bm_lpuarte_tx_abort | ( | struct bm_lpuarte * | lpu, |
| bool | sync ) |
#include <bm_lpuarte.h>
Abort transmission.
| [in] | lpu | Low Power UARTE driver instance structure. |
| [in] | sync | If true, transmition is aborted synchronously. |
| 0 | Successfully initiated abort. |
| -EFAULT | If lpu is NULL. |
| -EINPROGRESS | If there is no pending transfer. |