Struct esp32_hal::pac::sens::sar_start_force::R
pub struct R(_);
Expand description
Register SAR_START_FORCE
reader
Implementations§
§impl R
impl R
pub fn sar1_bit_width(&self) -> FieldReaderRaw<u8, u8>
pub fn sar1_bit_width(&self) -> FieldReaderRaw<u8, u8>
Bits 0:1 - 00: 9 bit 01: 10 bits 10: 11bits 11: 12bits
pub fn sar2_bit_width(&self) -> FieldReaderRaw<u8, u8>
pub fn sar2_bit_width(&self) -> FieldReaderRaw<u8, u8>
Bits 2:3 - 00: 9 bit 01: 10 bits 10: 11bits 11: 12bits
pub fn sar2_en_test(&self) -> BitReaderRaw<bool>
pub fn sar2_en_test(&self) -> BitReaderRaw<bool>
Bit 4 - SAR2_EN_TEST only active when reg_sar2_dig_force = 0
pub fn sar2_pwdet_cct(&self) -> FieldReaderRaw<u8, u8>
pub fn sar2_pwdet_cct(&self) -> FieldReaderRaw<u8, u8>
Bits 5:7 - SAR2_PWDET_CCT PA power detector capacitance tuning.
pub fn ulp_cp_force_start_top(&self) -> BitReaderRaw<bool>
pub fn ulp_cp_force_start_top(&self) -> BitReaderRaw<bool>
Bit 8 - 1: ULP-coprocessor is started by SW 0: ULP-coprocessor is started by timer
pub fn ulp_cp_start_top(&self) -> BitReaderRaw<bool>
pub fn ulp_cp_start_top(&self) -> BitReaderRaw<bool>
Bit 9 - Write 1 to start ULP-coprocessor only active when reg_ulp_cp_force_start_top = 1
pub fn sar2_pwdet_en(&self) -> BitReaderRaw<bool>
pub fn sar2_pwdet_en(&self) -> BitReaderRaw<bool>
Bit 24 - N/A
Methods from Deref<Target = R<SAR_START_FORCE_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<SAR_START_FORCE_SPEC>> for R
impl From<R<SAR_START_FORCE_SPEC>> for R
§fn from(reader: R<SAR_START_FORCE_SPEC>) -> R
fn from(reader: R<SAR_START_FORCE_SPEC>) -> R
Converts to this type from the input type.