Struct stm32_metapac::rcc::regs::Ahbenr
#[repr(transparent)]pub struct Ahbenr(pub u32);
Expand description
AHB peripheral clock enable register.
Tuple Fields§
§0: u32
Implementations§
§impl Ahbenr
impl Ahbenr
pub const fn dma1en(&self) -> bool
pub const fn dma1en(&self) -> bool
DMA1 and DMAMUX clock enable Set and cleared by software. DMAMUX is enabled as long as at least one DMA peripheral is enabled.
pub fn set_dma1en(&mut self, val: bool)
pub fn set_dma1en(&mut self, val: bool)
DMA1 and DMAMUX clock enable Set and cleared by software. DMAMUX is enabled as long as at least one DMA peripheral is enabled.
pub const fn dma2en(&self) -> bool
pub const fn dma2en(&self) -> bool
DMA2 and DMAMUX clock enable Set and cleared by software. DMAMUX is enabled as long as at least one DMA peripheral is enabled.
pub fn set_dma2en(&mut self, val: bool)
pub fn set_dma2en(&mut self, val: bool)
DMA2 and DMAMUX clock enable Set and cleared by software. DMAMUX is enabled as long as at least one DMA peripheral is enabled.
pub const fn flashen(&self) -> bool
pub const fn flashen(&self) -> bool
Flash memory interface clock enable Set and cleared by software. This bit can only be cleared when the flash memory is in power down mode.
pub fn set_flashen(&mut self, val: bool)
pub fn set_flashen(&mut self, val: bool)
Flash memory interface clock enable Set and cleared by software. This bit can only be cleared when the flash memory is in power down mode.
Trait Implementations§
impl Copy for Ahbenr
impl Eq for Ahbenr
impl StructuralPartialEq for Ahbenr
Auto Trait Implementations§
impl Freeze for Ahbenr
impl RefUnwindSafe for Ahbenr
impl Send for Ahbenr
impl Sync for Ahbenr
impl Unpin for Ahbenr
impl UnwindSafe for Ahbenr
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
)