MySensors Library & Examples  2.3.2-95-g0c695e3e
Public Attributes | List of all members
cc1101_internal_t Struct Reference

Detailed Description

CC1101 internal variables.

Definition at line 325 of file CC1101.h.

#include <CC1101.h>

+ Collaboration diagram for cc1101_internal_t:

Public Attributes

uint8_t address
 Node address.
 
cc1101_packet_t currentPacket
 Buffer for current packet.
 
cc1101_packet_t lastAck
 Last ack received.
 
cc1101_sequenceNumber_t txSequenceNumber
 CC1101_txSequenceNumber.
 
cc1101_powerLevel_t powerLevel
 TX power level index.
 
cc1101_radioModes_t radioMode
 Current radio mode.
 
cc1101_RSSI_t targetRSSI
 ATC target power level.
 
cc1101_status_t chipStatus
 
bool ATCenabled
 ATC enabled.
 
volatile bool ackReceived: 1
 ACK received.
 
volatile bool dataReceived: 1
 Data received.
 
volatile bool txComplete: 1
 Transmission complete.
 
volatile bool irqFired: 1
 irq occured
 

The documentation for this struct was generated from the following file: