Loading...
Searching...
No Matches

Calibration related functions of the CC110x transceiver driver. More...

Detailed Description

Calibration related functions of the CC110x transceiver driver.

Author
Marian Buschsieweke maria.nosp@m.n.bu.nosp@m.schsi.nosp@m.ewek.nosp@m.e@ovg.nosp@m.u.de

Definition in file cc110x_calibration.h.

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

int cc110x_recalibrate (cc110x_t *dev)
 Perform a recalibration of the transceiver.
 

Function Documentation

◆ cc110x_recalibrate()

int cc110x_recalibrate ( cc110x_t dev)

Perform a recalibration of the transceiver.

Parameters
devThe device descriptor of the transceiver
Return values
0Success
-EIOFailed
Precondition
dev has been acquired using cc110x_acquire
Transceiver is in IDLE state
Postcondition
On success dev is still acquired, the caller has to release it. On failure the SPI bus is already released
Transceiver is again in IDLE state, calibration has been performed and calibration data has been backed up on MCU.