pub struct R(_);
Expand description
Register CLK_CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn sclk_div_num(&self) -> SCLK_DIV_NUM_R
pub fn sclk_div_num(&self) -> SCLK_DIV_NUM_R
Bits 0:7 - the integral part of the fractional divisor for i2c module
sourcepub fn sclk_div_a(&self) -> SCLK_DIV_A_R
pub fn sclk_div_a(&self) -> SCLK_DIV_A_R
Bits 8:13 - the numerator of the fractional part of the fractional divisor for i2c module
sourcepub fn sclk_div_b(&self) -> SCLK_DIV_B_R
pub fn sclk_div_b(&self) -> SCLK_DIV_B_R
Bits 14:19 - the denominator of the fractional part of the fractional divisor for i2c module
sourcepub fn sclk_sel(&self) -> SCLK_SEL_R
pub fn sclk_sel(&self) -> SCLK_SEL_R
Bit 20 - The clock selection for i2c module:0-XTAL,1-CLK_8MHz.
sourcepub fn sclk_active(&self) -> SCLK_ACTIVE_R
pub fn sclk_active(&self) -> SCLK_ACTIVE_R
Bit 21 - The clock switch for i2c module
Methods from Deref<Target = R<CLK_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<CLK_CONF_SPEC>> for R
impl From<R<CLK_CONF_SPEC>> for R
sourcefn from(reader: R<CLK_CONF_SPEC>) -> Self
fn from(reader: R<CLK_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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