nrfxlib API 3.3.99
Loading...
Searching...
No Matches
mpsl_fem_config_nrf21540_gpio.h
Go to the documentation of this file.
1/*
2 * Copyright (c) Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
16#ifndef MPSL_FEM_CONFIG_NRF21540_GPIO_H__
17#define MPSL_FEM_CONFIG_NRF21540_GPIO_H__
18
19#include <stdint.h>
20#include <stdbool.h>
23#include "nrfx.h"
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
29#if defined(NRF52_SERIES)
30#define MPSL_FEM_CONFIG_NRF21540_GPIO_PPI_CHANNELS_COUNT 2
31#else
32#define MPSL_FEM_CONFIG_NRF21540_GPIO_DPPI_CHANNELS_COUNT 3
33#define MPSL_FEM_CONFIG_NRF21540_GPIO_EGU_CHANNELS_COUNT 3
34#endif
35
69
84
85#ifdef __cplusplus
86}
87#endif
88
89#endif // MPSL_FEM_CONFIG_NRF21540_GPIO_H__
90
#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