![]() |
nrfxlib API 3.3.99
|
#include <stdint.h>#include <stdbool.h>#include <nrfx.h>#include <nrf_errno.h>#include <mpsl_fem_config_common.h>Go to the source code of this file.
Data Structures | |
| struct | mpsl_fem_twi_if_t |
| Interface to a TWI driver. More... | |
| struct | mpsl_fem_twi_reg_val_t |
| Parameters of a TWI register to be written. More... | |
| struct | mpsl_fem_twi_reg_map_t |
| Map of TWI registers to be written. More... | |
Typedefs | |
| typedef void(* | mpsl_fem_twi_async_xfer_write_cb_t) (void *p_instance, int32_t res, void *p_context) |
| Type of an asynchronous write transfer callback function. | |