pub struct SPEED_R(_);
Expand description
Field SPEED
reader - Transfer Speed
Implementations
sourceimpl SPEED_R
impl SPEED_R
sourcepub fn is_standard_and_fast_mode(&self) -> bool
pub fn is_standard_and_fast_mode(&self) -> bool
Checks if the value of the field is STANDARD_AND_FAST_MODE
sourcepub fn is_fastplus_mode(&self) -> bool
pub fn is_fastplus_mode(&self) -> bool
Checks if the value of the field is FASTPLUS_MODE
sourcepub fn is_high_speed_mode(&self) -> bool
pub fn is_high_speed_mode(&self) -> bool
Checks if the value of the field is HIGH_SPEED_MODE
Methods from Deref<Target = FieldReader<u8, SPEED_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 SPEED_R
impl Send for SPEED_R
impl Sync for SPEED_R
impl Unpin for SPEED_R
impl UnwindSafe for SPEED_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