Struct atsamd21e18a::tcc0::status::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 0 - Stop

Bit 1 - Ramp

Bit 3 - Non-Recoverable Debug Fault State

Bit 4 - Slave

Bit 5 - Pattern Buffer Valid

Bit 6 - Wave Buffer Valid

Bit 7 - Period Buffer Valid

Bit 8 - Recoverable Fault A Input

Bit 9 - Recoverable Fault B Input

Bit 10 - Non-Recoverable Fault0 Input

Bit 11 - Non-Recoverable Fault1 Input

Bit 12 - Recoverable Fault A State

Bit 13 - Recoverable Fault B State

Bit 14 - Non-Recoverable Fault 0 State

Bit 15 - Non-Recoverable Fault 1 State

Bit 16 - Compare Channel 0 Buffer Valid

Bit 17 - Compare Channel 1 Buffer Valid

Bit 18 - Compare Channel 2 Buffer Valid

Bit 19 - Compare Channel 3 Buffer Valid

Bit 24 - Compare Channel 0 Value

Bit 25 - Compare Channel 1 Value

Bit 26 - Compare Channel 2 Value

Bit 27 - Compare Channel 3 Value

Auto Trait Implementations

impl Send for R

impl Sync for R