Enum embedded_hal::can::Id [−][src]
pub enum Id {
Standard(StandardId),
Extended(ExtendedId),
}Expand description
A CAN Identifier (standard or extended).
Variants
Standard(StandardId)Standard 11-bit Identifier (0..=0x7FF).
Tuple Fields of Standard
0: StandardIdExtended(ExtendedId)Extended 29-bit Identifier (0..=0x1FFF_FFFF).
Tuple Fields of Extended
0: ExtendedIdTrait Implementations
Performs the conversion.
Performs the conversion.