pub struct R(_);
Expand description
Register LSCH3_CONF1
reader
Implementations
sourceimpl R
impl R
sourcepub fn duty_scale_lsch3(&self) -> DUTY_SCALE_LSCH3_R
pub fn duty_scale_lsch3(&self) -> DUTY_SCALE_LSCH3_R
Bits 0:9 - reg_duty_scale_lsch3.
sourcepub fn duty_cycle_lsch3(&self) -> DUTY_CYCLE_LSCH3_R
pub fn duty_cycle_lsch3(&self) -> DUTY_CYCLE_LSCH3_R
Bits 10:19 - reg_duty_cycle_lsch3.
sourcepub fn duty_num_lsch3(&self) -> DUTY_NUM_LSCH3_R
pub fn duty_num_lsch3(&self) -> DUTY_NUM_LSCH3_R
Bits 20:29 - reg_duty_num_lsch3.
sourcepub fn duty_inc_lsch3(&self) -> DUTY_INC_LSCH3_R
pub fn duty_inc_lsch3(&self) -> DUTY_INC_LSCH3_R
Bit 30 - reg_duty_inc_lsch3.
sourcepub fn duty_start_lsch3(&self) -> DUTY_START_LSCH3_R
pub fn duty_start_lsch3(&self) -> DUTY_START_LSCH3_R
Bit 31 - reg_duty_start_lsch3.
Methods from Deref<Target = R<LSCH3_CONF1_SPEC>>
Trait Implementations
sourceimpl From<R<LSCH3_CONF1_SPEC>> for R
impl From<R<LSCH3_CONF1_SPEC>> for R
sourcefn from(reader: R<LSCH3_CONF1_SPEC>) -> Self
fn from(reader: R<LSCH3_CONF1_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