Type Definition stm32g4::stm32g474::hrtim_timb::PERBR[][src]

type PERBR = Reg<u32, _PERBR>;

Timerx Period Register

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

For information about available fields see perbr module

Trait Implementations

impl Readable for PERBR[src]

read() method returns perbr::R reader structure

impl ResetValue for PERBR[src]

Register PERBR reset()'s with value 0xffff

type Type = u32

Register size

impl Writable for PERBR[src]

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