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§
source§impl PartialEq for UCPOL0_A
impl PartialEq for UCPOL0_A
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