Fdctrl

Type Alias Fdctrl 

pub type Fdctrl = Reg<FdctrlSpec>;
Expand description

FDCTRL (rw) register accessor: CAN FD Control Register

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

For information about available fields see fdctrl module

Aliased Type§

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

Fields§

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