pub struct W(_);
Expand description
Register HSCH7_HPOINT
writer
Implementations
sourceimpl W
impl W
sourcepub fn hpoint_hsch7(&mut self) -> HPOINT_HSCH7_W<'_>
pub fn hpoint_hsch7(&mut self) -> HPOINT_HSCH7_W<'_>
Bits 0:19 - The output value changes to high when htimerx(x=[0 3] ) selected by high speed channel7 has reached reg_hpoint_hsch7[19:0]
Methods from Deref<Target = W<HSCH7_HPOINT_SPEC>>
Trait Implementations
sourceimpl From<W<HSCH7_HPOINT_SPEC>> for W
impl From<W<HSCH7_HPOINT_SPEC>> for W
sourcefn from(writer: W<HSCH7_HPOINT_SPEC>) -> Self
fn from(writer: W<HSCH7_HPOINT_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