Enum stm32wlxx_hal::pac::gpioh::bsrr::BS3_AW
pub enum BS3_AW {
Set = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Port x set bit y (y= 0..15)
Value on reset: 0
Variants§
Set = 1
1: Sets the corresponding ODRx bit
Trait Implementations§
impl Copy for BS3_AW
impl StructuralPartialEq for BS3_AW
Auto Trait Implementations§
impl RefUnwindSafe for BS3_AW
impl Send for BS3_AW
impl Sync for BS3_AW
impl Unpin for BS3_AW
impl UnwindSafe for BS3_AW
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