![]() |
nrfxlib API 3.3.99
|
| nrf_scan_error_t nrf_scan_timing | ( | nrf_scan_t const * | p_scan, |
| nrf_scan_timing_t const * | p_timing ) |
#include <softperipheral/sCAN/include/nrf_scan.h>
Configure sCAN timing.
This function configures timing parameters for sCAN
| [in] | p_scan | Pointer to the sCAN driver instance. |
| [in] | p_timing | Pointer to the sCAN driver timing configuration structure. |
| NRF_SCAN_SUCCESS | Controller timing configured successfully. |
| NRF_SCAN_ERROR_INVALID_STATE | nrfx driver state is invalid. |
| NRF_SCAN_ERROR_INVALID_PARAM | sCAN timing configuration contains an invalid parameter. |