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
| Field | Description |
|---|---|
| APP_OP_STATE_T appOpStates | Instance of enum APP_OP_STATE_T |
| appOpModes | Operating Modes of application - Data Mode, Test Mode, Cmd Mode |
