Struct stm32_metapac::rcc::regs::Ahb4enr
#[repr(transparent)]pub struct Ahb4enr(pub u32);
Expand description
RCC AHB4 Clock 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)
0GPIO peripheral clock enable
pub fn set_gpioben(&mut self, val: bool)
pub fn set_gpioben(&mut self, val: bool)
0GPIO peripheral clock enable
pub fn set_gpiocen(&mut self, val: bool)
pub fn set_gpiocen(&mut self, val: bool)
0GPIO peripheral clock enable
pub fn set_gpioden(&mut self, val: bool)
pub fn set_gpioden(&mut self, val: bool)
0GPIO peripheral clock enable
pub fn set_gpioeen(&mut self, val: bool)
pub fn set_gpioeen(&mut self, val: bool)
0GPIO peripheral clock enable
pub fn set_gpiofen(&mut self, val: bool)
pub fn set_gpiofen(&mut self, val: bool)
0GPIO peripheral clock enable
pub fn set_gpiogen(&mut self, val: bool)
pub fn set_gpiogen(&mut self, val: bool)
0GPIO peripheral clock enable
pub fn set_gpiohen(&mut self, val: bool)
pub fn set_gpiohen(&mut self, val: bool)
0GPIO peripheral clock enable
pub fn set_gpioien(&mut self, val: bool)
pub fn set_gpioien(&mut self, val: bool)
0GPIO peripheral clock enable
pub fn set_gpiojen(&mut self, val: bool)
pub fn set_gpiojen(&mut self, val: bool)
0GPIO peripheral clock enable
pub fn set_gpioken(&mut self, val: bool)
pub fn set_gpioken(&mut self, val: bool)
0GPIO peripheral clock enable
pub fn set_bdmaen(&mut self, val: bool)
pub fn set_bdmaen(&mut self, val: bool)
BDMA and DMAMUX2 Clock Enable
pub fn set_adc3en(&mut self, val: bool)
pub fn set_adc3en(&mut self, val: bool)
ADC3 Peripheral Clocks Enable
pub fn set_hsemen(&mut self, val: bool)
pub fn set_hsemen(&mut self, val: bool)
HSEM peripheral clock enable
pub fn set_bkpsramen(&mut self, val: bool)
pub fn set_bkpsramen(&mut self, val: bool)
Backup RAM Clock Enable
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
Mutably borrows from an owned value. Read more
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)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)