pub enum SSOM {
Asserted = 0,
NotAsserted = 1,
}Expand description
SS output management in Master mode This bit is taken into account in Master mode when SSOE is enabled. It allows the SS output to be configured between two consecutive data transfers.
Value on reset: 0
Variants§
Asserted = 0
0: SS is asserted until data transfer complete
NotAsserted = 1
1: Data frames interleaved with SS not asserted during MIDI
Trait Implementations§
impl Copy for SSOM
impl Eq for SSOM
impl StructuralPartialEq for SSOM
Auto Trait Implementations§
impl Freeze for SSOM
impl RefUnwindSafe for SSOM
impl Send for SSOM
impl Sync for SSOM
impl Unpin for SSOM
impl UnwindSafe for SSOM
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