13.7.4.3 APP_STATES_PARAM

C

typedef struct
{
    APP_OP_STATE_T appOpStates;
    uint8_t appOpModes;
}APP_STATES_PARAM;

Description

The structure contains the information about different application modes and operating states. Please refer Operating Modes of application and Command Table section for more details.

Field Documentation

FieldDescription
APP_OP_STATE_T appOpStatesInstance of enum APP_OP_STATE_T
appOpModesOperating Modes of application - Data Mode, Test Mode, Cmd Mode