nrfxlib API 3.3.99
Loading...
Searching...
No Matches
mpsl_fem_nrf21540_power_model_builtin.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
20#ifndef MPSL_FEM_NRF21540_POWER_MODEL_BUILTIN_H__
21#define MPSL_FEM_NRF21540_POWER_MODEL_BUILTIN_H__
22
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
46
56
57#ifdef __cplusplus
58}
59#endif
60
61#endif // MPSL_FEM_POWER_MODEL_H__
62
void mpsl_fem_nrf21540_power_model_builtin_update(const mpsl_fem_external_conditions_t *p_environment)
Update the built-in nRF21540 model using provided parameters.
const mpsl_fem_power_model_t * mpsl_fem_nrf21540_power_model_builtin_get(void)
Get the pointer to the built-in nRF21540 model.
External conditions that affect Front-End Module's power model.
Definition mpsl_fem_power_model.h:111
Front-End Module power model.
Definition mpsl_fem_power_model.h:96