Enum Bothedge
pub enum Bothedge {
_0 = 0,
_1 = 1,
}Expand description
Both Edge Sampling
Value on reset: 0
Variants§
_0 = 0
0: Receiver samples input data using the rising edge of the baud rate clock.
_1 = 1
1: Receiver samples input data using the rising and falling edge of the baud rate clock.
Trait Implementations§
impl Copy for Bothedge
impl Eq for Bothedge
impl StructuralPartialEq for Bothedge
Auto Trait Implementations§
impl Freeze for Bothedge
impl RefUnwindSafe for Bothedge
impl Send for Bothedge
impl Sync for Bothedge
impl Unpin for Bothedge
impl UnwindSafe for Bothedge
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