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

type BT = Reg<u32, _BT>;

Bit timing register

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

For information about available fields see bt module

Trait Implementations

impl Readable for BT[src]

read() method returns bt::R reader structure

impl ResetValue for BT[src]

Register BT reset()'s with value 0x0123_0000

type Type = u32

Register size

impl Writable for BT[src]

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