[][src]Type Definition wip_s32k144::can0::CBT

type CBT = Reg<u32, _CBT>;

CAN Bit Timing Register

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

For information about available fields see cbt module

Trait Implementations

impl Readable for CBT[src]

read() method returns cbt::R reader structure

impl ResetValue for CBT[src]

Register CBT reset()'s with value 0

type Type = u32

Register size

impl Writable for CBT[src]

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