Type Definition stm32g4::stm32g484::hrtim_common::BMCR[][src]

type BMCR = Reg<u32, _BMCR>;

Burst Mode Control Register

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

For information about available fields see bmcr module

Trait Implementations

impl Readable for BMCR[src]

read() method returns bmcr::R reader structure

impl ResetValue for BMCR[src]

Register BMCR reset()'s with value 0

type Type = u32

Register size

impl Writable for BMCR[src]

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