![]() |
nrfxlib API 3.3.99
|
#include <stdint.h>Go to the source code of this file.
Macros | |
| #define | MPSL_FEM_NRF21540_GPIO_PA_POWER_CONTROL_MODE_BITNO (0) |
Bit number of mpsl_fem_pa_power_control_t holding MODE pin state. | |
| #define | MPSL_FEM_NRF21540_GPIO_PA_POWER_CONTROL_MODE_MSK (1U << MPSL_FEM_NRF21540_GPIO_PA_POWER_CONTROL_MODE_BITNO) |
Bit mask of mpsl_fem_pa_power_control_t for holding MODE pin state. | |
| #define | MPSL_FEM_NRF21540_GPIO_PA_POWER_CONTROL_MODE_POUTA (0U << MPSL_FEM_NRF21540_GPIO_PA_POWER_CONTROL_MODE_BITNO) |
Bit field value of mpsl_fem_pa_power_control_t for controlling MODE pin state to use POUTA power setting. | |
| #define | MPSL_FEM_NRF21540_GPIO_PA_POWER_CONTROL_MODE_POUTB (1U << MPSL_FEM_NRF21540_GPIO_PA_POWER_CONTROL_MODE_BITNO) |
Bit field value of mpsl_fem_pa_power_control_t for controlling MODE pin state to use POUTB power setting. | |