pub struct R(_);
Expand description
Register CONF2
reader
Implementations§
§impl R
impl R
pub fn lcd_tx_wrx2_en(&self) -> BitReaderRaw<bool>
pub fn lcd_tx_wrx2_en(&self) -> BitReaderRaw<bool>
Bit 1
pub fn lcd_tx_sdx2_en(&self) -> BitReaderRaw<bool>
pub fn lcd_tx_sdx2_en(&self) -> BitReaderRaw<bool>
Bit 2
pub fn data_enable_test_en(&self) -> BitReaderRaw<bool>
pub fn data_enable_test_en(&self) -> BitReaderRaw<bool>
Bit 3
pub fn data_enable(&self) -> BitReaderRaw<bool>
pub fn data_enable(&self) -> BitReaderRaw<bool>
Bit 4
pub fn ext_adc_start_en(&self) -> BitReaderRaw<bool>
pub fn ext_adc_start_en(&self) -> BitReaderRaw<bool>
Bit 6
pub fn inter_valid_en(&self) -> BitReaderRaw<bool>
pub fn inter_valid_en(&self) -> BitReaderRaw<bool>
Bit 7
Methods from Deref<Target = R<CONF2_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<CONF2_SPEC>> for R
impl From<R<CONF2_SPEC>> for R
§fn from(reader: R<CONF2_SPEC>) -> R
fn from(reader: R<CONF2_SPEC>) -> R
Converts to this type from the input type.