Type Definition stm32g4::stm32g431::fdcan::TSCV[][src]

type TSCV = Reg<u32, _TSCV>;

FDCAN Timestamp Counter Value Register

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

For information about available fields see tscv module

Trait Implementations

impl Readable for TSCV[src]

read() method returns tscv::R reader structure

impl ResetValue for TSCV[src]

Register TSCV reset()'s with value 0

type Type = u32

Register size

impl Writable for TSCV[src]

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