Enum stm32wlxx_hal::pac::spi1::sr::CHSIDE_A
pub enum CHSIDE_A {
Left = 0,
Right = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
CHSIDE
Value on reset: 0
Variants§
Left = 0
0: Channel left has to be transmitted or has been received
Right = 1
1: Channel right has to be transmitted or has been received
Trait Implementations§
impl Copy for CHSIDE_A
impl StructuralPartialEq for CHSIDE_A
Auto Trait Implementations§
impl RefUnwindSafe for CHSIDE_A
impl Send for CHSIDE_A
impl Sync for CHSIDE_A
impl Unpin for CHSIDE_A
impl UnwindSafe for CHSIDE_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