#[repr(transparent)]pub struct IntSignalEn(pub u32);Expand description
Interrupt Signal Enable
Tuple Fields§
§0: u32Implementations§
Source§impl IntSignalEn
impl IntSignalEn
Sourcepub const fn set_bgeien(&mut self, val: Bgeien)
pub const fn set_bgeien(&mut self, val: Bgeien)
Block gap event interrupt enable
Sourcepub const fn set_dintien(&mut self, val: Dintien)
pub const fn set_dintien(&mut self, val: Dintien)
DMA interrupt enable
Sourcepub const fn set_bwrien(&mut self, val: Bwrien)
pub const fn set_bwrien(&mut self, val: Bwrien)
Buffer write ready interrupt enable
Sourcepub const fn set_brrien(&mut self, val: Brrien)
pub const fn set_brrien(&mut self, val: Brrien)
Buffer read ready interrupt enable
Sourcepub const fn set_cinsien(&mut self, val: Cinsien)
pub const fn set_cinsien(&mut self, val: Cinsien)
Card insertion interrupt enable
Sourcepub const fn set_crmien(&mut self, val: Crmien)
pub const fn set_crmien(&mut self, val: Crmien)
Card removal interrupt enable
Sourcepub const fn set_cintien(&mut self, val: Cintien)
pub const fn set_cintien(&mut self, val: Cintien)
Card interrupt enable
Sourcepub const fn set_rteien(&mut self, val: Rteien)
pub const fn set_rteien(&mut self, val: Rteien)
Re-tuning event interrupt enable
Sourcepub const fn set_ctoeien(&mut self, val: Ctoeien)
pub const fn set_ctoeien(&mut self, val: Ctoeien)
Command timeout error interrupt enable
Sourcepub const fn set_cceien(&mut self, val: Cceien)
pub const fn set_cceien(&mut self, val: Cceien)
Command CRC error interrupt enable
Sourcepub const fn set_cebeien(&mut self, val: Cebeien)
pub const fn set_cebeien(&mut self, val: Cebeien)
Command end bit error interrupt enable
Sourcepub const fn set_cieien(&mut self, val: Cieien)
pub const fn set_cieien(&mut self, val: Cieien)
Command index error interrupt enable
Sourcepub const fn set_dtoeien(&mut self, val: Dtoeien)
pub const fn set_dtoeien(&mut self, val: Dtoeien)
Data timeout error interrupt enable
Sourcepub const fn set_dceien(&mut self, val: Dceien)
pub const fn set_dceien(&mut self, val: Dceien)
Data CRC error interrupt enable
Sourcepub const fn set_debeien(&mut self, val: Debeien)
pub const fn set_debeien(&mut self, val: Debeien)
Data end bit error interrupt enable
Sourcepub const fn set_ac12eien(&mut self, val: Ac12eien)
pub const fn set_ac12eien(&mut self, val: Ac12eien)
Auto CMD12 error interrupt enable
Sourcepub const fn set_tneien(&mut self, val: Tneien)
pub const fn set_tneien(&mut self, val: Tneien)
Tuning error interrupt enable
Sourcepub const fn set_dmaeien(&mut self, val: Dmaeien)
pub const fn set_dmaeien(&mut self, val: Dmaeien)
DMA error interrupt enable
Trait Implementations§
Source§impl Clone for IntSignalEn
impl Clone for IntSignalEn
Source§fn clone(&self) -> IntSignalEn
fn clone(&self) -> IntSignalEn
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 IntSignalEn
impl Debug for IntSignalEn
Source§impl Default for IntSignalEn
impl Default for IntSignalEn
Source§fn default() -> IntSignalEn
fn default() -> IntSignalEn
Returns the “default value” for a type. Read more
Source§impl PartialEq for IntSignalEn
impl PartialEq for IntSignalEn
impl Copy for IntSignalEn
impl Eq for IntSignalEn
impl StructuralPartialEq for IntSignalEn
Auto Trait Implementations§
impl Freeze for IntSignalEn
impl RefUnwindSafe for IntSignalEn
impl Send for IntSignalEn
impl Sync for IntSignalEn
impl Unpin for IntSignalEn
impl UnwindSafe for IntSignalEn
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