Can2

Type Alias Can2 

pub type Can2 = Periph<RegisterBlock, 0x4002_B000>;
Expand description

Flex Controller Area Network module

Aliased Type§

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

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Can2

§

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

Formats the value using the given formatter. Read more