pub struct W(/* private fields */);
Expand description
Register csic_dma_f1_bufa
writer
Implementations§
source§impl W
impl W
sourcepub fn f1_bufa(&mut self) -> F1_BUFA_W<'_, 0>
pub fn f1_bufa(&mut self) -> F1_BUFA_W<'_, 0>
Bits 0:31 - When BK_TOP_EN is enabled, FBC_EN is enabled, DMA_EN is disabled, these bits indicate the output address of compressed data in FBC mode.
When BK_TOP_EN is enabled, FBC_EN is disabled, DMA_EN is enabled, these bits indicate the FIFO 1 output buffer-A address in DMA mode.
Methods from Deref<Target = W<CSIC_DMA_F1_BUFA_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