[−][src]Struct esp32::spi::ctrl::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>>
Trait Implementations
impl Deref for W
[src]
type Target = W<CTRL_SPEC>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl DerefMut for W
[src]
impl From<W<CTRL_SPEC>> for W
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,