[][src]Type Definition stm32wb_pac::rcc::SMPSCR

type SMPSCR = Reg<u32, _SMPSCR>;

Step Down converter control register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see smpscr module

Trait Implementations

impl Readable for SMPSCR[src]

read() method returns smpscr::R reader structure

impl ResetValue for SMPSCR[src]

Register SMPSCR reset()'s with value 0x0301

type Type = u32

Register size

impl Writable for SMPSCR[src]

write(|w| ..) method takes smpscr::W writer structure