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