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
impl Copy for C1Ahb4lpenr
impl Eq for C1Ahb4lpenr
impl StructuralPartialEq for C1Ahb4lpenr
Auto Trait Implementations§
impl Freeze for C1Ahb4lpenr
impl RefUnwindSafe for C1Ahb4lpenr
impl Send for C1Ahb4lpenr
impl Sync for C1Ahb4lpenr
impl Unpin for C1Ahb4lpenr
impl UnwindSafe for C1Ahb4lpenr
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
)