Struct stm32f103xx::CAN[][src]

pub struct CAN { /* fields omitted */ }
[]

Controller area network

Methods

impl CAN
[src]
[]

[]

Returns a pointer to the register block

Trait Implementations

impl Send for CAN
[src]

impl Deref for CAN
[src]
[+]

The resulting type after dereferencing.

[]

Dereferences the value.

Auto Trait Implementations

impl !Sync for CAN