Uttam Bhat / SX1280Lib

Fork of SX1280Lib by Semtech

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 943 of file sx1280.h.


Field Documentation

Data buffer is conserved during sleep.

Definition at line 947 of file sx1280.h.

Data ram is conserved during sleep.

Definition at line 948 of file sx1280.h.

InstructionRam is conserved during sleep.

Definition at line 946 of file sx1280.h.

uint8_t WakeUpRTC

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

Definition at line 945 of file sx1280.h.