Type Alias avr_oxide::hal::generic::serial::SerialReadEventHandlerFunction

source ·
pub type SerialReadEventHandlerFunction = fn(_: Isolated, _: SerialPortIdentity, _: u8, _: Option<*const dyn Any>) -> ReadHandlerResult<u8>;
Expand description

Callback called when a byte has been read