[][src]Struct lpc55s6x_pac::sdif::ctrl::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 controller_reset(&self) -> CONTROLLER_RESETR[src]

Bit 0 - Controller reset.

pub fn fifo_reset(&self) -> FIFO_RESETR[src]

Bit 1 - Fifo reset.

pub fn dma_reset(&self) -> DMA_RESETR[src]

Bit 2 - DMA reset.

pub fn int_enable(&self) -> INT_ENABLER[src]

Bit 4 - Global interrupt enable/disable bit.

pub fn read_wait(&self) -> READ_WAITR[src]

Bit 6 - Read/wait.

pub fn send_irq_response(&self) -> SEND_IRQ_RESPONSER[src]

Bit 7 - Send irq response.

pub fn abort_read_data(&self) -> ABORT_READ_DATAR[src]

Bit 8 - Abort read data.

pub fn send_ccsd(&self) -> SEND_CCSDR[src]

Bit 9 - Send ccsd.

pub fn send_auto_stop_ccsd(&self) -> SEND_AUTO_STOP_CCSDR[src]

Bit 10 - Send auto stop ccsd.

pub fn ceata_device_interrupt_status(&self) -> CEATA_DEVICE_INTERRUPT_STATUSR[src]

Bit 11 - CEATA device interrupt status.

pub fn card_voltage_a0(&self) -> CARD_VOLTAGE_A0R[src]

Bit 16 - Controls the state of the SD_VOLT0 pin.

pub fn card_voltage_a1(&self) -> CARD_VOLTAGE_A1R[src]

Bit 17 - Controls the state of the SD_VOLT1 pin.

pub fn card_voltage_a2(&self) -> CARD_VOLTAGE_A2R[src]

Bit 18 - Controls the state of the SD_VOLT2 pin.

pub fn use_internal_dmac(&self) -> USE_INTERNAL_DMACR[src]

Bit 25 - SD/MMC DMA use.

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

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

type Output = T

Should always be Self