Type Definition stm32g4::stm32g474::hrtim_timc::DTCR[][src]

type DTCR = Reg<u32, _DTCR>;

Timerx Deadtime Register

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

For information about available fields see dtcr module

Trait Implementations

impl Readable for DTCR[src]

read() method returns dtcr::R reader structure

impl ResetValue for DTCR[src]

Register DTCR reset()'s with value 0

type Type = u32

Register size

impl Writable for DTCR[src]

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