Enum Rie
pub enum Rie {
_0 = 0,
_1 = 1,
}Expand description
Receiver Interrupt Enable
Value on reset: 0
Variants§
_0 = 0
0: Hardware interrupts from RDRF disabled; use polling.
_1 = 1
1: Hardware interrupt requested when RDRF flag is 1.
Trait Implementations§
impl Copy for Rie
impl Eq for Rie
impl StructuralPartialEq for Rie
Auto Trait Implementations§
impl Freeze for Rie
impl RefUnwindSafe for Rie
impl Send for Rie
impl Sync for Rie
impl Unpin for Rie
impl UnwindSafe for Rie
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