mirror of https://github.com/ARMmbed/mbed-os.git
Formatting changes as per guidelines
parent
08ae38b3a0
commit
3d23ec0904
|
@ -50,10 +50,8 @@ typedef struct {
|
|||
__O uint32_t PWM_DISABLE;
|
||||
__O uint32_t PRESCALE_ENABLE;
|
||||
__O uint32_t PRESCALE_DISABLE;
|
||||
union
|
||||
{
|
||||
struct
|
||||
{
|
||||
union {
|
||||
struct {
|
||||
__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_PWM_ENABLE_STATE : 1; /** Current state of the PWM. ‘1’ the PWM is enabled. ‘0’ the PWM is disabled. */
|
||||
|
|
Loading…
Reference in New Issue