Formatting changes as per guidelines

pull/3318/head
Radhika 2016-11-29 16:58:33 +05:30
parent 08ae38b3a0
commit 3d23ec0904
2 changed files with 24 additions and 26 deletions

View File

@ -50,10 +50,8 @@ typedef struct {
__O uint32_t PWM_DISABLE; __O uint32_t PWM_DISABLE;
__O uint32_t PRESCALE_ENABLE; __O uint32_t PRESCALE_ENABLE;
__O uint32_t PRESCALE_DISABLE; __O uint32_t PRESCALE_DISABLE;
union union {
{ struct {
struct
{
__I uint32_t CUR_DUTY_CYCLE_VALUE : 8; /** Curent value of duty Cycle */ __I uint32_t CUR_DUTY_CYCLE_VALUE : 8; /** Curent value of duty Cycle */
__I uint32_t CUR_PRE_SCALER_STATE : 1; /** Current state of the prescaler. 1 the prescaler is enabled. 0 the prescaler is disabled. */ __I uint32_t CUR_PRE_SCALER_STATE : 1; /** Current state of the prescaler. 1 the prescaler is enabled. 0 the prescaler is disabled. */
__I uint32_t CUR_PWM_ENABLE_STATE : 1; /** Current state of the PWM. 1 the PWM is enabled. 0 the PWM is disabled. */ __I uint32_t CUR_PWM_ENABLE_STATE : 1; /** Current state of the PWM. 1 the PWM is enabled. 0 the PWM is disabled. */