nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ mpsl_fem_twi_async_xfer_write_cb_t

typedef void(* mpsl_fem_twi_async_xfer_write_cb_t) (void *p_instance, int32_t res, void *p_context)

#include <mpsl/fem/nrf22xx/include/mpsl_fem_nrf22xx_twi_config_common.h>

Type of an asynchronous write transfer callback function.

Parameters
p_instancePointer to object representing TWI instance. This is a value of p_instance parameter passed to p_xfer_write_async of mpsl_fem_twi_if_t .
resResult of the TWI operation. 0 - operation performed successfully. -NRF_EIO - write error, slave device did not ACK. other value - other error.
p_contextOpaque context pointer passed to a function that started the transfer.