Struct Ahb2slpenr1
#[repr(transparent)]pub struct Ahb2slpenr1(pub u32);Expand description
RCC AHB2 peripheral clock enable in Sleep mode register 1.
Tuple Fields§
§0: u32Implementations§
§impl Ahb2slpenr1
impl Ahb2slpenr1
pub const fn gpioaslpen(&self) -> bool
pub const fn gpioaslpen(&self) -> bool
I/O port i clock enable during Sleep mode (i = E to A).
pub fn set_gpioaslpen(&mut self, val: bool)
pub fn set_gpioaslpen(&mut self, val: bool)
I/O port i clock enable during Sleep mode (i = E to A).
pub const fn gpiobslpen(&self) -> bool
pub const fn gpiobslpen(&self) -> bool
I/O port i clock enable during Sleep mode (i = E to A).
pub fn set_gpiobslpen(&mut self, val: bool)
pub fn set_gpiobslpen(&mut self, val: bool)
I/O port i clock enable during Sleep mode (i = E to A).
pub const fn gpiocslpen(&self) -> bool
pub const fn gpiocslpen(&self) -> bool
I/O port i clock enable during Sleep mode (i = E to A).
pub fn set_gpiocslpen(&mut self, val: bool)
pub fn set_gpiocslpen(&mut self, val: bool)
I/O port i clock enable during Sleep mode (i = E to A).
pub const fn gpiodslpen(&self) -> bool
pub const fn gpiodslpen(&self) -> bool
I/O port i clock enable during Sleep mode (i = E to A).
pub fn set_gpiodslpen(&mut self, val: bool)
pub fn set_gpiodslpen(&mut self, val: bool)
I/O port i clock enable during Sleep mode (i = E to A).
pub const fn gpioeslpen(&self) -> bool
pub const fn gpioeslpen(&self) -> bool
I/O port i clock enable during Sleep mode (i = E to A).
pub fn set_gpioeslpen(&mut self, val: bool)
pub fn set_gpioeslpen(&mut self, val: bool)
I/O port i clock enable during Sleep mode (i = E to A).
pub const fn gpiogslpen(&self) -> bool
pub const fn gpiogslpen(&self) -> bool
I/O port i clock enable during Sleep mode (i = H to G).
pub fn set_gpiogslpen(&mut self, val: bool)
pub fn set_gpiogslpen(&mut self, val: bool)
I/O port i clock enable during Sleep mode (i = H to G).
pub const fn gpiohslpen(&self) -> bool
pub const fn gpiohslpen(&self) -> bool
I/O port i clock enable during Sleep mode (i = H to G).
pub fn set_gpiohslpen(&mut self, val: bool)
pub fn set_gpiohslpen(&mut self, val: bool)
I/O port i clock enable during Sleep mode (i = H to G).
pub const fn adc12slpen(&self) -> bool
pub const fn adc12slpen(&self) -> bool
ADC12 clock enable during Sleep mode.
pub fn set_adc12slpen(&mut self, val: bool)
pub fn set_adc12slpen(&mut self, val: bool)
ADC12 clock enable during Sleep mode.
pub fn set_dac1slpen(&mut self, val: bool)
pub fn set_dac1slpen(&mut self, val: bool)
DAC1 clock enable during Sleep mode.
pub fn set_aesslpen(&mut self, val: bool)
pub fn set_aesslpen(&mut self, val: bool)
AES clock enable during Sleep mode.
pub fn set_hashslpen(&mut self, val: bool)
pub fn set_hashslpen(&mut self, val: bool)
HASH clock enable during Sleep mode.
pub fn set_rngslpen(&mut self, val: bool)
pub fn set_rngslpen(&mut self, val: bool)
RNG clock enable during Sleep mode.
pub fn set_pkaslpen(&mut self, val: bool)
pub fn set_pkaslpen(&mut self, val: bool)
PKA clock enable during Sleep mode.
pub fn set_saesslpen(&mut self, val: bool)
pub fn set_saesslpen(&mut self, val: bool)
SAES accelerator clock enable during Sleep mode.
pub fn set_ccbslpen(&mut self, val: bool)
pub fn set_ccbslpen(&mut self, val: bool)
CCB accelerator clock enable during Sleep mode.
pub const fn sdmmc1slpen(&self) -> bool
pub const fn sdmmc1slpen(&self) -> bool
SDMMC1 clock enable during Sleep mode.
pub fn set_sdmmc1slpen(&mut self, val: bool)
pub fn set_sdmmc1slpen(&mut self, val: bool)
SDMMC1 clock enable during Sleep mode.
pub const fn sram2slpen(&self) -> bool
pub const fn sram2slpen(&self) -> bool
SRAM2 clock enable during Sleep mode.
pub fn set_sram2slpen(&mut self, val: bool)
pub fn set_sram2slpen(&mut self, val: bool)
SRAM2 clock enable during Sleep mode.
Trait Implementations§
§impl Clone for Ahb2slpenr1
impl Clone for Ahb2slpenr1
§fn clone(&self) -> Ahb2slpenr1
fn clone(&self) -> Ahb2slpenr1
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more