Enum Sx127xIrq
The LoRa interrupt flags of RegIrqFlags.
[Flags]
public enum Sx127xIrq : byte
Fields
All = CadDetected | FhssChangeChannel | CadDone | TxDone | ValidHeader | PayloadCrcError | RxDone | RxTimeoutEvery interrupt, which writing back clears.
CadDetected = 1Channel activity detection heard a LoRa signal.
CadDone = 4Channel activity detection finished.
FhssChangeChannel = 2Frequency hopping moved to the next channel.
None = 0No interrupt.
PayloadCrcError = 32The payload failed its CRC.
RxDone = 64A packet has been received.
RxTimeout = 128A single reception timed out before a preamble arrived.
TxDone = 8The payload has been transmitted.
ValidHeader = 16A valid header was received.