pub struct R(_);
Expand description
Register ADC_PAD
reader
Implementations§
§impl R
impl R
pub fn adc2_fun_ie(&self) -> BitReaderRaw<bool>
pub fn adc2_fun_ie(&self) -> BitReaderRaw<bool>
Bit 18 - the input enable of the pad
pub fn adc2_slp_ie(&self) -> BitReaderRaw<bool>
pub fn adc2_slp_ie(&self) -> BitReaderRaw<bool>
Bit 19 - the input enable of the pad in sleep status
pub fn adc2_slp_sel(&self) -> BitReaderRaw<bool>
pub fn adc2_slp_sel(&self) -> BitReaderRaw<bool>
Bit 20 - the sleep status selection signal of the pad
pub fn adc2_fun_sel(&self) -> FieldReaderRaw<u8, u8>
pub fn adc2_fun_sel(&self) -> FieldReaderRaw<u8, u8>
Bits 21:22 - the functional selection signal of the pad
pub fn adc1_fun_ie(&self) -> BitReaderRaw<bool>
pub fn adc1_fun_ie(&self) -> BitReaderRaw<bool>
Bit 23 - the input enable of the pad
pub fn adc1_slp_ie(&self) -> BitReaderRaw<bool>
pub fn adc1_slp_ie(&self) -> BitReaderRaw<bool>
Bit 24 - the input enable of the pad in sleep status
pub fn adc1_slp_sel(&self) -> BitReaderRaw<bool>
pub fn adc1_slp_sel(&self) -> BitReaderRaw<bool>
Bit 25 - the sleep status selection signal of the pad
pub fn adc1_fun_sel(&self) -> FieldReaderRaw<u8, u8>
pub fn adc1_fun_sel(&self) -> FieldReaderRaw<u8, u8>
Bits 26:27 - the functional selection signal of the pad
pub fn adc2_mux_sel(&self) -> BitReaderRaw<bool>
pub fn adc2_mux_sel(&self) -> BitReaderRaw<bool>
Bit 28 - Ò1Ó select the digital function Ó0Óslection the rtc function
pub fn adc1_mux_sel(&self) -> BitReaderRaw<bool>
pub fn adc1_mux_sel(&self) -> BitReaderRaw<bool>
Bit 29 - Ò1Ó select the digital function Ó0Óslection the rtc function
Methods from Deref<Target = R<ADC_PAD_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<ADC_PAD_SPEC>> for R
impl From<R<ADC_PAD_SPEC>> for R
§fn from(reader: R<ADC_PAD_SPEC>) -> R
fn from(reader: R<ADC_PAD_SPEC>) -> R
Converts to this type from the input type.