Type Definition stm32g4::stm32g474::tim2::DTR2[][src]

type DTR2 = Reg<u32, _DTR2>;

timer Deadtime Register 2

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

For information about available fields see dtr2 module

Trait Implementations

impl Readable for DTR2[src]

read() method returns dtr2::R reader structure

impl ResetValue for DTR2[src]

Register DTR2 reset()'s with value 0

type Type = u32

Register size

impl Writable for DTR2[src]

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