pub trait Can: Transmit<STANDARD_CAN_PACKET_SIZE> + Configure + Controller + Receive<STANDARD_CAN_PACKET_SIZE> { }
Expand description
Convenience type for capsules that configure, send and receive data using the CAN peripheral
pub trait Can: Transmit<STANDARD_CAN_PACKET_SIZE> + Configure + Controller + Receive<STANDARD_CAN_PACKET_SIZE> { }
Convenience type for capsules that configure, send and receive data using the CAN peripheral