pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn cam_rgb_yuv(&self) -> &CAM_RGB_YUV
pub const fn cam_rgb_yuv(&self) -> &CAM_RGB_YUV
0x0c - CAM YUV/RGB converter configuration register.
Sourcepub const fn lcd_rgb_yuv(&self) -> &LCD_RGB_YUV
pub const fn lcd_rgb_yuv(&self) -> &LCD_RGB_YUV
0x10 - LCD YUV/RGB converter configuration register.
Sourcepub const fn lcd_first_cmd_val(&self) -> &LCD_FIRST_CMD_VAL
pub const fn lcd_first_cmd_val(&self) -> &LCD_FIRST_CMD_VAL
0x28 - LCD config register.
Sourcepub const fn lcd_latter_cmd_val(&self) -> &LCD_LATTER_CMD_VAL
pub const fn lcd_latter_cmd_val(&self) -> &LCD_LATTER_CMD_VAL
0x2c - LCD config register.
Sourcepub const fn lcd_dly_mode_cfg1(&self) -> &LCD_DLY_MODE_CFG1
pub const fn lcd_dly_mode_cfg1(&self) -> &LCD_DLY_MODE_CFG1
0x30 - LCD config register.
Sourcepub const fn lcd_dly_mode_cfg2(&self) -> &LCD_DLY_MODE_CFG2
pub const fn lcd_dly_mode_cfg2(&self) -> &LCD_DLY_MODE_CFG2
0x38 - LCD config register.
Sourcepub const fn lc_dma_int_ena(&self) -> &LC_DMA_INT_ENA
pub const fn lc_dma_int_ena(&self) -> &LC_DMA_INT_ENA
0x64 - LCDCAM interrupt enable register.
Sourcepub const fn lc_dma_int_raw(&self) -> &LC_DMA_INT_RAW
pub const fn lc_dma_int_raw(&self) -> &LC_DMA_INT_RAW
0x68 - LCDCAM interrupt raw register, valid in level.
Sourcepub const fn lc_dma_int_st(&self) -> &LC_DMA_INT_ST
pub const fn lc_dma_int_st(&self) -> &LC_DMA_INT_ST
0x6c - LCDCAM interrupt status register.
Sourcepub const fn lc_dma_int_clr(&self) -> &LC_DMA_INT_CLR
pub const fn lc_dma_int_clr(&self) -> &LC_DMA_INT_CLR
0x70 - LCDCAM interrupt clear register.
Sourcepub const fn lc_reg_date(&self) -> &LC_REG_DATE
pub const fn lc_reg_date(&self) -> &LC_REG_DATE
0xfc - Version 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