Struct atsame70j21_pac::tc0::RegisterBlock[][src]

#[repr(C)]pub struct RegisterBlock {
    pub tc_channel0: TC_CHANNEL,
    pub tc_channel1: TC_CHANNEL,
    pub tc_channel2: TC_CHANNEL,
    pub bcr: BCR,
    pub bmr: BMR,
    pub qier: QIER,
    pub qidr: QIDR,
    pub qimr: QIMR,
    pub qisr: QISR,
    pub fmr: FMR,
    pub wpmr: WPMR,
    // some fields omitted
}

Register block

Fields

tc_channel0: TC_CHANNEL

0x00 - Channel Control Register (channel = 0)

tc_channel1: TC_CHANNEL

0x40 - Channel Control Register (channel = 0)

tc_channel2: TC_CHANNEL

0x80 - Channel Control Register (channel = 0)

bcr: BCR

0xc0 - Block Control Register

bmr: BMR

0xc4 - Block Mode Register

qier: QIER

0xc8 - QDEC Interrupt Enable Register

qidr: QIDR

0xcc - QDEC Interrupt Disable Register

qimr: QIMR

0xd0 - QDEC Interrupt Mask Register

qisr: QISR

0xd4 - QDEC Interrupt Status Register

fmr: FMR

0xd8 - Fault Mode Register

wpmr: WPMR

0xe4 - Write Protection Mode Register

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.