Type Definition stm32g4::stm32g474::hrtim_timd::PERDR[][src]

type PERDR = Reg<u32, _PERDR>;

Timerx Period Register

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

For information about available fields see perdr module

Trait Implementations

impl Readable for PERDR[src]

read() method returns perdr::R reader structure

impl ResetValue for PERDR[src]

Register PERDR reset()'s with value 0xffff

type Type = u32

Register size

impl Writable for PERDR[src]

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