pub struct W(_);
Expand description
Register ADDR
writer
Implementations
sourceimpl W
impl W
sourcepub fn usr_addr_value(&mut self) -> USR_ADDR_VALUE_W<'_, 0>
pub fn usr_addr_value(&mut self) -> USR_ADDR_VALUE_W<'_, 0>
Bits 0:31 - Address to slave. Can be configured in CONF state.
Methods from Deref<Target = W<ADDR_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