pub struct DIS_NSS_R(/* private fields */);
Expand description
Field DIS_NSS
reader - When the DSI_NSS bit is set, the NSS pin input will be ignored
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DIS_NSS_R
impl RefUnwindSafe for DIS_NSS_R
impl Send for DIS_NSS_R
impl Sync for DIS_NSS_R
impl Unpin for DIS_NSS_R
impl UnwindSafe for DIS_NSS_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