Struct esp32c2_hal::pac::spi1::addr::R
pub struct R(_);
Expand description
Register ADDR
reader
Implementations
impl R
impl R
pub fn usr_addr_value(&self) -> FieldReaderRaw<u32, u32>
pub fn usr_addr_value(&self) -> FieldReaderRaw<u32, u32>
Bits 0:31 - In user mode, it is the memory address. other then the bit0-bit23 is the memory address, the bit24-bit31 are the byte length of a transfer.
Methods from Deref<Target = R<ADDR_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
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