Type Alias avr_oxide::hal::generic::twi::CommandBuffer

source ·
pub type CommandBuffer = OwnOrBorrow<'static, [u8]>;

Aliased Type§

enum CommandBuffer {
    Own(Box<[u8]>),
    Borrow(&'static [u8]),
}

Variants§

§

Own(Box<[u8]>)

§

Borrow(&'static [u8])