pub struct STARTUP_W<'a> { /* private fields */ }
Expand description
Field STARTUP
writer - Oscillator 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
500 ms
sourcepub fn cycle32768(self) -> &'a mut W
pub fn cycle32768(self) -> &'a mut W
1000 ms
sourcepub fn cycle65536(self) -> &'a mut W
pub fn cycle65536(self) -> &'a mut W
2000 ms
sourcepub fn cycle131072(self) -> &'a mut W
pub fn cycle131072(self) -> &'a mut W
4000 ms
sourcepub fn cycle262144(self) -> &'a mut W
pub fn cycle262144(self) -> &'a mut W
8000 ms
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