Module that defines the Thermometer Abstraction Layer for the 802.15.4 driver. More...
Functions | |
void | nrf_802154_temperature_init (void) |
Initializes the thermometer. | |
void | nrf_802154_temperature_deinit (void) |
Deinitializes the thermometer. | |
int8_t | nrf_802154_temperature_get (void) |
Gets the current temperature. More... | |
void | nrf_802154_temperature_changed (void) |
Callback function executed when the temperature changes. | |
Module that defines the Thermometer Abstraction Layer for the 802.15.4 driver.
The Thermometer Abstraction Layer interface for the 802.15.4 driver.
The Thermometer Abstraction Layer is an abstraction layer of the thermometer that is used to correct RSSI, LQI and ED measurements, and the CCA threshold value.
int8_t nrf_802154_temperature_get | ( | void | ) |
Gets the current temperature.