pub struct STARTUP_R(_);
Expand description
Field STARTUP
reader - Start-Up Time
Implementations
sourceimpl STARTUP_R
impl STARTUP_R
sourcepub fn is_cycle16(&self) -> bool
pub fn is_cycle16(&self) -> bool
Checks if the value of the field is CYCLE16
sourcepub fn is_cycle32(&self) -> bool
pub fn is_cycle32(&self) -> bool
Checks if the value of the field is CYCLE32
sourcepub fn is_cycle64(&self) -> bool
pub fn is_cycle64(&self) -> bool
Checks if the value of the field is CYCLE64
sourcepub fn is_cycle128(&self) -> bool
pub fn is_cycle128(&self) -> bool
Checks if the value of the field is CYCLE128
sourcepub fn is_cycle256(&self) -> bool
pub fn is_cycle256(&self) -> bool
Checks if the value of the field is CYCLE256
sourcepub fn is_cycle512(&self) -> bool
pub fn is_cycle512(&self) -> bool
Checks if the value of the field is CYCLE512
sourcepub fn is_cycle1024(&self) -> bool
pub fn is_cycle1024(&self) -> bool
Checks if the value of the field is CYCLE1024
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_cycle8192(&self) -> bool
pub fn is_cycle8192(&self) -> bool
Checks if the value of the field is CYCLE8192
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
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