Type Alias esp_idf_hal::sys::twai_mode_t

source ·
pub type twai_mode_t = u32;
Expand description

@brief TWAI Controller operating modes

Trait Implementations§

source§

impl From<Mode> for twai_mode_t

source§

fn from(val: Mode) -> Self

Converts to this type from the input type.