Type Definition stm32g4::stm32g474::hrtim_timf::DTFR[][src]

type DTFR = Reg<u32, _DTFR>;

Timerx Deadtime Register

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

For information about available fields see dtfr module

Trait Implementations

impl Readable for DTFR[src]

read() method returns dtfr::R reader structure

impl ResetValue for DTFR[src]

Register DTFR reset()'s with value 0

type Type = u32

Register size

impl Writable for DTFR[src]

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