Struct stm32l0x1::rcc::iopenr::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 7 - I/O port H clock enable bit

Bit 3 - I/O port D clock enable bit

Bit 2 - IO port A clock enable bit

Bit 1 - IO port B clock enable bit

Bit 0 - IO port A clock enable bit

Bit 4 - IO port E clock enable bit

Auto Trait Implementations

impl Send for R

impl Sync for R