Enum stm32wlxx_hal::pac::gpioa::bsrr::BS1_AW
pub enum BS1_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 BS0_AW
impl StructuralPartialEq for BS0_AW
Auto Trait Implementations§
impl RefUnwindSafe for BS0_AW
impl Send for BS0_AW
impl Sync for BS0_AW
impl Unpin for BS0_AW
impl UnwindSafe for BS0_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