[][src]Struct mci::registers::sd::scr::ScrRegister

pub struct ScrRegister {
    pub val: u64,
}

Fields

val: u64

Implementations

impl ScrRegister[src]

pub fn set_structure_version(&mut self, version: ScrRegisterStructureVersion)[src]

pub fn structure_version(&self) -> ScrRegisterStructureVersion[src]

pub fn set_sd_specification_version(&mut self, version: SdPhysicalSpecification)[src]

pub fn sd_specification_version(&self) -> SdPhysicalSpecification[src]

pub fn set_data_status_after_erase(&mut self, enabled: bool)[src]

pub fn data_status_after_erase(&self) -> bool[src]

pub fn set_sd_security_version(&mut self, version: SdSecurity)[src]

pub fn sd_security_version(&self) -> SdSecurity[src]

pub fn set_sd_bus_width(&mut self, bus_width: SdBusWidth)[src]

pub fn sd_bus_width(&self) -> SdBusWidth[src]

pub fn set_is_spec3(&mut self, spec3: bool)[src]

pub fn spec3(&self) -> bool[src]

pub fn set_sd_extended_security(&mut self, val: u8)[src]

pub fn sd_extended_security(&self) -> u8[src]

pub fn set_sd_command_support(&mut self, val: u8)[src]

pub fn sd_command_support(&self) -> u8[src]

Trait Implementations

impl From<[u8; 8]> for ScrRegister[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.