pub struct Comp { /* private fields */ }
Expand description
Comparator
Implementations§
Source§impl Comp
impl Comp
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>
COMP 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 Comp
impl Eq for Comp
impl Send for Comp
impl StructuralPartialEq for Comp
impl Sync for Comp
Auto Trait Implementations§
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
)