Struct Ahb2stpenr1
#[repr(transparent)]pub struct Ahb2stpenr1(pub u32);Expand description
RCC AHB2 peripheral clock enable in Stop mode register 1.
Tuple Fields§
§0: u32Implementations§
§impl Ahb2stpenr1
impl Ahb2stpenr1
pub const fn gpioastpen(&self) -> bool
pub const fn gpioastpen(&self) -> bool
I/O port i clock enable during Stop mode (i = E to A).
pub fn set_gpioastpen(&mut self, val: bool)
pub fn set_gpioastpen(&mut self, val: bool)
I/O port i clock enable during Stop mode (i = E to A).
pub const fn gpiobstpen(&self) -> bool
pub const fn gpiobstpen(&self) -> bool
I/O port i clock enable during Stop mode (i = E to A).
pub fn set_gpiobstpen(&mut self, val: bool)
pub fn set_gpiobstpen(&mut self, val: bool)
I/O port i clock enable during Stop mode (i = E to A).
pub const fn gpiocstpen(&self) -> bool
pub const fn gpiocstpen(&self) -> bool
I/O port i clock enable during Stop mode (i = E to A).
pub fn set_gpiocstpen(&mut self, val: bool)
pub fn set_gpiocstpen(&mut self, val: bool)
I/O port i clock enable during Stop mode (i = E to A).
pub const fn gpiodstpen(&self) -> bool
pub const fn gpiodstpen(&self) -> bool
I/O port i clock enable during Stop mode (i = E to A).
pub fn set_gpiodstpen(&mut self, val: bool)
pub fn set_gpiodstpen(&mut self, val: bool)
I/O port i clock enable during Stop mode (i = E to A).
pub const fn gpioestpen(&self) -> bool
pub const fn gpioestpen(&self) -> bool
I/O port i clock enable during Stop mode (i = E to A).
pub fn set_gpioestpen(&mut self, val: bool)
pub fn set_gpioestpen(&mut self, val: bool)
I/O port i clock enable during Stop mode (i = E to A).
pub const fn gpiogstpen(&self) -> bool
pub const fn gpiogstpen(&self) -> bool
I/O port i clock enable during Stop mode (i = H to G).
pub fn set_gpiogstpen(&mut self, val: bool)
pub fn set_gpiogstpen(&mut self, val: bool)
I/O port i clock enable during Stop mode (i = H to G).
pub const fn gpiohstpen(&self) -> bool
pub const fn gpiohstpen(&self) -> bool
I/O port i clock enable during Stop mode (i = H to G).
pub fn set_gpiohstpen(&mut self, val: bool)
pub fn set_gpiohstpen(&mut self, val: bool)
I/O port i clock enable during Stop mode (i = H to G).
pub fn set_dac1stpen(&mut self, val: bool)
pub fn set_dac1stpen(&mut self, val: bool)
DAC1 clock enable during Stop mode.
pub const fn sram2stpen(&self) -> bool
pub const fn sram2stpen(&self) -> bool
SRAM2 clock enable during Stop mode.
pub fn set_sram2stpen(&mut self, val: bool)
pub fn set_sram2stpen(&mut self, val: bool)
SRAM2 clock enable during Stop mode.
Trait Implementations§
§impl Clone for Ahb2stpenr1
impl Clone for Ahb2stpenr1
§fn clone(&self) -> Ahb2stpenr1
fn clone(&self) -> Ahb2stpenr1
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more