pub struct R(/* private fields */);
Expand description
Register csic_dma_buf_len
reader
Implementations§
source§impl R
impl R
sourcepub fn buf_len(&self) -> BUF_LEN_R
pub fn buf_len(&self) -> BUF_LEN_R
Bits 0:13 - DMA_MODE:Buffer length of luminance Y in a line. Unit is byte.
LBC_MODE: Buffer length Stride of luminance Y and chroma C in YC line. Unit is byte.
Only Readable when BUF_LENGTH_CFG_MODE is set 0.
sourcepub fn buf_len_c(&self) -> BUF_LEN_C_R
pub fn buf_len_c(&self) -> BUF_LEN_C_R
Bits 16:29 - DMA_MODE: Buffer length of chroma C in a line. Unit is byte.
LBC_MODE: Buffer length Stride of luminance Y in ONLY Y line. Unit is byte.
Only Readable when BUF_LENGTH_CFG_MODE is set 0.
Methods from Deref<Target = R<CSIC_DMA_BUF_LEN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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