[][src]Struct k64::sdhc::sysctl::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn ipgen(&mut self) -> _IPGENW[src]

Bit 0 - IPG Clock Enable

pub fn hcken(&mut self) -> _HCKENW[src]

Bit 1 - System Clock Enable

pub fn peren(&mut self) -> _PERENW[src]

Bit 2 - Peripheral Clock Enable

pub fn sdclken(&mut self) -> _SDCLKENW[src]

Bit 3 - SD Clock Enable

pub fn dvs(&mut self) -> _DVSW[src]

Bits 4:7 - Divisor

pub fn sdclkfs(&mut self) -> _SDCLKFSW[src]

Bits 8:15 - SDCLK Frequency Select

pub fn dtocv(&mut self) -> _DTOCVW[src]

Bits 16:19 - Data Timeout Counter Value

pub fn rsta(&mut self) -> _RSTAW[src]

Bit 24 - Software Reset For ALL

pub fn rstc(&mut self) -> _RSTCW[src]

Bit 25 - Software Reset For CMD Line

pub fn rstd(&mut self) -> _RSTDW[src]

Bit 26 - Software Reset For DAT Line

pub fn inita(&mut self) -> _INITAW[src]

Bit 27 - Initialization Active

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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

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