nRF5 SDK v16.0.0
Enumerations
Oscillator Accuracy (in PPM)

Enumerations

enum  PPM_CMD {
  PPM_CMD_READ_FEATURES = 0x01,
  PPM_CMD_READ_VAL = 0x02,
  PPM_CMD_WRITE_VAL = 0x03
}
 Command codes for PPM. More...
 
enum  PPM_RSP {
  PPM_RSP_READ_FEATURES_OK = 0x01,
  PPM_RSP_READ_VAL_OK = 0x02,
  PPM_RSP_WRITE_VAL_OK = 0x03
}
 : Response codes from PPM More...
 

Detailed Description

Enumeration Type Documentation

enum PPM_CMD

Command codes for PPM.

Enumerator
PPM_CMD_READ_FEATURES 

PPM Read supported features

PPM_CMD_READ_VAL 

PPM Read current value

PPM_CMD_WRITE_VAL 

PPM Write new value (1 byte)

enum PPM_RSP

: Response codes from PPM

Enumerator
PPM_RSP_READ_FEATURES_OK 

Parameter is a 1 byte a bitfield with bit 0 indicating read supported and bit 1 indicating write supported

PPM_RSP_READ_VAL_OK 

Parameter is the current PPM value. It is a 1 byte value

PPM_RSP_WRITE_VAL_OK 

Parameter is the current PPM value. It is a 1 byte value


Documentation feedback | Developer Zone | Subscribe | Updated