pub fn encode_empty_debug_log(
record_capacity: u32,
) -> Result<Vec<u8>, ProtocolError>Expand description
Encode an empty PRINTF channel buffer.
ยงErrors
Returns ProtocolError when the requested debug-log size overflows host
address space.
pub fn encode_empty_debug_log(
record_capacity: u32,
) -> Result<Vec<u8>, ProtocolError>Encode an empty PRINTF channel buffer.
Returns ProtocolError when the requested debug-log size overflows host
address space.