nrfxlib API 2.8.99
|
uint32_t mpsl_cx_req_grant_delay_get | ( | void | ) |
#include <mpsl/include/protocol/mpsl_cx_protocol_api.h>
Get time PTA needs to respond with grant signal to request signal.
There are three ways to manage the grant signal by PTA:
This function is to be used to verify how long the user of this interface should wait from calling mpsl_cx_request (return from function) to mpsl_cx_granted_ops_get (call to function) to prevent getting false results while PTA is responding to the last request.
>0 | Minimal delay from setting the request signal to the time grant signal gets meaningful value. In microseconds, rounded up |
0 | Grant signal has always meaningful value. Can be checked before, during, or after setting the request signal. |