#[repr(transparent)]pub struct Comp11(pub u16);Expand description
Timer Channel Compare Register 1
Tuple Fields§
§0: u16Implementations§
Source§impl Comp11
impl Comp11
Sourcepub const fn comparison_1(&self) -> u16
pub const fn comparison_1(&self) -> u16
Comparison Value 1
Sourcepub const fn set_comparison_1(&mut self, val: u16)
pub const fn set_comparison_1(&mut self, val: u16)
Comparison Value 1
Trait Implementations§
impl Copy for Comp11
impl Eq for Comp11
impl StructuralPartialEq for Comp11
Auto Trait Implementations§
impl Freeze for Comp11
impl RefUnwindSafe for Comp11
impl Send for Comp11
impl Sync for Comp11
impl Unpin for Comp11
impl UnwindSafe for Comp11
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