nrfxlib API 3.3.99
Loading...
Searching...
No Matches
mpsl_fem_nrf2240_protocol_api.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_NRF2240_PROTOCOL_API_H__
17#define MPSL_FEM_NRF2240_PROTOCOL_API_H__
18
19#include <stdint.h>
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
29#define MPSL_FEM_NRF2240_PA_POWER_CONTROL_USE_TRANSMIT 0x01U
30
35#define MPSL_FEM_NRF2240_PA_POWER_CONTROL_PWRMD_IN_TRANSMIT 0x02U
36
37#ifdef __cplusplus
38}
39#endif
40
41#endif // MPSL_FEM_NRF2240_PROTOCOL_API_H__
42