Struct xmc1000::ccu80_cc80::ints::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 - Period Match while Counting Up

Bit 1 - One Match while Counting Down

Bit 2 - Channel 1 Compare Match while Counting Up

Bit 3 - Channel 1 Compare Match while Counting Down

Bit 4 - Channel 2 Compare Match while Counting Up

Bit 5 - Channel 2 Compare Match while Counting Down

Bit 8 - Event 0 Detection Status

Bit 9 - Event 1 Detection Status

Bit 10 - Event 2 Detection Status

Bit 11 - Trap Flag Status

Auto Trait Implementations

impl Send for R

impl Sync for R