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

type HSECR = Reg<u32, _HSECR>;

Clock HSE register

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

For information about available fields see hsecr module

Trait Implementations

impl Readable for HSECR[src]

read() method returns hsecr::R reader structure

impl ResetValue for HSECR[src]

Register HSECR reset()'s with value 0x30

type Type = u32

Register size

impl Writable for HSECR[src]

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