Enum d1_pac::tve::tve_configuration::CVBS_EN_A
source · pub enum CVBS_EN_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Composite video enables selection
This bit selects whether the composite video output (CVBS) is enabled or disabled.
Value on reset: 1
Variants§
DISABLED = 0
0: Composite video is disabled, Only Y/C is enabled
ENABLED = 1
1: Composite video is enabled., CVBS and Y/C are enabled
Trait Implementations§
impl Copy for CVBS_EN_A
impl Eq for CVBS_EN_A
impl StructuralPartialEq for CVBS_EN_A
Auto Trait Implementations§
impl Freeze for CVBS_EN_A
impl RefUnwindSafe for CVBS_EN_A
impl Send for CVBS_EN_A
impl Sync for CVBS_EN_A
impl Unpin for CVBS_EN_A
impl UnwindSafe for CVBS_EN_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
)