Enum Rxedgif
pub enum Rxedgif {
_0 = 0,
_1 = 1,
}Expand description
RXD Pin Active Edge Interrupt Flag
Value on reset: 0
Variants§
_0 = 0
0: No active edge on the receive pin has occurred.
_1 = 1
1: An active edge on the receive pin has occurred.
Trait Implementations§
impl Copy for Rxedgif
impl Eq for Rxedgif
impl StructuralPartialEq for Rxedgif
Auto Trait Implementations§
impl Freeze for Rxedgif
impl RefUnwindSafe for Rxedgif
impl Send for Rxedgif
impl Sync for Rxedgif
impl Unpin for Rxedgif
impl UnwindSafe for Rxedgif
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