Struct esp32c2_hal::pac::ledc::conf::R
pub struct R(_);
Expand description
Register CONF
reader
Implementations
impl R
impl R
pub fn apb_clk_sel(&self) -> FieldReaderRaw<u8, u8>
pub fn apb_clk_sel(&self) -> FieldReaderRaw<u8, u8>
Bits 0:1 - This bit is used to select clock source for the 4 timers . 2’d1: APB_CLK 2’d2: RTC8M_CLK 2’d3: XTAL_CLK
Methods from Deref<Target = R<CONF_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more