Struct esp32_hal::pac::apb_ctrl::apb_saradc_sar2_patt_tab4::R
pub struct R(_);
Expand description
Register APB_SARADC_SAR2_PATT_TAB4
reader
Implementations§
§impl R
impl R
pub fn saradc_sar2_patt_tab4(&self) -> FieldReaderRaw<u32, u32>
pub fn saradc_sar2_patt_tab4(&self) -> FieldReaderRaw<u32, u32>
Bits 0:31 - Item 12 ~ 15 for pattern table 2 (each item one byte)
Methods from Deref<Target = R<APB_SARADC_SAR2_PATT_TAB4_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<APB_SARADC_SAR2_PATT_TAB4_SPEC>> for R
impl From<R<APB_SARADC_SAR2_PATT_TAB4_SPEC>> for R
§fn from(reader: R<APB_SARADC_SAR2_PATT_TAB4_SPEC>) -> R
fn from(reader: R<APB_SARADC_SAR2_PATT_TAB4_SPEC>) -> R
Converts to this type from the input type.