pub struct STARTUP_R(_);
Expand description
Field STARTUP
reader - Oscillator Start-Up Time
Implementations
sourceimpl STARTUP_R
impl STARTUP_R
sourcepub fn is_cycle2048(&self) -> bool
pub fn is_cycle2048(&self) -> bool
Checks if the value of the field is CYCLE2048
sourcepub fn is_cycle4096(&self) -> bool
pub fn is_cycle4096(&self) -> bool
Checks if the value of the field is CYCLE4096
sourcepub fn is_cycle16384(&self) -> bool
pub fn is_cycle16384(&self) -> bool
Checks if the value of the field is CYCLE16384
sourcepub fn is_cycle32768(&self) -> bool
pub fn is_cycle32768(&self) -> bool
Checks if the value of the field is CYCLE32768
sourcepub fn is_cycle65536(&self) -> bool
pub fn is_cycle65536(&self) -> bool
Checks if the value of the field is CYCLE65536
sourcepub fn is_cycle131072(&self) -> bool
pub fn is_cycle131072(&self) -> bool
Checks if the value of the field is CYCLE131072
sourcepub fn is_cycle262144(&self) -> bool
pub fn is_cycle262144(&self) -> bool
Checks if the value of the field is CYCLE262144
Methods from Deref<Target = FieldReader<u8, STARTUP_A>>
sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0).
sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for STARTUP_R
impl Send for STARTUP_R
impl Sync for STARTUP_R
impl Unpin for STARTUP_R
impl UnwindSafe for STARTUP_R
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