Type Definition stm32g4::stm32g474::fdcan::CKDIV[][src]

type CKDIV = Reg<u32, _CKDIV>;

FDCAN CFG clock divider register

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

For information about available fields see ckdiv module

Trait Implementations

impl Readable for CKDIV[src]

read() method returns ckdiv::R reader structure

impl ResetValue for CKDIV[src]

Register CKDIV reset()'s with value 0

type Type = u32

Register size

impl Writable for CKDIV[src]

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