#[repr(C)]
pub struct RegisterBlock { pub TCD_SADDR: RWRegister<u32>, pub TCD_SOFF: RWRegister<u16>, pub TCD_ATTR: RWRegister<u16>, pub TCD_NBYTES_MLNO: RWRegister<u32>, pub TCD_SLAST: RWRegister<u32>, pub TCD_DADDR: RWRegister<u32>, pub TCD_DOFF: RWRegister<u16>, pub TCD_CITER_ELINKNO: RWRegister<u16>, pub TCD_DLASTSGA: RWRegister<u32>, pub TCD_CSR: RWRegister<u16>, pub TCD_BITER_ELINKNO: RWRegister<u16>, }
Expand description

Cluster TCD%s, containing TCD*_SADDR, TCD*_SOFF, TCD*_ATTR, TCD*_NBYTES_MLNO, TCD*_NBYTES_MLOFFNO, TCD*_NBYTES_MLOFFYES, TCD*_SLAST, TCD*_DADDR, TCD*_DOFF, TCD*_CITER_ELINKNO, TCD*_CITER_ELINKYES, TCD*_DLASTSGA, TCD*_CSR, TCD*_BITER_ELINKNO, TCD*_BITER_ELINKYES

Fields§

§TCD_SADDR: RWRegister<u32>

TCD Source Address

§TCD_SOFF: RWRegister<u16>

TCD Signed Source Address Offset

§TCD_ATTR: RWRegister<u16>

TCD Transfer Attributes

§TCD_NBYTES_MLNO: RWRegister<u32>

TCD Minor Byte Count (Minor Loop Mapping Disabled)

§TCD_SLAST: RWRegister<u32>

TCD Last Source Address Adjustment

§TCD_DADDR: RWRegister<u32>

TCD Destination Address

§TCD_DOFF: RWRegister<u16>

TCD Signed Destination Address Offset

§TCD_CITER_ELINKNO: RWRegister<u16>

TCD Current Minor Loop Link, Major Loop Count (Channel Linking Disabled)

§TCD_DLASTSGA: RWRegister<u32>

TCD Last Destination Address Adjustment/Scatter Gather Address

§TCD_CSR: RWRegister<u16>

TCD Control and Status

§TCD_BITER_ELINKNO: RWRegister<u16>

TCD Beginning Minor Loop Link, Major Loop Count (Channel Linking Disabled)

Auto Trait Implementations§

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere 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 Twhere 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 Twhere U: Into<T>,

§

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 Twhere U: TryFrom<T>,

§

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.