Enum stm32wlxx_hal::pac::tim17::bdtr::BKBID_A
pub enum BKBID_A {
Input = 0,
Bidirectional = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Break Bidirectional
Value on reset: 0
Variants§
Input = 0
0: Break input BRK in input mode
Bidirectional = 1
1: Break input BRK in bidirectional mode
Trait Implementations§
impl Copy for BKBID_A
impl StructuralPartialEq for BKBID_A
Auto Trait Implementations§
impl RefUnwindSafe for BKBID_A
impl Send for BKBID_A
impl Sync for BKBID_A
impl Unpin for BKBID_A
impl UnwindSafe for BKBID_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