#[repr(transparent)]pub struct Comp10(pub u16);Expand description
Timer Channel Compare Register 1
Tuple Fields§
§0: u16Implementations§
Source§impl Comp10
impl Comp10
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 Comp10
impl Eq for Comp10
impl StructuralPartialEq for Comp10
Auto Trait Implementations§
impl Freeze for Comp10
impl RefUnwindSafe for Comp10
impl Send for Comp10
impl Sync for Comp10
impl Unpin for Comp10
impl UnwindSafe for Comp10
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