Type Definition stm32g4::stm32g484::hrtim_timc::PERCR[][src]

type PERCR = Reg<u32, _PERCR>;

Timerx Period Register

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

For information about available fields see percr module

Trait Implementations

impl Readable for PERCR[src]

read() method returns percr::R reader structure

impl ResetValue for PERCR[src]

Register PERCR reset()'s with value 0xffff

type Type = u32

Register size

impl Writable for PERCR[src]

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