Type Definition stm32g4::stm32g484::hrtim_timd::DTDR[][src]

type DTDR = Reg<u32, _DTDR>;

Timerx Deadtime Register

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

For information about available fields see dtdr module

Trait Implementations

impl Readable for DTDR[src]

read() method returns dtdr::R reader structure

impl ResetValue for DTDR[src]

Register DTDR reset()'s with value 0

type Type = u32

Register size

impl Writable for DTDR[src]

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