Struct atsame70j21_pac::tc0::TC_CHANNEL[][src]

#[repr(C)]pub struct TC_CHANNEL {
    pub ccr: CCR,
    pub cmr: CMR,
    pub smmr: SMMR,
    pub rab: RAB,
    pub cv: CV,
    pub ra: RA,
    pub rb: RB,
    pub rc: RC,
    pub sr: SR,
    pub ier: IER,
    pub idr: IDR,
    pub imr: IMR,
    pub emr: EMR,
}

Register block

Fields

ccr: CCR

0x00 - Channel Control Register (channel = 0)

cmr: CMR

0x04 - Channel Mode Register (channel = 0)

smmr: SMMR

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

rab: RAB

0x0c - Register AB (channel = 0)

cv: CV

0x10 - Counter Value (channel = 0)

ra: RA

0x14 - Register A (channel = 0)

rb: RB

0x18 - Register B (channel = 0)

rc: RC

0x1c - Register C (channel = 0)

sr: SR

0x20 - Status Register (channel = 0)

ier: IER

0x24 - Interrupt Enable Register (channel = 0)

idr: IDR

0x28 - Interrupt Disable Register (channel = 0)

imr: IMR

0x2c - Interrupt Mask Register (channel = 0)

emr: EMR

0x30 - Extended Mode Register (channel = 0)

Auto Trait Implementations

impl Send for TC_CHANNEL

impl !Sync for TC_CHANNEL

impl Unpin for TC_CHANNEL

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.