nrfxlib API 2.8.99
|
#define NRF_DM_PROC_EXECUTE_DURATION_OVERHEAD_US (200) |
#include <nrf_dm/include/nrf_dm.h>
Maximum overhead duration in microseconds for pre- and post-processing in nrf_dm_proc_execute when executing in initiator role.The full (expected) duration of the call to nrf_dm_proc_execute is given by: nrf_dm_get_duration_us(&config) + NRF_DM_PROC_EXECUTE_DURATION_OVERHEAD_US.