[−][src]Enum stm32f0::stm32f0x2::i2c1::isr::ADDRR
Possible values of the field ADDR
Variants
NOTMATCH
Adress mismatched or not received
MATCH
Received slave address matched with one of the enabled slave addresses
Methods
impl ADDRR
[src][−]
pub fn bit_is_clear(&self) -> bool
[src][+]
pub fn bit_is_set(&self) -> bool
[src][+]
pub fn bit(&self) -> bool
[src][+]
pub fn is_not_match(&self) -> bool
[src][+]
pub fn is_match_(&self) -> bool
[src][+]
Trait Implementations
impl Copy for ADDRR
[src]
impl Debug for ADDRR
[src][+]
impl PartialEq<ADDRR> for ADDRR
[src][+]
impl Clone for ADDRR
[src][+]
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T> From for T
[src][+]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T, U> Into for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Same for T
type Output = T
Should always be Self