Enum stm32wlxx_hal::pac::spi1::cr2::SSOE_A
pub enum SSOE_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
SS output enable
Value on reset: 0
Variants§
Disabled = 0
0: SS output is disabled in master mode
Enabled = 1
1: SS output is enabled in master mode
Trait Implementations§
impl Copy for SSOE_A
impl StructuralPartialEq for SSOE_A
Auto Trait Implementations§
impl RefUnwindSafe for SSOE_A
impl Send for SSOE_A
impl Sync for SSOE_A
impl Unpin for SSOE_A
impl UnwindSafe for SSOE_A
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