pub struct CMS_W<'a> { /* private fields */ }
Expand description
Write proxy for field CMS
Implementations§
Source§impl<'a> CMS_W<'a>
impl<'a> CMS_W<'a>
Sourcepub fn edge_aligned(self) -> &'a mut W
pub fn edge_aligned(self) -> &'a mut W
The counter counts up or down depending on the direction bit
Sourcepub fn center_aligned1(self) -> &'a mut W
pub fn center_aligned1(self) -> &'a mut W
The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting down.
Sourcepub fn center_aligned2(self) -> &'a mut W
pub fn center_aligned2(self) -> &'a mut W
The counter counts up and down alternatively. Output compare interrupt flags are set only when the counter is counting up.
Sourcepub fn center_aligned3(self) -> &'a mut W
pub fn center_aligned3(self) -> &'a mut W
The counter counts up and down alternatively. Output compare interrupt flags are set both when the counter is counting up or down.
Auto Trait Implementations§
impl<'a> Freeze for CMS_W<'a>
impl<'a> !RefUnwindSafe for CMS_W<'a>
impl<'a> Send for CMS_W<'a>
impl<'a> !Sync for CMS_W<'a>
impl<'a> Unpin for CMS_W<'a>
impl<'a> !UnwindSafe for CMS_W<'a>
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