Struct stm32f30x_memory_map::rcc::AhbenrR [] [src]

pub struct AhbenrR { /* fields omitted */ }

Methods

impl AhbenrR
[src]

Bit 0 - DMA1 clock enable

Bit 1 - DMA2 clock enable

Bit 2 - SRAM interface clock enable

Bit 4 - FLITF clock enable

Bit 6 - CRC clock enable

Bit 17 - I/O port A clock enable

Bit 18 - I/O port B clock enable

Bit 19 - I/O port C clock enable

Bit 20 - I/O port D clock enable

Bit 21 - I/O port E clock enable

Bit 22 - I/O port F clock enable

Bit 24 - Touch sensing controller clock enable

Bit 28 - ADC1 and ADC2 clock enable

Bit 29 - ADC3 and ADC4 clock enable

Trait Implementations

impl Clone for AhbenrR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AhbenrR
[src]