Type Definition stm32g4::stm32g484::hrtim_timb::DTBR[][src]

type DTBR = Reg<u32, _DTBR>;

Timerx Deadtime Register

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

For information about available fields see dtbr module

Trait Implementations

impl Readable for DTBR[src]

read() method returns dtbr::R reader structure

impl ResetValue for DTBR[src]

Register DTBR reset()'s with value 0

type Type = u32

Register size

impl Writable for DTBR[src]

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