[][src]Struct esp32::spi::ctrl::W

pub struct W(_);

Register CTRL writer

Implementations

impl W[src]

pub fn wr_bit_order(&mut self) -> WR_BIT_ORDER_W<'_>[src]

Bit 26

pub fn rd_bit_order(&mut self) -> RD_BIT_ORDER_W<'_>[src]

Bit 25

pub fn fread_qio(&mut self) -> FREAD_QIO_W<'_>[src]

Bit 24

pub fn fread_dio(&mut self) -> FREAD_DIO_W<'_>[src]

Bit 23

pub fn wrsr_2b(&mut self) -> WRSR_2B_W<'_>[src]

Bit 22

pub fn wp_reg(&mut self) -> WP_REG_W<'_>[src]

Bit 21

pub fn fread_quad(&mut self) -> FREAD_QUAD_W<'_>[src]

Bit 20

pub fn resandres(&mut self) -> RESANDRES_W<'_>[src]

Bit 15

pub fn fread_dual(&mut self) -> FREAD_DUAL_W<'_>[src]

Bit 14

pub fn fastrd_mode(&mut self) -> FASTRD_MODE_W<'_>[src]

Bit 13

pub fn wait_flash_idle_en(&mut self) -> WAIT_FLASH_IDLE_EN_W<'_>[src]

Bit 12

pub fn tx_crc_en(&mut self) -> TX_CRC_EN_W<'_>[src]

Bit 11

pub fn fcs_crc_en(&mut self) -> FCS_CRC_EN_W<'_>[src]

Bit 10

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)[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.