Struct d1_pac::tve_top::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub tve_dac_map: TVE_DAC_MAP,
pub tve_dac_status: TVE_DAC_STATUS,
pub tve_dac_cfg0: TVE_DAC_CFG0,
pub tve_dac_cfg1: TVE_DAC_CFG1,
pub tve_dac_cfg2: TVE_DAC_CFG2,
pub tve_dac_cfg3: TVE_DAC_CFG3,
pub tve_dac_test: TVE_DAC_TEST,
/* private fields */
}Expand description
Register block
Fields§
§tve_dac_map: TVE_DAC_MAP0x20 - TV Encoder DAC MAP Register
tve_dac_status: TVE_DAC_STATUS0x24 - TV Encoder DAC STAUTS Register
tve_dac_cfg0: TVE_DAC_CFG00x28 - TV Encoder DAC CFG0 Register
tve_dac_cfg1: TVE_DAC_CFG10x2c - TV Encoder DAC CFG1 Register
tve_dac_cfg2: TVE_DAC_CFG20x30 - TV Encoder DAC CFG2 Register
tve_dac_cfg3: TVE_DAC_CFG30x34 - TV Encoder DAC CFG2 Register
tve_dac_test: TVE_DAC_TEST0xf0 - TV Encoder DAC TEST Register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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