#[repr(transparent)]pub struct VendSpec2(pub u32);Expand description
Vendor Specific 2 Register
Tuple Fields§
§0: u32Implementations§
Source§impl VendSpec2
impl VendSpec2
Sourcepub const fn card_int_d3_test(&self) -> CardIntD3Test
pub const fn card_int_d3_test(&self) -> CardIntD3Test
Card interrupt detection test
Sourcepub const fn set_card_int_d3_test(&mut self, val: CardIntD3Test)
pub const fn set_card_int_d3_test(&mut self, val: CardIntD3Test)
Card interrupt detection test
Sourcepub const fn tuning_8bit_en(&self) -> bool
pub const fn tuning_8bit_en(&self) -> bool
Tuning 8bit enable
Sourcepub const fn set_tuning_8bit_en(&mut self, val: bool)
pub const fn set_tuning_8bit_en(&mut self, val: bool)
Tuning 8bit enable
Sourcepub const fn tuning_1bit_en(&self) -> bool
pub const fn tuning_1bit_en(&self) -> bool
Tuning 1bit enable
Sourcepub const fn set_tuning_1bit_en(&mut self, val: bool)
pub const fn set_tuning_1bit_en(&mut self, val: bool)
Tuning 1bit enable
Sourcepub const fn tuning_cmd_en(&self) -> TuningCmdEn
pub const fn tuning_cmd_en(&self) -> TuningCmdEn
Tuning command enable
Sourcepub const fn set_tuning_cmd_en(&mut self, val: TuningCmdEn)
pub const fn set_tuning_cmd_en(&mut self, val: TuningCmdEn)
Tuning command enable
Sourcepub const fn acmd23_argu2_en(&self) -> Acmd23Argu2En
pub const fn acmd23_argu2_en(&self) -> Acmd23Argu2En
Argument2 register enable for ACMD23
Sourcepub const fn set_acmd23_argu2_en(&mut self, val: Acmd23Argu2En)
pub const fn set_acmd23_argu2_en(&mut self, val: Acmd23Argu2En)
Argument2 register enable for ACMD23
Trait Implementations§
impl Copy for VendSpec2
impl Eq for VendSpec2
impl StructuralPartialEq for VendSpec2
Auto Trait Implementations§
impl Freeze for VendSpec2
impl RefUnwindSafe for VendSpec2
impl Send for VendSpec2
impl Sync for VendSpec2
impl Unpin for VendSpec2
impl UnwindSafe for VendSpec2
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