Type Alias avr_oxide::hal::generic::twi::TwiCommandCompleteFunction

source ·
pub type TwiCommandCompleteFunction = fn(_: Isolated, _: TwiIdentity, _: OxideResult<(Command<'static>, usize), TwiError>, _: Option<*const dyn Any>);
Expand description

Callback called when a TWI command is completed