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

type CCCR = Reg<u32, _CCCR>;

For details about setting and resetting of single bits see Software initialization.

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

For information about available fields see cccr module

Trait Implementations

impl Readable for CCCR[src]

read() method returns cccr::R reader structure

impl ResetValue for CCCR[src]

Register CCCR reset()'s with value 0x01

type Type = u32

Register size

impl Writable for CCCR[src]

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