[][src]Type Definition gd32vf103_pac::can0::TSTAT

type TSTAT = Reg<u32, _TSTAT>;

Transmit status register

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

For information about available fields see tstat module

Trait Implementations

impl Readable for TSTAT[src]

read() method returns tstat::R reader structure

impl ResetValue for TSTAT[src]

Register TSTAT reset()'s with value 0x1c00_0000

type Type = u32

Register size

impl Writable for TSTAT[src]

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