Type Alias CAN

Source
pub type CAN = Periph<RegisterBlock, 0x4000_6400>;
Expand description

Controller area network

See peripheral structure

Aliased Type§

struct CAN { /* private fields */ }

Trait Implementations§

Source§

impl Debug for CAN

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more