pub struct W(/* private fields */);
Expand description
Register csic_dma_buf_len
writer
Implementations§
source§impl W
impl W
sourcepub fn buf_len(&mut self) -> BUF_LEN_W<'_, 0>
pub fn buf_len(&mut self) -> BUF_LEN_W<'_, 0>
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(&mut self) -> BUF_LEN_C_W<'_, 16>
pub fn buf_len_c(&mut self) -> BUF_LEN_C_W<'_, 16>
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 = W<CSIC_DMA_BUF_LEN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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