pub struct STARTUP_W<'a> { /* private fields */ }
Expand description
Field STARTUP
writer - Start-Up Time
Implementations
sourceimpl<'a> STARTUP_W<'a>
impl<'a> STARTUP_W<'a>
sourcepub fn cycle16384(self) -> &'a mut W
pub fn cycle16384(self) -> &'a mut W
500000 us
sourcepub fn cycle32768(self) -> &'a mut W
pub fn cycle32768(self) -> &'a mut W
1000000 us
Auto Trait Implementations
impl<'a> RefUnwindSafe for STARTUP_W<'a>
impl<'a> Send for STARTUP_W<'a>
impl<'a> Sync for STARTUP_W<'a>
impl<'a> Unpin for STARTUP_W<'a>
impl<'a> !UnwindSafe for STARTUP_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more