Struct d1_pac::tvd_top::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {Show 18 fields
pub tvd_top_map: TVD_TOP_MAP,
pub tvd_3d_ctl1: TVD_3D_CTL1,
pub tvd_3d_ctl2: TVD_3D_CTL2,
pub tvd_3d_ctl3: TVD_3D_CTL3,
pub tvd_3d_ctl4: TVD_3D_CTL4,
pub tvd_3d_ctl5: TVD_3D_CTL5,
pub tvd_top_ctl0: TVD_TOP_CTL,
pub tvd_adc_ctl0: TVD_ADC_CTL,
pub tvd_adc_cfg0: TVD_ADC_CFG,
pub tvd_top_ctl1: TVD_TOP_CTL,
pub tvd_adc_ctl1: TVD_ADC_CTL,
pub tvd_adc_cfg1: TVD_ADC_CFG,
pub tvd_top_ctl2: TVD_TOP_CTL,
pub tvd_adc_ctl2: TVD_ADC_CTL,
pub tvd_adc_cfg2: TVD_ADC_CFG,
pub tvd_top_ctl3: TVD_TOP_CTL,
pub tvd_adc_ctl3: TVD_ADC_CTL,
pub tvd_adc_cfg3: TVD_ADC_CFG,
/* private fields */
}Expand description
Register block
Fields§
§tvd_top_map: TVD_TOP_MAP0x00 - TVD TOP MAP Register
tvd_3d_ctl1: TVD_3D_CTL10x08 - TVD 3D DMA CONTROL Register1
tvd_3d_ctl2: TVD_3D_CTL20x0c - TVD 3D DMA CONTROL Register2
tvd_3d_ctl3: TVD_3D_CTL30x10 - TVD 3D DMA CONTROL Register3
tvd_3d_ctl4: TVD_3D_CTL40x14 - TVD 3D DMA CONTROL Register4
tvd_3d_ctl5: TVD_3D_CTL50x18 - TVD 3D DMA CONTROL Register5
tvd_top_ctl0: TVD_TOP_CTL0x24 - TVD TOP CONTROL Register
tvd_adc_ctl0: TVD_ADC_CTL0x28 - TVD ADC CONTROL Register
tvd_adc_cfg0: TVD_ADC_CFG0x2c - TVD ADC CONFIGURATION Register
tvd_top_ctl1: TVD_TOP_CTL0x44 - TVD TOP CONTROL Register
tvd_adc_ctl1: TVD_ADC_CTL0x48 - TVD ADC CONTROL Register
tvd_adc_cfg1: TVD_ADC_CFG0x4c - TVD ADC CONFIGURATION Register
tvd_top_ctl2: TVD_TOP_CTL0x64 - TVD TOP CONTROL Register
tvd_adc_ctl2: TVD_ADC_CTL0x68 - TVD ADC CONTROL Register
tvd_adc_cfg2: TVD_ADC_CFG0x6c - TVD ADC CONFIGURATION Register
tvd_top_ctl3: TVD_TOP_CTL0x84 - TVD TOP CONTROL Register
tvd_adc_ctl3: TVD_ADC_CTL0x88 - TVD ADC CONTROL Register
tvd_adc_cfg3: TVD_ADC_CFG0x8c - TVD ADC CONFIGURATION 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