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

type TOCV = Reg<u32, _TOCV>;

FDCAN Timeout Counter Value Register

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

For information about available fields see tocv module

Trait Implementations

impl Readable for TOCV[src]

read() method returns tocv::R reader structure

impl ResetValue for TOCV[src]

Register TOCV reset()'s with value 0xffff

type Type = u32

Register size

impl Writable for TOCV[src]

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