Appiko
Data Structures | Enumerations
Types Exported Types

Data Structures

struct  S2LPStatus
 S2LP Status. This definition represents the single field of the S2LP status returned on each SPI transaction, equal also to the MC_STATE registers. This field-oriented structure allows user to address in simple way the single field of the S2LP status. The user shall define a variable of S2LPStatus type to access on S2LP status fields. More...
 

Enumerations

enum  SFunctionalState
 S2LP Functional state. Used to enable or disable a specific option.
 
enum  SFlagStatus
 S2LP Flag status. Used to control the state of a flag.
 
enum  SBool
 boolean type enumeration.
 
enum  S2LPState {
  MC_STATE_READY =0x00, MC_STATE_SLEEP_NOFIFO =0x01, MC_STATE_STANDBY =0x02, MC_STATE_SLEEP =0x03,
  MC_STATE_LOCKON =0x0C, MC_STATE_RX =0x30, MC_STATE_LOCK_ST =0x14, MC_STATE_TX =0x5C,
  MC_STATE_SYNTH_SETUP =0x50
}
 S2LP States enumeration. More...
 

Detailed Description

Enumeration Type Documentation

◆ S2LPState

enum S2LPState
Enumerator
MC_STATE_READY 

READY

MC_STATE_SLEEP_NOFIFO 

SLEEP NO FIFO RETENTION

MC_STATE_STANDBY 

STANDBY

MC_STATE_SLEEP 

SLEEP

MC_STATE_LOCKON 

LOCKON

MC_STATE_RX 

RX

MC_STATE_LOCK_ST 

LOCK_ST

MC_STATE_TX 

TX

MC_STATE_SYNTH_SETUP 

SYNTH_SETUP

Definition at line 94 of file S2LP_Types.h.