Struct stm32l0x1::rcc::iopsmen::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 - Port H clock enable during Sleep mode bit

Bit 3 - Port D clock enable during Sleep mode bit

Bit 2 - Port C clock enable during Sleep mode bit

Bit 1 - Port B clock enable during Sleep mode bit

Bit 0 - Port A clock enable during Sleep mode bit

Bit 4 - Port E clock enable during Sleep mode bit

Auto Trait Implementations

impl Send for W

impl Sync for W