Struct stm32_metapac::rcc::regs::Gpiosmenr
#[repr(transparent)]pub struct Gpiosmenr(pub u32);
Expand description
I/O port in Sleep mode clock enable register.
Tuple Fields§
§0: u32
Implementations§
§impl Gpiosmenr
impl Gpiosmenr
pub const fn gpioasmen(&self) -> bool
pub const fn gpioasmen(&self) -> bool
I/O port A clock enable during Sleep mode Set and cleared by software.
pub fn set_gpioasmen(&mut self, val: bool)
pub fn set_gpioasmen(&mut self, val: bool)
I/O port A clock enable during Sleep mode Set and cleared by software.
pub const fn gpiobsmen(&self) -> bool
pub const fn gpiobsmen(&self) -> bool
I/O port B clock enable during Sleep mode Set and cleared by software.
pub fn set_gpiobsmen(&mut self, val: bool)
pub fn set_gpiobsmen(&mut self, val: bool)
I/O port B clock enable during Sleep mode Set and cleared by software.
pub const fn gpiocsmen(&self) -> bool
pub const fn gpiocsmen(&self) -> bool
I/O port C clock enable during Sleep mode Set and cleared by software.
pub fn set_gpiocsmen(&mut self, val: bool)
pub fn set_gpiocsmen(&mut self, val: bool)
I/O port C clock enable during Sleep mode Set and cleared by software.
pub const fn gpiodsmen(&self) -> bool
pub const fn gpiodsmen(&self) -> bool
I/O port D clock enable during Sleep mode(1) Set and cleared by software.
pub fn set_gpiodsmen(&mut self, val: bool)
pub fn set_gpiodsmen(&mut self, val: bool)
I/O port D clock enable during Sleep mode(1) Set and cleared by software.
pub const fn gpioesmen(&self) -> bool
pub const fn gpioesmen(&self) -> bool
I/O port E clock enable during Sleep mode Set and cleared by software.
pub fn set_gpioesmen(&mut self, val: bool)
pub fn set_gpioesmen(&mut self, val: bool)
I/O port E clock enable during Sleep mode Set and cleared by software.
pub const fn gpiofsmen(&self) -> bool
pub const fn gpiofsmen(&self) -> bool
I/O port F clock enable during Sleep mode Set and cleared by software.
pub fn set_gpiofsmen(&mut self, val: bool)
pub fn set_gpiofsmen(&mut self, val: bool)
I/O port F clock enable during Sleep mode Set and cleared by software.
Trait Implementations§
impl Copy for Gpiosmenr
impl Eq for Gpiosmenr
impl StructuralPartialEq for Gpiosmenr
Auto Trait Implementations§
impl Freeze for Gpiosmenr
impl RefUnwindSafe for Gpiosmenr
impl Send for Gpiosmenr
impl Sync for Gpiosmenr
impl Unpin for Gpiosmenr
impl UnwindSafe for Gpiosmenr
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
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)
clone_to_uninit
)