RegisterBlock

Struct RegisterBlock 

Source
pub struct RegisterBlock {
Show 15 fields pub timeout_ctl: TIMEOUT_CTL, pub tr_cmd: TR_CMD, pub ecc_ctl: ECC_CTL, pub gr0: GR, pub gr1: GR, pub gr2: GR, pub gr3: GR, pub gr4: GR, pub gr5: GR, pub gr6: GR, pub gr7: GR, pub gr8: GR, pub gr9: GR, pub tr_gr: [TR_GR; 13], pub tr_1to1_gr: [TR_1TO1_GR; 11], /* private fields */
}
Expand description

Register block

Fields§

§timeout_ctl: TIMEOUT_CTL

0x200 - Timeout control

§tr_cmd: TR_CMD

0x220 - Trigger command

§ecc_ctl: ECC_CTL

0x2000 - ECC control

§gr0: GR

0x4000..0x4014 - Peripheral group structure

§gr1: GR

0x4040..0x4054 - Peripheral group structure

§gr2: GR

0x4080..0x4094 - Peripheral group structure

§gr3: GR

0x40c0..0x40d4 - Peripheral group structure

§gr4: GR

0x4100..0x4114 - Peripheral group structure

§gr5: GR

0x4140..0x4154 - Peripheral group structure

§gr6: GR

0x4180..0x4194 - Peripheral group structure

§gr7: GR

0x41c0..0x41d4 - Peripheral group structure

§gr8: GR

0x4200..0x4214 - Peripheral group structure

§gr9: GR

0x4240..0x4254 - Peripheral group structure

§tr_gr: [TR_GR; 13]

0x8000..0xb400 - Trigger group

§tr_1to1_gr: [TR_1TO1_GR; 11]

0xc000..0xec00 - Trigger 1-to-1 group

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.