pub struct R(_);Expand description
Register CH%sADDR reader
Implementations§
source§impl R
impl R
sourcepub fn apb_mem_waddr(&self) -> APB_MEM_WADDR_R
pub fn apb_mem_waddr(&self) -> APB_MEM_WADDR_R
Bits 0:8 - This register records the memory address offset when writes RAM over APB bus.
sourcepub fn apb_mem_raddr(&self) -> APB_MEM_RADDR_R
pub fn apb_mem_raddr(&self) -> APB_MEM_RADDR_R
Bits 10:18 - This register records the memory address offset when reads RAM over APB bus.
Methods from Deref<Target = R<CHADDR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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