[][src]Struct k64::sdhc::proctl::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn lctl(&self) -> LCTLR[src]

Bit 0 - LED Control

pub fn dtw(&self) -> DTWR[src]

Bits 1:2 - Data Transfer Width

pub fn d3cd(&self) -> D3CDR[src]

Bit 3 - DAT3 As Card Detection Pin

pub fn emode(&self) -> EMODER[src]

Bits 4:5 - Endian Mode

pub fn cdtl(&self) -> CDTLR[src]

Bit 6 - Card Detect Test Level

pub fn cdss(&self) -> CDSSR[src]

Bit 7 - Card Detect Signal Selection

pub fn dmas(&self) -> DMASR[src]

Bits 8:9 - DMA Select

pub fn sabgreq(&self) -> SABGREQR[src]

Bit 16 - Stop At Block Gap Request

pub fn creq(&self) -> CREQR[src]

Bit 17 - Continue Request

pub fn rwctl(&self) -> RWCTLR[src]

Bit 18 - Read Wait Control

pub fn iabg(&self) -> IABGR[src]

Bit 19 - Interrupt At Block Gap

pub fn wecint(&self) -> WECINTR[src]

Bit 24 - Wakeup Event Enable On Card Interrupt

pub fn wecins(&self) -> WECINSR[src]

Bit 25 - Wakeup Event Enable On SD Card Insertion

pub fn wecrm(&self) -> WECRMR[src]

Bit 26 - Wakeup Event Enable On SD Card Removal

Auto Trait Implementations

impl Send for R

impl Sync for R

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]