Cbt

Type Alias Cbt 

pub type Cbt = Reg<CbtSpec>;
Expand description

CBT (rw) register accessor: CAN Bit Timing Register

You can read this register and get cbt::R. You can reset, write, write_with_zero this register using cbt::W. You can also modify this register. See API.

For information about available fields see cbt module

Aliased Type§

#[repr(transparent)]
pub struct Cbt { register: VolatileCell<u32>, _marker: PhantomData<CbtSpec>, }

Fields§

§register: VolatileCell<u32>§_marker: PhantomData<CbtSpec>