[][src]Struct atsams70q21::tc0::TC_CHANNEL

#[repr(C)]
pub struct TC_CHANNEL {
    pub tc_ccr: TC_CCR,
    pub tc_cmr: TC_CMR,
    pub tc_smmr: TC_SMMR,
    pub tc_rab: TC_RAB,
    pub tc_cv: TC_CV,
    pub tc_ra: TC_RA,
    pub tc_rb: TC_RB,
    pub tc_rc: TC_RC,
    pub tc_sr: TC_SR,
    pub tc_ier: TC_IER,
    pub tc_idr: TC_IDR,
    pub tc_imr: TC_IMR,
    pub tc_emr: TC_EMR,
}

Register block

Fields

tc_ccr: TC_CCR

0x00 - Channel Control Register (channel = 0)

tc_cmr: TC_CMR

0x04 - Channel Mode Register (channel = 0)

tc_smmr: TC_SMMR

0x08 - Stepper Motor Mode Register (channel = 0)

tc_rab: TC_RAB

0x0c - Register AB (channel = 0)

tc_cv: TC_CV

0x10 - Counter Value (channel = 0)

tc_ra: TC_RA

0x14 - Register A (channel = 0)

tc_rb: TC_RB

0x18 - Register B (channel = 0)

tc_rc: TC_RC

0x1c - Register C (channel = 0)

tc_sr: TC_SR

0x20 - Status Register (channel = 0)

tc_ier: TC_IER

0x24 - Interrupt Enable Register (channel = 0)

tc_idr: TC_IDR

0x28 - Interrupt Disable Register (channel = 0)

tc_imr: TC_IMR

0x2c - Interrupt Mask Register (channel = 0)

tc_emr: TC_EMR

0x30 - Extended Mode Register (channel = 0)

Auto Trait Implementations

impl Unpin for TC_CHANNEL

impl !Sync for TC_CHANNEL

impl Send for TC_CHANNEL

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