Struct stm32_metapac::rcc::regs::Ahb4lpenr
#[repr(transparent)]pub struct Ahb4lpenr(pub u32);
Expand description
RCC AHB4 Sleep Clock Register
Tuple Fields§
§0: u32
Implementations§
§impl Ahb4lpenr
impl Ahb4lpenr
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_bdma2lpen(&mut self, val: bool)
pub fn set_bdma2lpen(&mut self, val: bool)
BDMA2 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 Copy for Ahb4lpenr
impl Eq for Ahb4lpenr
impl StructuralPartialEq for Ahb4lpenr
Auto Trait Implementations§
impl Freeze for Ahb4lpenr
impl RefUnwindSafe for Ahb4lpenr
impl Send for Ahb4lpenr
impl Sync for Ahb4lpenr
impl Unpin for Ahb4lpenr
impl UnwindSafe for Ahb4lpenr
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
)