[][src]Trait esp32_hal::spi::U8orU16orU32

pub trait U8orU16orU32: TryFrom<u32> + Into<u32> + Sized + Copy + Clone { }

Implementors

impl U8orU16orU32 for u8[src]

impl U8orU16orU32 for u16[src]

impl U8orU16orU32 for u32[src]

Loading content...