16#ifndef MPSL_FEM_CONFIG_SIMPLE_GPIO_H__
17#define MPSL_FEM_CONFIG_SIMPLE_GPIO_H__
28#if defined(NRF52_SERIES)
29#define MPSL_FEM_CONFIG_SIMPLE_GPIO_PPI_CHANNELS_COUNT 2
31#define MPSL_FEM_CONFIG_SIMPLE_GPIO_DPPI_CHANNELS_COUNT 3
32#define MPSL_FEM_CONFIG_SIMPLE_GPIO_EGU_CHANNELS_COUNT 3
63#if defined(NRF52_SERIES)
65 uint8_t ppi_channels[MPSL_FEM_CONFIG_SIMPLE_GPIO_PPI_CHANNELS_COUNT];
102#define MPSL_FEM_SIMPLE_GPIO_DEFAULT_PA_TIME_IN_ADVANCE_US 23
105#define MPSL_FEM_SIMPLE_GPIO_DEFAULT_LNA_TIME_IN_ADVANCE_US 5
116#define MPSL_FEM_SIMPLE_GPIO_PA_DEFAULT_GAIN_DB 22
119#define MPSL_FEM_SIMPLE_GPIO_LNA_DEFAULT_GAIN_DB 11
int32_t mpsl_fem_simple_gpio_interface_config_set(mpsl_fem_simple_gpio_interface_config_t const *const p_config)
Configures the PA and LNA device interface.
#define MPSL_FEM_CONFIG_SIMPLE_GPIO_DPPI_CHANNELS_COUNT
Definition mpsl_fem_config_simple_gpio.h:31
#define MPSL_FEM_CONFIG_SIMPLE_GPIO_EGU_CHANNELS_COUNT
Definition mpsl_fem_config_simple_gpio.h:32
Configuration parameters for pins that control Front End Module through a GPIOTE peripheral.
Definition mpsl_fem_config_common.h:40
uint32_t pa_time_gap_us
Definition mpsl_fem_config_simple_gpio.h:48
int8_t pa_gain_db
Definition mpsl_fem_config_simple_gpio.h:53
mpsl_fem_gpiote_pin_config_t lna_pin_config
Definition mpsl_fem_config_simple_gpio.h:61
mpsl_fem_gpiote_pin_config_t pa_pin_config
Definition mpsl_fem_config_simple_gpio.h:59
int8_t lna_gain_db
Definition mpsl_fem_config_simple_gpio.h:55
uint8_t egu_instance_no
Definition mpsl_fem_config_simple_gpio.h:70
uint32_t lna_time_gap_us
Definition mpsl_fem_config_simple_gpio.h:51
Configuration parameters for the Front End Module Simple GPIO variant.
Definition mpsl_fem_config_simple_gpio.h:42