Can0

Type Alias Can0 

pub type Can0 = Periph<RegisterBlock, 0x4002_4000>;
Expand description

Flex Controller Area Network module

Aliased Type§

pub struct Can0 {
    _marker: PhantomData<RegisterBlock>,
}

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Can0

§

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

Formats the value using the given formatter. Read more