Enumerations | |
enum | app_comp_evt_t { APP_COMP_EVT_RISING, APP_COMP_EVT_FALLING, APP_COMP_EVT_ERROR } |
APP COMP event Enumerations definition. More... | |
enum | app_comp_state_t { APP_COMP_INVALID = 0, APP_COMP_ACTIVITY } |
App COMP state types. More... | |
enum app_comp_evt_t |
APP COMP event Enumerations definition.
Enumerator | |
---|---|
APP_COMP_EVT_RISING | |
APP_COMP_EVT_FALLING | |
APP_COMP_EVT_ERROR |
Definition at line 72 of file app_comp.h.
enum app_comp_state_t |
App COMP state types.
Enumerator | |
---|---|
APP_COMP_INVALID | |
APP_COMP_ACTIVITY |
Definition at line 124 of file app_comp.h.