#[repr(transparent)]pub struct Tcd5NbytesMloffyes(pub u32);Expand description
TCD Signed Minor Loop Offset (Minor Loop Mapping and Offset Enabled)
Tuple Fields§
§0: u32Implementations§
Source§impl Tcd5NbytesMloffyes
impl Tcd5NbytesMloffyes
Sourcepub const fn set_nbytes(&mut self, val: u16)
pub const fn set_nbytes(&mut self, val: u16)
Minor Byte Transfer Count
Sourcepub const fn mloff(&self) -> u32
pub const fn mloff(&self) -> u32
If SMLOE = 1 or DMLOE = 1, this field represents a sign-extended offset applied to the source or destination address to form the next-state value after the minor loop completes.
Trait Implementations§
Source§impl Clone for Tcd5NbytesMloffyes
impl Clone for Tcd5NbytesMloffyes
Source§fn clone(&self) -> Tcd5NbytesMloffyes
fn clone(&self) -> Tcd5NbytesMloffyes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Tcd5NbytesMloffyes
impl Debug for Tcd5NbytesMloffyes
Source§impl Default for Tcd5NbytesMloffyes
impl Default for Tcd5NbytesMloffyes
Source§fn default() -> Tcd5NbytesMloffyes
fn default() -> Tcd5NbytesMloffyes
Returns the “default value” for a type. Read more
Source§impl PartialEq for Tcd5NbytesMloffyes
impl PartialEq for Tcd5NbytesMloffyes
impl Copy for Tcd5NbytesMloffyes
impl Eq for Tcd5NbytesMloffyes
impl StructuralPartialEq for Tcd5NbytesMloffyes
Auto Trait Implementations§
impl Freeze for Tcd5NbytesMloffyes
impl RefUnwindSafe for Tcd5NbytesMloffyes
impl Send for Tcd5NbytesMloffyes
impl Sync for Tcd5NbytesMloffyes
impl Unpin for Tcd5NbytesMloffyes
impl UnwindSafe for Tcd5NbytesMloffyes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more