Struct stm32l0x1::rcc::iopsmen::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 - 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 R

impl Sync for R