Struct alt_stm32f30x_hal::stm32::syscfg::cfgr1::I2C_PB9_FMP_R
source · [−]pub struct I2C_PB9_FMP_R(_);
Expand description
Field I2C_PB9_FMP
reader - Fast Mode Plus (FM+) driving capability activation bits.
Implementations
sourceimpl I2C_PB9_FMP_R
impl I2C_PB9_FMP_R
sourcepub fn variant(&self) -> I2C_PB9_FMP_A
pub fn variant(&self) -> I2C_PB9_FMP_A
Get enumerated values variant
sourcepub fn is_standard(&self) -> bool
pub fn is_standard(&self) -> bool
Checks if the value of the field is STANDARD
Methods from Deref<Target = FieldReader<bool, I2C_PB9_FMP_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
sourceimpl Deref for I2C_PB9_FMP_R
impl Deref for I2C_PB9_FMP_R
type Target = FieldReader<bool, I2C_PB9_FMP_A>
type Target = FieldReader<bool, I2C_PB9_FMP_A>
The resulting type after dereferencing.
sourcefn deref(&self) -> &<I2C_PB9_FMP_R as Deref>::Target
fn deref(&self) -> &<I2C_PB9_FMP_R as Deref>::Target
Dereferences the value.
Auto Trait Implementations
impl RefUnwindSafe for I2C_PB9_FMP_R
impl Send for I2C_PB9_FMP_R
impl Sync for I2C_PB9_FMP_R
impl Unpin for I2C_PB9_FMP_R
impl UnwindSafe for I2C_PB9_FMP_R
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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