pub enum FSPOL {
FallingEdge = 0,
RisingEdge = 1,
}
Expand description
Frame synchronization polarity
Value on reset: 0
Variants§
FallingEdge = 0
0: FS is active low (falling edge)
RisingEdge = 1
1: FS is active high (rising edge)
Trait Implementations§
impl Copy for FSPOL
impl Eq for FSPOL
impl StructuralPartialEq for FSPOL
Auto Trait Implementations§
impl Freeze for FSPOL
impl RefUnwindSafe for FSPOL
impl Send for FSPOL
impl Sync for FSPOL
impl Unpin for FSPOL
impl UnwindSafe for FSPOL
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