Enum d1_pac::tcon_lcd0::lcd_lvds_ana::LVDS_R_A
source · #[repr(u8)]pub enum LVDS_R_A {
_0_925_V = 0,
_0_950_V = 1,
_0_975_V = 2,
_1_000_V = 3,
_1_025_V = 4,
_1_050_V = 5,
_1_075_V = 6,
_1_100_V = 7,
}
Expand description
Adjust current flowing through R of R to change the common signals amplitude.
Value on reset: 0
Variants§
_0_925_V = 0
0: 0.925 V
_0_950_V = 1
1: 0.950 V
_0_975_V = 2
2: 0.975 V
_1_000_V = 3
3: 1.000 V
_1_025_V = 4
4: 1.025 V
_1_050_V = 5
5: 1.050 V
_1_075_V = 6
6: 1.075 V
_1_100_V = 7
7: 1.100 V
Trait Implementations§
impl Copy for LVDS_R_A
impl Eq for LVDS_R_A
impl StructuralPartialEq for LVDS_R_A
Auto Trait Implementations§
impl Freeze for LVDS_R_A
impl RefUnwindSafe for LVDS_R_A
impl Send for LVDS_R_A
impl Sync for LVDS_R_A
impl Unpin for LVDS_R_A
impl UnwindSafe for LVDS_R_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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)