nRF5 SDK for Thread and Zigbee v3.2.0
Functions
Thermometer Abstraction Layer for the 802.15.4 driver

This module defines Thermometer Abstraction Layer for the 802.15.4 driver. More...

Functions

void nrf_802154_temperature_init (void)
 Initialize thermometer.
 
void nrf_802154_temperature_deinit (void)
 Uninitialize thermometer.
 
int8_t nrf_802154_temperature_get (void)
 Get current temperature. More...
 
void nrf_802154_temperature_changed (void)
 Callback executed when temperature changes.
 

Detailed Description

This module defines Thermometer Abstraction Layer for the 802.15.4 driver.

Thermometer Abstraction Layer interface for the 802.15.4 driver.

Thermometer Abstraction Layer is an abstraction layer of thermometer that is used to correct RSSI, LQI, ED result and CCA threshold measurements.

Function Documentation

int8_t nrf_802154_temperature_get ( void  )

Get current temperature.

Returns
Current temperature [C].

Documentation feedback | Developer Zone | Subscribe | Updated