Type Definition stm32g4::stm32g474::hrtim_tima::DTAR[][src]

type DTAR = Reg<u32, _DTAR>;

Timerx Deadtime Register

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

For information about available fields see dtar module

Trait Implementations

impl Readable for DTAR[src]

read() method returns dtar::R reader structure

impl ResetValue for DTAR[src]

Register DTAR reset()'s with value 0

type Type = u32

Register size

impl Writable for DTAR[src]

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