Type Definition stm32g4::stm32g484::fdcan::TDCR[][src]

type TDCR = Reg<u32, _TDCR>;

FDCAN Transmitter Delay Compensation Register

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

For information about available fields see tdcr module

Trait Implementations

impl Readable for TDCR[src]

read() method returns tdcr::R reader structure

impl ResetValue for TDCR[src]

Register TDCR reset()'s with value 0

type Type = u32

Register size

impl Writable for TDCR[src]

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