pub struct REG_INT_HOLD_ENA_R(/* private fields */);Expand description
Field reg_int_hold_ena reader - This register is for two SPI masters to share the same cs, clock and data signals.
Methods from Deref<Target = FieldReader<u8, u8>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for REG_INT_HOLD_ENA_R
impl RefUnwindSafe for REG_INT_HOLD_ENA_R
impl Send for REG_INT_HOLD_ENA_R
impl Sync for REG_INT_HOLD_ENA_R
impl Unpin for REG_INT_HOLD_ENA_R
impl UnwindSafe for REG_INT_HOLD_ENA_R
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