Enum avr_device::atmega328p::usart0::ucsr0c::UCPOL0_A
source · pub enum UCPOL0_A {
RISING_EDGE = 0,
FALLING_EDGE = 1,
}
Expand description
Clock Polarity
Value on reset: 0
Variants§
RISING_EDGE = 0
0: Transmit on Rising XCKn Edge, Receive on Falling XCKn Edge
FALLING_EDGE = 1
1: Transmit on Falling XCKn Edge, Receive on Rising XCKn Edge
Trait Implementations§
impl Copy for UCPOL0_A
impl Eq for UCPOL0_A
impl StructuralPartialEq for UCPOL0_A
Auto Trait Implementations§
impl Freeze for UCPOL0_A
impl RefUnwindSafe for UCPOL0_A
impl Send for UCPOL0_A
impl Sync for UCPOL0_A
impl Unpin for UCPOL0_A
impl UnwindSafe for UCPOL0_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)