Struct lpc55_pac::sdif::ctrl::W[][src]

pub struct W(_);

Register CTRL writer

Implementations

impl W[src]

pub fn controller_reset(&mut self) -> CONTROLLER_RESET_W<'_>[src]

Bit 0 - Controller reset.

pub fn fifo_reset(&mut self) -> FIFO_RESET_W<'_>[src]

Bit 1 - Fifo reset.

pub fn dma_reset(&mut self) -> DMA_RESET_W<'_>[src]

Bit 2 - DMA reset.

pub fn int_enable(&mut self) -> INT_ENABLE_W<'_>[src]

Bit 4 - Global interrupt enable/disable bit.

pub fn read_wait(&mut self) -> READ_WAIT_W<'_>[src]

Bit 6 - Read/wait.

pub fn send_irq_response(&mut self) -> SEND_IRQ_RESPONSE_W<'_>[src]

Bit 7 - Send irq response.

pub fn abort_read_data(&mut self) -> ABORT_READ_DATA_W<'_>[src]

Bit 8 - Abort read data.

pub fn send_ccsd(&mut self) -> SEND_CCSD_W<'_>[src]

Bit 9 - Send ccsd.

pub fn send_auto_stop_ccsd(&mut self) -> SEND_AUTO_STOP_CCSD_W<'_>[src]

Bit 10 - Send auto stop ccsd.

pub fn ceata_device_interrupt_status(
    &mut self
) -> CEATA_DEVICE_INTERRUPT_STATUS_W<'_>
[src]

Bit 11 - CEATA device interrupt status.

pub fn card_voltage_a0(&mut self) -> CARD_VOLTAGE_A0_W<'_>[src]

Bit 16 - Controls the state of the SD_VOLT0 pin.

pub fn card_voltage_a1(&mut self) -> CARD_VOLTAGE_A1_W<'_>[src]

Bit 17 - Controls the state of the SD_VOLT1 pin.

pub fn card_voltage_a2(&mut self) -> CARD_VOLTAGE_A2_W<'_>[src]

Bit 18 - Controls the state of the SD_VOLT2 pin.

pub fn use_internal_dmac(&mut self) -> USE_INTERNAL_DMAC_W<'_>[src]

Bit 25 - SD/MMC DMA use.

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

Writes raw bits to the register.

Methods from Deref<Target = W<CTRL_SPEC>>

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

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<CTRL_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<CTRL_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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.