[][src]Struct atsams70n20::tc0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub tc_channel0: TC_CHANNEL,
    pub tc_channel1: TC_CHANNEL,
    pub tc_channel2: TC_CHANNEL,
    pub tc_bcr: TC_BCR,
    pub tc_bmr: TC_BMR,
    pub tc_qier: TC_QIER,
    pub tc_qidr: TC_QIDR,
    pub tc_qimr: TC_QIMR,
    pub tc_qisr: TC_QISR,
    pub tc_fmr: TC_FMR,
    pub tc_wpmr: TC_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)

tc_bcr: TC_BCR

0xc0 - Block Control Register

tc_bmr: TC_BMR

0xc4 - Block Mode Register

tc_qier: TC_QIER

0xc8 - QDEC Interrupt Enable Register

tc_qidr: TC_QIDR

0xcc - QDEC Interrupt Disable Register

tc_qimr: TC_QIMR

0xd0 - QDEC Interrupt Mask Register

tc_qisr: TC_QISR

0xd4 - QDEC Interrupt Status Register

tc_fmr: TC_FMR

0xd8 - Fault Mode Register

tc_wpmr: TC_WPMR

0xe4 - Write Protection Mode Register

Auto Trait Implementations

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self