![]() |
nrfxlib API 3.3.99
|
| 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.
| p_instance | Pointer 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 . |
| res | Result of the TWI operation. 0 - operation performed successfully. -NRF_EIO - write error, slave device did not ACK. other value - other error. |
| p_context | Opaque context pointer passed to a function that started the transfer. |