pub enum NSSP {
NoPulse = 0,
PulseGenerated = 1,
}
Expand description
NSS pulse management This bit is used in master mode only. it allows the SPI to generate an NSS pulse between two consecutive data when doing continuous transfers. In the case of a single data transfer, it forces the NSS pin high level after the transfer. It has no meaning if CPHA = ‘1’, or FRF = ‘1’. Note: 1. This bit must be written only when the SPI is disabled (SPE=0). 2. This bit is not used in I2S mode and SPI TI mode.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for NSSP
impl Eq for NSSP
impl StructuralPartialEq for NSSP
Auto Trait Implementations§
impl Freeze for NSSP
impl RefUnwindSafe for NSSP
impl Send for NSSP
impl Sync for NSSP
impl Unpin for NSSP
impl UnwindSafe for NSSP
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