Enum avr_device::atmega2560::usart1::ucsr1c::USBS1_A
source · pub enum USBS1_A {
STOP1 = 0,
STOP2 = 1,
}
Expand description
Stop Bit Select
Value on reset: 0
Variants§
Trait Implementations§
source§impl PartialEq for USBS1_A
impl PartialEq for USBS1_A
impl Copy for USBS1_A
impl Eq for USBS1_A
impl StructuralPartialEq for USBS1_A
Auto Trait Implementations§
impl RefUnwindSafe for USBS1_A
impl Send for USBS1_A
impl Sync for USBS1_A
impl Unpin for USBS1_A
impl UnwindSafe for USBS1_A
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