Struct stm32_metapac::rcc::regs::C1Ahb4lpenr
#[repr(transparent)]pub struct C1Ahb4lpenr(pub u32);
Expand description
RCC AHB4 Sleep Clock Register
Tuple Fields§
§0: u32
Implementations§
§impl C1Ahb4lpenr
impl C1Ahb4lpenr
pub fn set_gpioalpen(&mut self, val: bool)
pub fn set_gpioalpen(&mut self, val: bool)
GPIO peripheral clock enable during CSleep mode
pub fn set_gpioblpen(&mut self, val: bool)
pub fn set_gpioblpen(&mut self, val: bool)
GPIO peripheral clock enable during CSleep mode
pub fn set_gpioclpen(&mut self, val: bool)
pub fn set_gpioclpen(&mut self, val: bool)
GPIO peripheral clock enable during CSleep mode
pub fn set_gpiodlpen(&mut self, val: bool)
pub fn set_gpiodlpen(&mut self, val: bool)
GPIO peripheral clock enable during CSleep mode
pub fn set_gpioelpen(&mut self, val: bool)
pub fn set_gpioelpen(&mut self, val: bool)
GPIO peripheral clock enable during CSleep mode
pub fn set_gpioflpen(&mut self, val: bool)
pub fn set_gpioflpen(&mut self, val: bool)
GPIO peripheral clock enable during CSleep mode
pub fn set_gpioglpen(&mut self, val: bool)
pub fn set_gpioglpen(&mut self, val: bool)
GPIO peripheral clock enable during CSleep mode
pub fn set_gpiohlpen(&mut self, val: bool)
pub fn set_gpiohlpen(&mut self, val: bool)
GPIO peripheral clock enable during CSleep mode
pub fn set_gpioilpen(&mut self, val: bool)
pub fn set_gpioilpen(&mut self, val: bool)
GPIO peripheral clock enable during CSleep mode
pub fn set_gpiojlpen(&mut self, val: bool)
pub fn set_gpiojlpen(&mut self, val: bool)
GPIO peripheral clock enable during CSleep mode
pub fn set_gpioklpen(&mut self, val: bool)
pub fn set_gpioklpen(&mut self, val: bool)
GPIO peripheral clock enable during CSleep mode
pub fn set_crclpen(&mut self, val: bool)
pub fn set_crclpen(&mut self, val: bool)
CRC peripheral clock enable during CSleep mode
pub fn set_bdmalpen(&mut self, val: bool)
pub fn set_bdmalpen(&mut self, val: bool)
BDMA Clock Enable During CSleep Mode
pub fn set_adc3lpen(&mut self, val: bool)
pub fn set_adc3lpen(&mut self, val: bool)
ADC3 Peripheral Clocks Enable During CSleep Mode
pub const fn bkpsramlpen(&self) -> bool
pub const fn bkpsramlpen(&self) -> bool
Backup RAM Clock Enable During CSleep Mode
pub fn set_bkpsramlpen(&mut self, val: bool)
pub fn set_bkpsramlpen(&mut self, val: bool)
Backup RAM Clock Enable During CSleep Mode
pub fn set_sram4lpen(&mut self, val: bool)
pub fn set_sram4lpen(&mut self, val: bool)
SRAM4 Clock Enable During CSleep Mode
Trait Implementations§
§impl Clone for C1Ahb4lpenr
impl Clone for C1Ahb4lpenr
§fn clone(&self) -> C1Ahb4lpenr
fn clone(&self) -> C1Ahb4lpenr
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more§impl Default for C1Ahb4lpenr
impl Default for C1Ahb4lpenr
§fn default() -> C1Ahb4lpenr
fn default() -> C1Ahb4lpenr
§impl PartialEq for C1Ahb4lpenr
impl PartialEq for C1Ahb4lpenr
§fn eq(&self, other: &C1Ahb4lpenr) -> bool
fn eq(&self, other: &C1Ahb4lpenr) -> bool
self
and other
values to be equal, and is used
by ==
.