RegisterBlock

Struct RegisterBlock 

Source
pub struct RegisterBlock {
Show 36 fields pub tccr: TCCR, pub tmr2_0: TMR2_0, pub tmr2_1: TMR2_1, pub tmr2_2: TMR2_2, pub tmr3_0: TMR3_0, pub tmr3_1: TMR3_1, pub tmr3_2: TMR3_2, pub tcr2: TCR2, pub tcr3: TCR3, pub tmsr2: TMSR2, pub tmsr3: TMSR3, pub tier2: TIER2, pub tier3: TIER3, pub tplvr2: TPLVR2, pub tplvr3: TPLVR3, pub tplcr2: TPLCR2, pub tplcr3: TPLCR3, pub wmer: WMER, pub wmr: WMR, pub wvr: WVR, pub wsr: WSR, pub ticr2: TICR2, pub ticr3: TICR3, pub wicr: WICR, pub tcer: TCER, pub tcmr: TCMR, pub tilr2: TILR2, pub tilr3: TILR3, pub wcr: WCR, pub wfar: WFAR, pub wsar: WSAR, pub tcvwr2: TCVWR2, pub tcvwr3: TCVWR3, pub tcvsyn2: TCVSYN2, pub tcvsyn3: TCVSYN3, pub tcdr: TCDR, /* private fields */
}
Expand description

Register block

Fields§

§tccr: TCCR

0x00 - TCCR.

§tmr2_0: TMR2_0

0x10 - TMR2_0.

§tmr2_1: TMR2_1

0x14 - TMR2_1.

§tmr2_2: TMR2_2

0x18 - TMR2_2.

§tmr3_0: TMR3_0

0x1c - TMR3_0.

§tmr3_1: TMR3_1

0x20 - TMR3_1.

§tmr3_2: TMR3_2

0x24 - TMR3_2.

§tcr2: TCR2

0x2c - TCR2.

§tcr3: TCR3

0x30 - TCR3.

§tmsr2: TMSR2

0x38 - TMSR2.

§tmsr3: TMSR3

0x3c - TMSR3.

§tier2: TIER2

0x44 - TIER2.

§tier3: TIER3

0x48 - TIER3.

§tplvr2: TPLVR2

0x50 - TPLVR2.

§tplvr3: TPLVR3

0x54 - TPLVR3.

§tplcr2: TPLCR2

0x5c - TPLCR2.

§tplcr3: TPLCR3

0x60 - TPLCR3.

§wmer: WMER

0x64 - WMER.

§wmr: WMR

0x68 - WMR.

§wvr: WVR

0x6c - WVR.

§wsr: WSR

0x70 - WSR.

§ticr2: TICR2

0x78 - TICR2.

§ticr3: TICR3

0x7c - TICR3.

§wicr: WICR

0x80 - WICR.

§tcer: TCER

0x84 - TCER.

§tcmr: TCMR

0x88 - TCMR.

§tilr2: TILR2

0x90 - TILR2.

§tilr3: TILR3

0x94 - TILR3.

§wcr: WCR

0x98 - WCR.

§wfar: WFAR

0x9c - WFAR.

§wsar: WSAR

0xa0 - WSAR.

§tcvwr2: TCVWR2

0xa8 - TCVWR2.

§tcvwr3: TCVWR3

0xac - TCVWR3.

§tcvsyn2: TCVSYN2

0xb4 - TCVSYN2.

§tcvsyn3: TCVSYN3

0xb8 - TCVSYN3.

§tcdr: TCDR

0xbc - TCDR.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.