SYSTIMER
|
Enumerations
enum | SYSTIMER_STATUS { SYSTIMER_STATUS_SUCCESS = 0U, SYSTIMER_STATUS_FAILURE } |
This enumeration indicates status of SYSTIMER. More... | |
enum | SYSTIMER_STATE { SYSTIMER_STATE_NOT_INITIALIZED = 0U, SYSTIMER_STATE_RUNNING, SYSTIMER_STATE_STOPPED } |
This enumeration defines possible timer state. More... | |
enum | SYSTIMER_MODE { SYSTIMER_MODE_ONE_SHOT = 0U, SYSTIMER_MODE_PERIODIC } |
Enumeration values which describes timer types. More... | |
typedef enum SYSTIMER_STATUS | SYSTIMER_STATUS_t |
This enumeration indicates status of SYSTIMER. | |
typedef enum SYSTIMER_STATE | SYSTIMER_STATE_t |
This enumeration defines possible timer state. | |
typedef enum SYSTIMER_MODE | SYSTIMER_MODE_t |
Enumeration values which describes timer types. |
Enumeration Type Documentation
enum SYSTIMER_MODE |
Enumeration values which describes timer types.
- Enumerator:
SYSTIMER_MODE_ONE_SHOT timer type is one shot
SYSTIMER_MODE_PERIODIC timer type is periodic
Definition at line 119 of file SYSTIMER.h.
enum SYSTIMER_STATE |
This enumeration defines possible timer state.
- Enumerator:
SYSTIMER_STATE_NOT_INITIALIZED The timer is in uninitialized state
SYSTIMER_STATE_RUNNING The timer is in running state
SYSTIMER_STATE_STOPPED The timer is in stop state
Definition at line 109 of file SYSTIMER.h.
enum SYSTIMER_STATUS |
This enumeration indicates status of SYSTIMER.
- Enumerator:
SYSTIMER_STATUS_SUCCESS Status Success if initialization is successful
SYSTIMER_STATUS_FAILURE Status Failure if initialization is failed
Definition at line 100 of file SYSTIMER.h.