Enum stm32wlxx_hal::pac::i2c1::icr::STOPCF_AW    
pub enum STOPCF_AW {
    Clear = 1,
}Available on crate feature 
stm32wl5x_cm4 only.Expand description
Stop detection flag clear
Value on reset: 0
Variants§
Clear = 1
1: Clears the STOP flag in ISR register
Trait Implementations§
impl Copy for STOPCF_AW
impl StructuralPartialEq for STOPCF_AW
Auto Trait Implementations§
impl RefUnwindSafe for STOPCF_AW
impl Send for STOPCF_AW
impl Sync for STOPCF_AW
impl Unpin for STOPCF_AW
impl UnwindSafe for STOPCF_AW
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more