Struct stm32l0x1::rcc::ahbsmenr::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 24 - Crypto clock enable during sleep mode bit

Bit 12 - CRC clock enable during sleep mode bit

Bit 9 - SRAM interface clock enable during sleep mode bit

Bit 8 - NVM interface clock enable during sleep mode bit

Bit 0 - DMA clock enable during sleep mode bit

Auto Trait Implementations

impl Send for W

impl Sync for W