pub struct W(_);
Expand description
Register CONF2
writer
Implementations
sourceimpl W
impl W
sourcepub fn camera_en(&mut self) -> CAMERA_EN_W<'_>
pub fn camera_en(&mut self) -> CAMERA_EN_W<'_>
Bit 0
sourcepub fn lcd_tx_wrx2_en(&mut self) -> LCD_TX_WRX2_EN_W<'_>
pub fn lcd_tx_wrx2_en(&mut self) -> LCD_TX_WRX2_EN_W<'_>
Bit 1
sourcepub fn lcd_tx_sdx2_en(&mut self) -> LCD_TX_SDX2_EN_W<'_>
pub fn lcd_tx_sdx2_en(&mut self) -> LCD_TX_SDX2_EN_W<'_>
Bit 2
sourcepub fn data_enable_test_en(&mut self) -> DATA_ENABLE_TEST_EN_W<'_>
pub fn data_enable_test_en(&mut self) -> DATA_ENABLE_TEST_EN_W<'_>
Bit 3
sourcepub fn data_enable(&mut self) -> DATA_ENABLE_W<'_>
pub fn data_enable(&mut self) -> DATA_ENABLE_W<'_>
Bit 4
sourcepub fn ext_adc_start_en(&mut self) -> EXT_ADC_START_EN_W<'_>
pub fn ext_adc_start_en(&mut self) -> EXT_ADC_START_EN_W<'_>
Bit 6
sourcepub fn inter_valid_en(&mut self) -> INTER_VALID_EN_W<'_>
pub fn inter_valid_en(&mut self) -> INTER_VALID_EN_W<'_>
Bit 7
Methods from Deref<Target = W<CONF2_SPEC>>
Trait Implementations
sourceimpl From<W<CONF2_SPEC>> for W
impl From<W<CONF2_SPEC>> for W
sourcefn from(writer: W<CONF2_SPEC>) -> Self
fn from(writer: W<CONF2_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more