PEController BSP v4
Board Support Package for PEController from Taraz Technologies
 
Loading...
Searching...
No Matches
Type Definitions

Enumerations

enum  device_err_t {
  ERR_OK , ERR_INVALID_TEXT , ERR_ILLEGAL , ERR_OUT_OF_RANGE ,
  ERR_NOT_AVAILABLE , ERR_COUNT
}
 Defines the types of errors. More...
 

Detailed Description

Enumeration Type Documentation

◆ device_err_t

Enumerator
ERR_OK 

No Error

ERR_INVALID_TEXT 

Text is invalid

ERR_ILLEGAL 

Value is illegal

ERR_OUT_OF_RANGE 

Value is out of defined range

ERR_NOT_AVAILABLE 

Parameter not available

ERR_COUNT 

Not an error. Use this to get the total number of legal error types.