pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn tve_dac_map(&self) -> &TVE_DAC_MAP
pub const fn tve_dac_map(&self) -> &TVE_DAC_MAP
0x20 - TV Encoder DAC MAP Register
Sourcepub const fn tve_dac_status(&self) -> &TVE_DAC_STATUS
pub const fn tve_dac_status(&self) -> &TVE_DAC_STATUS
0x24 - TV Encoder DAC STAUTS Register
Sourcepub const fn tve_dac_cfg0(&self) -> &TVE_DAC_CFG0
pub const fn tve_dac_cfg0(&self) -> &TVE_DAC_CFG0
0x28 - TV Encoder DAC CFG0 Register
Sourcepub const fn tve_dac_cfg1(&self) -> &TVE_DAC_CFG1
pub const fn tve_dac_cfg1(&self) -> &TVE_DAC_CFG1
0x2c - TV Encoder DAC CFG1 Register
Sourcepub const fn tve_dac_cfg2(&self) -> &TVE_DAC_CFG2
pub const fn tve_dac_cfg2(&self) -> &TVE_DAC_CFG2
0x30 - TV Encoder DAC CFG2 Register
Sourcepub const fn tve_dac_cfg3(&self) -> &TVE_DAC_CFG3
pub const fn tve_dac_cfg3(&self) -> &TVE_DAC_CFG3
0x34 - TV Encoder DAC CFG2 Register
Sourcepub const fn tve_dac_test(&self) -> &TVE_DAC_TEST
pub const fn tve_dac_test(&self) -> &TVE_DAC_TEST
0xf0 - 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