Enum stm32f334::hrtim_master::mcr::SYNC_SRCR [] [src]

pub enum SYNC_SRCR {
    MASTER_START,
    MASTER_COMPARE1,
    TIMERA_START,
    TIMERA_COMPARE1,
}

Possible values of the field SYNC_SRC

Variants

Master timer Start

Master timer Compare 1 event

Timer A start/reset

Timer A Compare 1 event

Methods

impl SYNC_SRCR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is MASTER_START

[src]

Checks if the value of the field is MASTER_COMPARE1

[src]

Checks if the value of the field is TIMERA_START

[src]

Checks if the value of the field is TIMERA_COMPARE1

Trait Implementations

impl Clone for SYNC_SRCR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SYNC_SRCR
[src]

impl Debug for SYNC_SRCR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for SYNC_SRCR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for SYNC_SRCR

impl Sync for SYNC_SRCR