#[repr(u8)]pub enum EDM {
BitWidth8 = 0,
BitWidth10 = 1,
BitWidth12 = 2,
BitWidth14 = 3,
}
Expand description
Extended data mode
Value on reset: 0
Variants§
BitWidth8 = 0
0: Interface captures 8-bit data on every pixel clock
BitWidth10 = 1
1: Interface captures 10-bit data on every pixel clock
BitWidth12 = 2
2: Interface captures 12-bit data on every pixel clock
BitWidth14 = 3
3: Interface captures 14-bit data on every pixel clock
Trait Implementations§
impl Copy for EDM
impl Eq for EDM
impl IsEnum for EDM
impl StructuralPartialEq for EDM
Auto Trait Implementations§
impl Freeze for EDM
impl RefUnwindSafe for EDM
impl Send for EDM
impl Sync for EDM
impl Unpin for EDM
impl UnwindSafe for EDM
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