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

type BDCR = Reg<u32, _BDCR>;

BDCR

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

For information about available fields see bdcr module

Trait Implementations

impl Readable for BDCR[src]

read() method returns bdcr::R reader structure

impl ResetValue for BDCR[src]

Register BDCR reset()'s with value 0

type Type = u32

Register size

impl Writable for BDCR[src]

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