Struct stm32_metapac::rcc::regs::Ahb4enr
#[repr(transparent)]pub struct Ahb4enr(pub u32);
Expand description
RCC AHB4 clock enable register.
Tuple Fields§
§0: u32
Implementations§
§impl Ahb4enr
impl Ahb4enr
pub fn set_gpioaen(&mut self, val: bool)
pub fn set_gpioaen(&mut self, val: bool)
GPIOA peripheral clock enable Set and reset by software.
pub fn set_gpioben(&mut self, val: bool)
pub fn set_gpioben(&mut self, val: bool)
GPIOB peripheral clock enable Set and reset by software.
pub fn set_gpiocen(&mut self, val: bool)
pub fn set_gpiocen(&mut self, val: bool)
GPIOC peripheral clock enable Set and reset by software.
pub fn set_gpioden(&mut self, val: bool)
pub fn set_gpioden(&mut self, val: bool)
GPIOD peripheral clock enable Set and reset by software.
pub fn set_gpioeen(&mut self, val: bool)
pub fn set_gpioeen(&mut self, val: bool)
GPIOE peripheral clock enable Set and reset by software.
pub fn set_gpiofen(&mut self, val: bool)
pub fn set_gpiofen(&mut self, val: bool)
GPIOF peripheral clock enable Set and reset by software.
pub fn set_gpiogen(&mut self, val: bool)
pub fn set_gpiogen(&mut self, val: bool)
GPIOG peripheral clock enable Set and reset by software.
pub fn set_gpiohen(&mut self, val: bool)
pub fn set_gpiohen(&mut self, val: bool)
GPIOH peripheral clock enable Set and reset by software.
pub fn set_gpiomen(&mut self, val: bool)
pub fn set_gpiomen(&mut self, val: bool)
GPIOM peripheral clock enable Set and reset by software.
pub fn set_gpionen(&mut self, val: bool)
pub fn set_gpionen(&mut self, val: bool)
GPION peripheral clock enable Set and reset by software.
pub fn set_gpiooen(&mut self, val: bool)
pub fn set_gpiooen(&mut self, val: bool)
GPIOO peripheral clock enable Set and reset by software.
pub fn set_gpiopen(&mut self, val: bool)
pub fn set_gpiopen(&mut self, val: bool)
GPIOP peripheral clock enable Set and reset by software.
pub fn set_bkpramen(&mut self, val: bool)
pub fn set_bkpramen(&mut self, val: bool)
Backup RAM clock enable Set and reset by software.
Trait Implementations§
impl Copy for Ahb4enr
impl Eq for Ahb4enr
impl StructuralPartialEq for Ahb4enr
Auto Trait Implementations§
impl Freeze for Ahb4enr
impl RefUnwindSafe for Ahb4enr
impl Send for Ahb4enr
impl Sync for Ahb4enr
impl Unpin for Ahb4enr
impl UnwindSafe for Ahb4enr
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
)