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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

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 W

impl Sync for W