Enum stm32wlxx_hal::pac::i2c1::isr::PECERR_A
pub enum PECERR_A {
Match = 0,
NoMatch = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
PEC Error in reception
Value on reset: 0
Variants§
Match = 0
0: Received PEC does match with PEC register
NoMatch = 1
1: Received PEC does not match with PEC register
Trait Implementations§
impl Copy for PECERR_A
impl StructuralPartialEq for PECERR_A
Auto Trait Implementations§
impl RefUnwindSafe for PECERR_A
impl Send for PECERR_A
impl Sync for PECERR_A
impl Unpin for PECERR_A
impl UnwindSafe for PECERR_A
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