Struct esp32c2_hal::pac::apb_ctrl::clk_out_en::R
pub struct R(_);
Expand description
Register CLK_OUT_EN
reader
Implementations§
§impl R
impl R
pub fn clk_bb_oen(&self) -> BitReaderRaw<bool>
pub fn clk_bb_oen(&self) -> BitReaderRaw<bool>
Bit 3 - reg_clk_bb_oen
pub fn clk160_oen(&self) -> BitReaderRaw<bool>
pub fn clk160_oen(&self) -> BitReaderRaw<bool>
Bit 5 - reg_clk160_oen
pub fn clk_320m_oen(&self) -> BitReaderRaw<bool>
pub fn clk_320m_oen(&self) -> BitReaderRaw<bool>
Bit 6 - reg_clk_320m_oen
pub fn clk_adc_inf_oen(&self) -> BitReaderRaw<bool>
pub fn clk_adc_inf_oen(&self) -> BitReaderRaw<bool>
Bit 7 - reg_clk_adc_inf_oen
pub fn clk_dac_cpu_oen(&self) -> BitReaderRaw<bool>
pub fn clk_dac_cpu_oen(&self) -> BitReaderRaw<bool>
Bit 8 - reg_clk_dac_cpu_oen
pub fn clk40x_bb_oen(&self) -> BitReaderRaw<bool>
pub fn clk40x_bb_oen(&self) -> BitReaderRaw<bool>
Bit 9 - reg_clk40x_bb_oen
pub fn clk_xtal_oen(&self) -> BitReaderRaw<bool>
pub fn clk_xtal_oen(&self) -> BitReaderRaw<bool>
Bit 10 - reg_clk_xtal_oen
Methods from Deref<Target = R<CLK_OUT_EN_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<CLK_OUT_EN_SPEC>> for R
impl From<R<CLK_OUT_EN_SPEC>> for R
§fn from(reader: R<CLK_OUT_EN_SPEC>) -> R
fn from(reader: R<CLK_OUT_EN_SPEC>) -> R
Converts to this type from the input type.