pub struct Lpcomp { /* private fields */ }
Expand description
Low-power comparator
Implementations§
Source§impl Lpcomp
impl Lpcomp
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn tasks_start(self) -> Reg<u32, W>
pub const fn tasks_start(self) -> Reg<u32, W>
Start comparator
Sourcepub const fn tasks_stop(self) -> Reg<u32, W>
pub const fn tasks_stop(self) -> Reg<u32, W>
Stop comparator
Sourcepub const fn tasks_sample(self) -> Reg<u32, W>
pub const fn tasks_sample(self) -> Reg<u32, W>
Sample comparator value
Sourcepub const fn events_ready(self) -> Reg<u32, RW>
pub const fn events_ready(self) -> Reg<u32, RW>
LPCOMP is ready and output is valid
Sourcepub const fn events_down(self) -> Reg<u32, RW>
pub const fn events_down(self) -> Reg<u32, RW>
Downward crossing
Sourcepub const fn events_cross(self) -> Reg<u32, RW>
pub const fn events_cross(self) -> Reg<u32, RW>
Downward or upward crossing
Trait Implementations§
impl Copy for Lpcomp
impl Eq for Lpcomp
impl Send for Lpcomp
impl StructuralPartialEq for Lpcomp
impl Sync for Lpcomp
Auto Trait Implementations§
impl Freeze for Lpcomp
impl RefUnwindSafe for Lpcomp
impl Unpin for Lpcomp
impl UnwindSafe for Lpcomp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)