QP/C
Functions
qs_mem.c File Reference

QS_mem() implementation. More...

#include "qs_pkg.h"

Go to the source code of this file.

Functions

void QS_mem (uint8_t const *blk, uint8_t size)
 Output memory block of up to 255-bytes with format information.

Detailed Description

QS_mem() implementation.

Definition in file qs_mem.c.


Function Documentation

void QS_mem ( uint8_t const *  blk,
uint8_t  size 
)

Output memory block of up to 255-bytes with format information.

Note:
This function is only to be used through macros, never in the client code directly.

Definition at line 37 of file qs_mem.c.

References QS_chksum_, QS_INSERT_BYTE, QS_INSERT_ESC_BYTE, QS_MEM_T, and QS_PTR_INC_.