Enum stm32wlxx_hal::pac::lpuart::cr1::PEIE_A
pub enum PEIE_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
PE interrupt enable
Value on reset: 0
Variants§
Disabled = 0
0: Interrupt is disabled
Enabled = 1
1: Interrupt is generated whenever PE=1 in the ISR register
Trait Implementations§
impl Copy for PEIE_A
impl StructuralPartialEq for PEIE_A
Auto Trait Implementations§
impl RefUnwindSafe for PEIE_A
impl Send for PEIE_A
impl Sync for PEIE_A
impl Unpin for PEIE_A
impl UnwindSafe for PEIE_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