Type Alias CMD

Source
pub type CMD = Reg<CMD_SPEC>;
Expand description

CMD (w) register accessor: TWAI command register.

You can reset, write, write_with_zero this register using cmd::W. See API.

For information about available fields see cmd module

Aliased Typeยง

struct CMD { /* private fields */ }