Struct C1Ahb4enr
#[repr(transparent)]pub struct C1Ahb4enr(pub u32);Expand description
RCC AHB4 Clock Register
Tuple Fields§
§0: u32Implementations§
§impl C1Ahb4enr
impl C1Ahb4enr
pub const fn set_gpioaen(&mut self, val: bool)
pub const fn set_gpioaen(&mut self, val: bool)
0GPIO peripheral clock enable
pub const fn set_gpioben(&mut self, val: bool)
pub const fn set_gpioben(&mut self, val: bool)
0GPIO peripheral clock enable
pub const fn set_gpiocen(&mut self, val: bool)
pub const fn set_gpiocen(&mut self, val: bool)
0GPIO peripheral clock enable
pub const fn set_gpioden(&mut self, val: bool)
pub const fn set_gpioden(&mut self, val: bool)
0GPIO peripheral clock enable
pub const fn set_gpioeen(&mut self, val: bool)
pub const fn set_gpioeen(&mut self, val: bool)
0GPIO peripheral clock enable
pub const fn set_gpiofen(&mut self, val: bool)
pub const fn set_gpiofen(&mut self, val: bool)
0GPIO peripheral clock enable
pub const fn set_gpiogen(&mut self, val: bool)
pub const fn set_gpiogen(&mut self, val: bool)
0GPIO peripheral clock enable
pub const fn set_gpiohen(&mut self, val: bool)
pub const fn set_gpiohen(&mut self, val: bool)
0GPIO peripheral clock enable
pub const fn set_gpioien(&mut self, val: bool)
pub const fn set_gpioien(&mut self, val: bool)
0GPIO peripheral clock enable
pub const fn set_gpiojen(&mut self, val: bool)
pub const fn set_gpiojen(&mut self, val: bool)
0GPIO peripheral clock enable
pub const fn set_gpioken(&mut self, val: bool)
pub const fn set_gpioken(&mut self, val: bool)
0GPIO peripheral clock enable
pub const fn set_bdmaen(&mut self, val: bool)
pub const fn set_bdmaen(&mut self, val: bool)
BDMA and DMAMUX2 Clock Enable
pub const fn set_adc3en(&mut self, val: bool)
pub const fn set_adc3en(&mut self, val: bool)
ADC3 Peripheral Clocks Enable
pub const fn set_hsemen(&mut self, val: bool)
pub const fn set_hsemen(&mut self, val: bool)
HSEM peripheral clock enable
pub const fn set_bkpsramen(&mut self, val: bool)
pub const fn set_bkpsramen(&mut self, val: bool)
Backup RAM Clock Enable
Trait Implementations§
impl Copy for C1Ahb4enr
impl Eq for C1Ahb4enr
impl StructuralPartialEq for C1Ahb4enr
Auto Trait Implementations§
impl Freeze for C1Ahb4enr
impl RefUnwindSafe for C1Ahb4enr
impl Send for C1Ahb4enr
impl Sync for C1Ahb4enr
impl Unpin for C1Ahb4enr
impl UnwindSafe for C1Ahb4enr
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