PWM_CCU4: Enumerations

PWM CCU4

PWM_CCU4
Enumerations
enum  PWM_CCU4_STATUS { PWM_CCU4_STATUS_SUCCESS = 0U, PWM_CCU4_STATUS_FAILURE = 1U, PWM_CCU4_STATUS_ALREADY_INITIALIZED = 2U }
 The type identifies the APP status. More...
 
enum  PWM_CCU4_STATE { PWM_CCU4_STATE_UNINITIALIZED = 0U, PWM_CCU4_STATE_INITIALIZED = 1U, PWM_CCU4_STATE_RUNNING = 2U, PWM_CCU4_STATE_STOPPED = 3U }
 The type identifies APP state. More...
 
typedef enum PWM_CCU4_STATUS PWM_CCU4_STATUS_t
 The type identifies the APP status.
 
typedef enum PWM_CCU4_STATE PWM_CCU4_STATE_t
 The type identifies APP state.
 

Detailed Description

Enumeration Type Documentation

The type identifies APP state.

Enumerator
PWM_CCU4_STATE_UNINITIALIZED 

default state after power on reset PWM_CCU4 APP is in uninitialized mode. The corresponding CCU4 timer is not configured. PWM pulses is not generated.

PWM_CCU4_STATE_INITIALIZED 

PWM_CCU4 APP is in initialized mode. The corresponding CCU4 timer is configured. The corresponding CCU4 timer is not started(not running).

PWM_CCU4_STATE_RUNNING 

PWM_CCU4 APP is in running mode. The corresponding CCU4 timer is running. Trigger signal for any of the configured Interrupt or service request in the CCU4 timer is triggered.

PWM_CCU4_STATE_STOPPED 

PWM_CCU4 APP is in stopped mode. The corresponding CCU4 timer is stopped. Trigger signal for any of the configured Interrupt or service request in the CCU4 timer is not triggered.

Definition at line 128 of file PWM_CCU4.h.

The type identifies the APP status.

Enumerator
PWM_CCU4_STATUS_SUCCESS 

STATUS SUCCESS

PWM_CCU4_STATUS_FAILURE 

STATUS FAILURE

PWM_CCU4_STATUS_ALREADY_INITIALIZED 

STATUS ALREADY INITIALIZED

Definition at line 106 of file PWM_CCU4.h.