PreviousNext
Peripheral Types
Help > Constants > Peripheral Types

PERIPHERAL_TYPE_DUMMY = 0x00,

PERIPHERAL_TYPE_COORDINATOR = 0x01,

PERIPHERAL_TYPE_NODE = 0x02,

PERIPHERAL_TYPE_OS = 0x03,

PERIPHERAL_TYPE_EEPROM = 0x04,

PERIPHERAL_TYPE_BLOCK_EEPROM = 0x05,

PERIPHERAL_TYPE_RAM = 0x06,

PERIPHERAL_TYPE_LED = 0x07,

PERIPHERAL_TYPE_SPI = 0x08,

PERIPHERAL_TYPE_IO = 0x09,

PERIPHERAL_TYPE_UART = 0x0a,

PERIPHERAL_TYPE_THERMOMETER = 0x0b,

PERIPHERAL_TYPE_ADC = 0x0c, (*)

PERIPHERAL_TYPE_PWM = 0x0d,

PERIPHERAL_TYPE_FRC = 0x0e,

 

PERIPHERAL_TYPE_USER_AREA = 0x80

 

(*) Embedded peripheral of this type is not defined and implemented yet. See example CustomDpaHandler-UserPeripheral-ADC.c for potential implementation.