Appiko
Enumerations
Timer Exported Types

Enumerations

enum  RxTimeoutStopCondition {
  NO_TIMEOUT_STOP = 0x00, PQI_ABOVE_THRESHOLD = 0x01, SQI_ABOVE_THRESHOLD = 0x02, SQI_AND_PQI_ABOVE_THRESHOLD = 0x03,
  RSSI_ABOVE_THRESHOLD = 0x04, RSSI_AND_PQI_ABOVE_THRESHOLD = 0x05, RSSI_AND_SQI_ABOVE_THRESHOLD = 0x06, ALL_ABOVE_THRESHOLD = 0x07,
  TIMEOUT_ALWAYS_STOPPED = 0x08, SQI_OR_PQI_ABOVE_THRESHOLD = 0x0B, RSSI_OR_PQI_ABOVE_THRESHOLD = 0x0D, RSSI_OR_SQI_ABOVE_THRESHOLD = 0x0E,
  ANY_ABOVE_THRESHOLD = 0x0F
}
 All the possible RX timeout stop conditions enumeration. More...
 

Detailed Description

Enumeration Type Documentation

◆ RxTimeoutStopCondition

Enumerator
NO_TIMEOUT_STOP 

Timeout never stopped

PQI_ABOVE_THRESHOLD 

Timeout stopped on PQI above threshold

SQI_ABOVE_THRESHOLD 

Timeout stopped on SQI above threshold

SQI_AND_PQI_ABOVE_THRESHOLD 

Timeout stopped on both SQI and PQI above threshold

RSSI_ABOVE_THRESHOLD 

Timeout stopped on RSSI above threshold

RSSI_AND_PQI_ABOVE_THRESHOLD 

Timeout stopped on both RSSI and PQI above threshold

RSSI_AND_SQI_ABOVE_THRESHOLD 

Timeout stopped on both RSSI and SQI above threshold

ALL_ABOVE_THRESHOLD 

Timeout stopped only if RSSI, SQI and PQI are above threshold

TIMEOUT_ALWAYS_STOPPED 

Timeout always stopped (default)

SQI_OR_PQI_ABOVE_THRESHOLD 

Timeout stopped if one between SQI or PQI are above threshold

RSSI_OR_PQI_ABOVE_THRESHOLD 

Timeout stopped if one between RSSI or PQI are above threshold

RSSI_OR_SQI_ABOVE_THRESHOLD 

Timeout stopped if one between RSSI or SQI are above threshold

ANY_ABOVE_THRESHOLD 

Timeout stopped if one among RSSI, SQI or SQI are above threshold

Definition at line 83 of file S2LP_Timer.h.