17#ifndef MPSL_FEM_CONFIG_COMMON_H__
18#define MPSL_FEM_CONFIG_COMMON_H__
62#if defined(NRF54L_SERIES)
70 uint8_t ppib_channels[2];
77 NRF_GPIOTE_Type * p_gpiote;
bool mpsl_fem_device_config_254_apply_get(void)
Gets flag which determines whether DEVICE-CONFIG-254 shall be applied.
void mpsl_fem_device_config_254_apply_set(bool apply)
Sets flag which determines whether DEVICE-CONFIG-254 shall be applied.
bool enable
Definition mpsl_fem_config_common.h:87
mpsl_fem_pin_t gpio_pin
Definition mpsl_fem_config_common.h:86
bool active_high
Definition mpsl_fem_config_common.h:88
Configuration parameters for pins that control Front End Module.
Definition mpsl_fem_config_common.h:84
mpsl_fem_pin_t gpio_pin
Definition mpsl_fem_config_common.h:46
uint8_t gpiote_ch_id
Definition mpsl_fem_config_common.h:60
bool active_high
Definition mpsl_fem_config_common.h:52
bool enable
Definition mpsl_fem_config_common.h:49
Configuration parameters for pins that control Front End Module through a GPIOTE peripheral.
Definition mpsl_fem_config_common.h:40
uint8_t port_pin
Definition mpsl_fem_config_common.h:34
uint8_t port_no
Definition mpsl_fem_config_common.h:33
NRF_GPIO_Type * p_port
Definition mpsl_fem_config_common.h:32
GPIO pin and port to be used by Front End Module.
Definition mpsl_fem_config_common.h:31