Enumerations

Enumerations

enum  app_bod_evt_type_t {
  APP_BOD_EVT_TRIGGERED,
  APP_BOD_EVT_REMOVED
}
 BOD event Enumerations definition. More...
 
enum  app_bod_state_t {
  APP_BOD_INVALID = 0,
  APP_BOD_ACTIVITY
}
 App bod state types. More...
 

Detailed Description

Enumeration Type Documentation

◆ app_bod_evt_type_t

BOD event Enumerations definition.

Enumerator
APP_BOD_EVT_TRIGGERED 

BOD interrupt trigger event.

APP_BOD_EVT_REMOVED 

BOD interrupt condition removed event.

Definition at line 68 of file app_bod.h.

◆ app_bod_state_t

App bod state types.

Enumerator
APP_BOD_INVALID 
APP_BOD_ACTIVITY 

Definition at line 75 of file app_bod.h.