Enum atsamd_hal::sercom::uart::Oversampling
source · [−]#[repr(u8)]
pub enum Oversampling {
Bits8,
Bits16,
}
Expand description
Baudrate oversampling values
NOTE 3x oversampling has been intentionally left out
Variants
Bits8
8 samples per bit
Bits16
16 samples per bit
Trait Implementations
sourceimpl Clone for Oversampling
impl Clone for Oversampling
sourcefn clone(&self) -> Oversampling
fn clone(&self) -> Oversampling
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for Oversampling
impl Debug for Oversampling
impl Copy for Oversampling
Auto Trait Implementations
impl RefUnwindSafe for Oversampling
impl Send for Oversampling
impl Sync for Oversampling
impl Unpin for Oversampling
impl UnwindSafe for Oversampling
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more