![]() |
nrfxlib API 3.3.99
|
| nrf_scan_error_t nrf_scan_unlock_rx_mailbox | ( | nrf_scan_t const * | p_scan, |
| uint8_t | index ) |
#include <softperipheral/sCAN/include/nrf_scan.h>
Unlock sCAN RX mailbox[index].
| [in] | p_scan | Pointer to the sCAN driver instance. |
| [in] | index | Index for m_scan_rx_mailbox. |
| NRF_SCAN_SUCCESS | RX mailbox[index] unlocked successfully. |
| NRF_SCAN_ERROR_INVALID_STATE | nrfx driver state is invalid. |
| NRF_SCAN_ERROR_INVALID_PARAM | index is an invalid parameter. |