Enum Rxedgie
pub enum Rxedgie {
_0 = 0,
_1 = 1,
}Expand description
RX Input Active Edge Interrupt Enable
Value on reset: 0
Variants§
_0 = 0
0: Hardware interrupts from LPUART_STAT[RXEDGIF] disabled.
_1 = 1
1: Hardware interrupt requested when LPUART_STAT[RXEDGIF] flag is 1.
Trait Implementations§
impl Copy for Rxedgie
impl Eq for Rxedgie
impl StructuralPartialEq for Rxedgie
Auto Trait Implementations§
impl Freeze for Rxedgie
impl RefUnwindSafe for Rxedgie
impl Send for Rxedgie
impl Sync for Rxedgie
impl Unpin for Rxedgie
impl UnwindSafe for Rxedgie
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