nrfxlib API 3.3.99
Loading...
Searching...
No Matches
mpsl_fem_nrf2220_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_NRF2220_PROTOCOL_API_H__
17#define MPSL_FEM_NRF2220_PROTOCOL_API_H__
18
19#include <stdint.h>
20#include <stdbool.h>
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
30#define MPSL_FEM_NRF2220_PA_POWER_CONTROL_USE_TRANSMIT 0x01U
31
56bool mpsl_fem_nrf2220_temperature_changed(int8_t temperature);
57
64
100
109
110
111#ifdef __cplusplus
112}
113#endif
114
115#endif // MPSL_FEM_NRF2220_PROTOCOL_API_H__
116
bool mpsl_fem_nrf2220_temperature_changed(int8_t temperature)
Notifies the nRF2220 software module about the temperature change of the nRF2220 device.
void(* mpsl_fem_nrf2220_temperature_update_callback_t)(int32_t res)
Type of callback function called as a result of mpsl_fem_nrf2220_temperature_changed_update_request.
Definition mpsl_fem_nrf2220_protocol_api.h:63
int32_t mpsl_fem_nrf2220_temperature_changed_update_request(mpsl_fem_nrf2220_temperature_update_callback_t p_callback)
Requests an update of temperature-related registers of nRF2220.
int32_t mpsl_fem_nrf2220_temperature_changed_update_now(void)
Performs an immediate update of temperature-related registers of the nRF2220.