Enum stm32wlxx_hal::pac::spi1::cr1::BIDIOE_A
pub enum BIDIOE_A {
OutputDisabled = 0,
OutputEnabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Output enable in bidirectional mode
Value on reset: 0
Variants§
OutputDisabled = 0
0: Output disabled (receive-only mode)
OutputEnabled = 1
1: Output enabled (transmit-only mode)
Trait Implementations§
impl Copy for BIDIOE_A
impl StructuralPartialEq for BIDIOE_A
Auto Trait Implementations§
impl RefUnwindSafe for BIDIOE_A
impl Send for BIDIOE_A
impl Sync for BIDIOE_A
impl Unpin for BIDIOE_A
impl UnwindSafe for BIDIOE_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