Struct stm32f30x_memory_map::rcc::AhbenrR
[−]
[src]
pub struct AhbenrR { /* fields omitted */ }
Methods
impl AhbenrR
[src]
fn dmaen(&self) -> bool
Bit 0 - DMA1 clock enable
fn dma2en(&self) -> bool
Bit 1 - DMA2 clock enable
fn sramen(&self) -> bool
Bit 2 - SRAM interface clock enable
fn flitfen(&self) -> bool
Bit 4 - FLITF clock enable
fn crcen(&self) -> bool
Bit 6 - CRC clock enable
fn iopaen(&self) -> bool
Bit 17 - I/O port A clock enable
fn iopben(&self) -> bool
Bit 18 - I/O port B clock enable
fn iopcen(&self) -> bool
Bit 19 - I/O port C clock enable
fn iopden(&self) -> bool
Bit 20 - I/O port D clock enable
fn iopeen(&self) -> bool
Bit 21 - I/O port E clock enable
fn iopfen(&self) -> bool
Bit 22 - I/O port F clock enable
fn tscen(&self) -> bool
Bit 24 - Touch sensing controller clock enable
fn adc12en(&self) -> bool
Bit 28 - ADC1 and ADC2 clock enable
fn adc34en(&self) -> bool
Bit 29 - ADC3 and ADC4 clock enable
Trait Implementations
impl Clone for AhbenrR
[src]
fn clone(&self) -> AhbenrR
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more