Struct stm32_metapac::rcc::regs::Gpiosmen
#[repr(transparent)]pub struct Gpiosmen(pub u32);
Expand description
GPIO clock enable in sleep mode register
Tuple Fields§
§0: u32
Implementations§
§impl Gpiosmen
impl Gpiosmen
pub fn set_gpioasmen(&mut self, val: bool)
pub fn set_gpioasmen(&mut self, val: bool)
Port A clock enable during Sleep mode
pub fn set_gpiobsmen(&mut self, val: bool)
pub fn set_gpiobsmen(&mut self, val: bool)
Port B clock enable during Sleep mode
pub fn set_gpiocsmen(&mut self, val: bool)
pub fn set_gpiocsmen(&mut self, val: bool)
Port C clock enable during Sleep mode
pub fn set_gpiodsmen(&mut self, val: bool)
pub fn set_gpiodsmen(&mut self, val: bool)
Port D clock enable during Sleep mode
pub fn set_gpioesmen(&mut self, val: bool)
pub fn set_gpioesmen(&mut self, val: bool)
Port E clock enable during Sleep mode
pub fn set_gpiohsmen(&mut self, val: bool)
pub fn set_gpiohsmen(&mut self, val: bool)
Port H clock enable during Sleep mode
Trait Implementations§
impl Copy for Gpiosmen
impl Eq for Gpiosmen
impl StructuralPartialEq for Gpiosmen
Auto Trait Implementations§
impl Freeze for Gpiosmen
impl RefUnwindSafe for Gpiosmen
impl Send for Gpiosmen
impl Sync for Gpiosmen
impl Unpin for Gpiosmen
impl UnwindSafe for Gpiosmen
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)