pub struct R(_);
Expand description
Register SPI_ADDR
reader
Implementations
sourceimpl R
impl R
sourcepub fn spi_usr_addr_value(&self) -> SPI_USR_ADDR_VALUE_R
pub fn spi_usr_addr_value(&self) -> SPI_USR_ADDR_VALUE_R
Bits 0:31 - Address to slave. Can be configured in CONF state.
Methods from Deref<Target = R<SPI_ADDR_SPEC>>
Trait Implementations
sourceimpl From<R<SPI_ADDR_SPEC>> for R
impl From<R<SPI_ADDR_SPEC>> for R
sourcefn from(reader: R<SPI_ADDR_SPEC>) -> Self
fn from(reader: R<SPI_ADDR_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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