Driver for the SX1280 RF Transceiver

Dependents:   SX1280PingPong RangignMaster RangingSlave MSNV2-Terminal_V1-6 ... more

Embed: (wiki syntax)

« Back to documentation index

SleepParams_t Struct Reference

SleepParams_t Struct Reference

Represents a sleep mode configuration. More...

#include <sx1280.h>

Data Fields

uint8_t WakeUpRTC: 1
 Get out of sleep mode if wakeup signal received from RTC.
uint8_t InstructionRamRetention: 1
 InstructionRam is conserved during sleep.
uint8_t DataBufferRetention: 1
 Data buffer is conserved during sleep.
uint8_t DataRamRetention: 1
 Data ram is conserved during sleep.

Detailed Description

Represents a sleep mode configuration.

Definition at line 936 of file sx1280.h.


Field Documentation

Data buffer is conserved during sleep.

Definition at line 940 of file sx1280.h.

Data ram is conserved during sleep.

Definition at line 941 of file sx1280.h.

InstructionRam is conserved during sleep.

Definition at line 939 of file sx1280.h.

uint8_t WakeUpRTC

Get out of sleep mode if wakeup signal received from RTC.

Definition at line 938 of file sx1280.h.