pub struct TMR_VAL_W<'a> { /* private fields */ }
Expand description
Write proxy for field TMR_VAL
Implementations§
Source§impl<'a> TMR_VAL_W<'a>
impl<'a> TMR_VAL_W<'a>
Sourcepub fn tmr_val_2(self) -> &'a mut W
pub fn tmr_val_2(self) -> &'a mut W
In compare mode: the value to be loaded; in capture mode, the value of the timer
Sourcepub fn tmr_val_3(self) -> &'a mut W
pub fn tmr_val_3(self) -> &'a mut W
In compare mode: the value to be loaded; in capture mode, the value of the timer
Sourcepub fn tmr_val_4(self) -> &'a mut W
pub fn tmr_val_4(self) -> &'a mut W
In compare mode: the value to be loaded; in capture mode, the value of the timer
Sourcepub fn tmr_val_5(self) -> &'a mut W
pub fn tmr_val_5(self) -> &'a mut W
In compare mode: the value to be loaded; in capture mode, the value of the timer
Sourcepub fn tmr_val_6(self) -> &'a mut W
pub fn tmr_val_6(self) -> &'a mut W
In compare mode: the value to be loaded; in capture mode, the value of the timer
Sourcepub fn tmr_val_7(self) -> &'a mut W
pub fn tmr_val_7(self) -> &'a mut W
In compare mode: the value to be loaded; in capture mode, the value of the timer
Sourcepub fn tmr_val_8(self) -> &'a mut W
pub fn tmr_val_8(self) -> &'a mut W
In compare mode: the value to be loaded; in capture mode, the value of the timer
Auto Trait Implementations§
impl<'a> Freeze for TMR_VAL_W<'a>
impl<'a> !RefUnwindSafe for TMR_VAL_W<'a>
impl<'a> Send for TMR_VAL_W<'a>
impl<'a> !Sync for TMR_VAL_W<'a>
impl<'a> Unpin for TMR_VAL_W<'a>
impl<'a> !UnwindSafe for TMR_VAL_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