Can1

Type Alias Can1 

pub type Can1 = Periph<RegisterBlock, 0x4002_5000>;
Expand description

Flex Controller Area Network module

Aliased Type§

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

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for Can1

§

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

Formats the value using the given formatter. Read more