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

Bit 0 - Controller reset.

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

Bit 1 - Fifo reset.

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

Bit 2 - DMA reset.

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

Bit 4 - Global interrupt enable/disable bit.

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

Bit 6 - Read/wait.

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

Bit 7 - Send irq response.

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

Bit 8 - Abort read data.

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

Bit 9 - Send ccsd.

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

Bit 10 - Send auto stop ccsd.

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

Bit 11 - CEATA device interrupt status.

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

Bit 16 - Controls the state of the SD_VOLT0 pin.

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

Bit 17 - Controls the state of the SD_VOLT1 pin.

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

Bit 18 - Controls the state of the SD_VOLT2 pin.

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

Bit 25 - SD/MMC DMA use.

Auto Trait Implementations

impl Send for W

impl Sync for W

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