16#ifndef MPSL_FEM_CONFIG_NRF21540_GPIO_H__
17#define MPSL_FEM_CONFIG_NRF21540_GPIO_H__
29#if defined(NRF52_SERIES)
30#define MPSL_FEM_CONFIG_NRF21540_GPIO_PPI_CHANNELS_COUNT 2
32#define MPSL_FEM_CONFIG_NRF21540_GPIO_DPPI_CHANNELS_COUNT 3
33#define MPSL_FEM_CONFIG_NRF21540_GPIO_EGU_CHANNELS_COUNT 3
55#if defined(NRF52_SERIES)
57 uint8_t ppi_channels[MPSL_FEM_CONFIG_NRF21540_GPIO_PPI_CHANNELS_COUNT];
#define MPSL_FEM_CONFIG_NRF21540_GPIO_DPPI_CHANNELS_COUNT
Definition mpsl_fem_config_nrf21540_gpio.h:32
#define MPSL_FEM_CONFIG_NRF21540_GPIO_EGU_CHANNELS_COUNT
Definition mpsl_fem_config_nrf21540_gpio.h:33
int32_t mpsl_fem_nrf21540_gpio_interface_config_set(mpsl_fem_nrf21540_gpio_interface_config_t const *const p_config)
Configures the PA and LNA device interface.
Configuration parameters for pins that control Front End Module.
Definition mpsl_fem_config_common.h:75
Configuration parameters for pins that control Front End Module through a GPIOTE peripheral.
Definition mpsl_fem_config_common.h:40
Configuration structure of the nRF21540 Front End Module.
Definition mpsl_fem_config_nrf21540_common.h:63
mpsl_fem_gpiote_pin_config_t lna_pin_config
Definition mpsl_fem_config_nrf21540_gpio.h:47
mpsl_fem_nrf21540_config_t fem_config
Definition mpsl_fem_config_nrf21540_gpio.h:42
mpsl_fem_gpio_pin_config_t mode_pin_config
Definition mpsl_fem_config_nrf21540_gpio.h:53
mpsl_fem_gpiote_pin_config_t pdn_pin_config
Definition mpsl_fem_config_nrf21540_gpio.h:49
uint8_t egu_instance_no
Definition mpsl_fem_config_nrf21540_gpio.h:62
mpsl_fem_gpiote_pin_config_t pa_pin_config
Definition mpsl_fem_config_nrf21540_gpio.h:45
Configuration parameters for the Power Amplifier (PA) and Low Noise Amplifier (LNA) interface in the ...
Definition mpsl_fem_config_nrf21540_gpio.h:40