pub struct R(_);
Expand description
Register BSR
reader
Implementations
sourceimpl R
impl R
sourcepub fn blocksize(&self) -> BLOCKSIZE_R
pub fn blocksize(&self) -> BLOCKSIZE_R
Bits 0:9 - Transfer Block Size
sourcepub fn boundary(&self) -> BOUNDARY_R
pub fn boundary(&self) -> BOUNDARY_R
Bits 12:14 - SDMA Buffer Boundary
Methods from Deref<Target = R<BSR_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more