pub struct MASTER_CS_POL_W<'a> { /* private fields */ }Expand description
Field MASTER_CS_POL writer - In the master mode the bits are the polarity of spi cs line, the value is equivalent to spi_cs ^ SPI_MASTER_CS_POL. Can be configured in CONF state.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for MASTER_CS_POL_W<'a>
impl<'a> Send for MASTER_CS_POL_W<'a>
impl<'a> Sync for MASTER_CS_POL_W<'a>
impl<'a> Unpin for MASTER_CS_POL_W<'a>
impl<'a> !UnwindSafe for MASTER_CS_POL_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