Struct stm32wlxx_hal::pac::gpioc::bsrr::BSRR_SPEC
pub struct BSRR_SPEC;
Available on crate feature
stm32wl5x_cm4
only.Expand description
GPIO port bit set/reset register
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see bsrr module
Trait Implementations§
§impl Resettable for BSRR_SPEC
impl Resettable for BSRR_SPEC
reset()
method sets BSRR to value 0
§fn reset_value() -> <BSRR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <BSRR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl RefUnwindSafe for BSRR_SPEC
impl Send for BSRR_SPEC
impl Sync for BSRR_SPEC
impl Unpin for BSRR_SPEC
impl UnwindSafe for BSRR_SPEC
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