pub struct SPI_CS1_DIS_W<'a> { /* private fields */ }Expand description
Field spi_cs1_dis writer - 1: disable CS1; 0: spi_cs signal is from/to CS1 pin
Implementations
sourceimpl<'a> SPI_CS1_DIS_W<'a>
impl<'a> SPI_CS1_DIS_W<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for SPI_CS1_DIS_W<'a>
impl<'a> Send for SPI_CS1_DIS_W<'a>
impl<'a> Sync for SPI_CS1_DIS_W<'a>
impl<'a> Unpin for SPI_CS1_DIS_W<'a>
impl<'a> !UnwindSafe for SPI_CS1_DIS_W<'a>
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