pub struct R(/* private fields */);
Expand description
Register csic_dma_f1_bufa_result
reader
Implementations§
source§impl R
impl R
sourcepub fn f1_bufa_result(&self) -> F1_BUFA_RESULT_R
pub fn f1_bufa_result(&self) -> F1_BUFA_RESULT_R
Bits 0:31 - Indicate the final F1_BUFA address used for DMA or FBC after software configuration or hardware calculation from Buffer-A address register or buffer address fifo. Only used for debug.
Methods from Deref<Target = R<CSIC_DMA_F1_BUFA_RESULT_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