#[repr(transparent)]pub struct CmdXfrTyp(pub u32);Expand description
Command Transfer Type
Tuple Fields§
§0: u32Implementations§
Source§impl CmdXfrTyp
impl CmdXfrTyp
Sourcepub const fn dmaen(&self) -> CmdXfrTypDmaen
pub const fn dmaen(&self) -> CmdXfrTypDmaen
DMAEN
Sourcepub const fn set_dmaen(&mut self, val: CmdXfrTypDmaen)
pub const fn set_dmaen(&mut self, val: CmdXfrTypDmaen)
DMAEN
Sourcepub const fn bcen(&self) -> CmdXfrTypBcen
pub const fn bcen(&self) -> CmdXfrTypBcen
BCEN
Sourcepub const fn set_bcen(&mut self, val: CmdXfrTypBcen)
pub const fn set_bcen(&mut self, val: CmdXfrTypBcen)
BCEN
Sourcepub const fn ac12en(&self) -> CmdXfrTypAc12en
pub const fn ac12en(&self) -> CmdXfrTypAc12en
AC12EN
Sourcepub const fn set_ac12en(&mut self, val: CmdXfrTypAc12en)
pub const fn set_ac12en(&mut self, val: CmdXfrTypAc12en)
AC12EN
Sourcepub const fn set_ddr_en(&mut self, val: DdrEn)
pub const fn set_ddr_en(&mut self, val: DdrEn)
DDR_EN
Sourcepub const fn dtdsel(&self) -> CmdXfrTypDtdsel
pub const fn dtdsel(&self) -> CmdXfrTypDtdsel
DTDSEL
Sourcepub const fn set_dtdsel(&mut self, val: CmdXfrTypDtdsel)
pub const fn set_dtdsel(&mut self, val: CmdXfrTypDtdsel)
DTDSEL
Sourcepub const fn msbsel(&self) -> CmdXfrTypMsbsel
pub const fn msbsel(&self) -> CmdXfrTypMsbsel
MSBSEL
Sourcepub const fn set_msbsel(&mut self, val: CmdXfrTypMsbsel)
pub const fn set_msbsel(&mut self, val: CmdXfrTypMsbsel)
MSBSEL
Sourcepub const fn nibble_pos(&self) -> NibblePos
pub const fn nibble_pos(&self) -> NibblePos
NIBBLE_POS
Sourcepub const fn set_nibble_pos(&mut self, val: NibblePos)
pub const fn set_nibble_pos(&mut self, val: NibblePos)
NIBBLE_POS
Sourcepub const fn set_ac23en(&mut self, val: Ac23en)
pub const fn set_ac23en(&mut self, val: Ac23en)
AC23EN
Sourcepub const fn set_rsptyp(&mut self, val: Rsptyp)
pub const fn set_rsptyp(&mut self, val: Rsptyp)
Response type select
Sourcepub const fn set_cmdtyp(&mut self, val: Cmdtyp)
pub const fn set_cmdtyp(&mut self, val: Cmdtyp)
Command type
Sourcepub const fn set_cmdinx(&mut self, val: u8)
pub const fn set_cmdinx(&mut self, val: u8)
Command index
Trait Implementations§
impl Copy for CmdXfrTyp
impl Eq for CmdXfrTyp
impl StructuralPartialEq for CmdXfrTyp
Auto Trait Implementations§
impl Freeze for CmdXfrTyp
impl RefUnwindSafe for CmdXfrTyp
impl Send for CmdXfrTyp
impl Sync for CmdXfrTyp
impl Unpin for CmdXfrTyp
impl UnwindSafe for CmdXfrTyp
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