LibJuno 0.1.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
juno_binhex.c File Reference
#include "juno/crc/crc.h"
#include <stdint.h>
#include <stdio.h>
#include "binhex.h"
Include dependency graph for juno_binhex.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint16_t Juno_CrcBinhexUpdate (uint16_t iCrc, const void *pcData, size_t zDataSize)
 

Function Documentation

◆ Juno_CrcBinhexUpdate()

uint16_t Juno_CrcBinhexUpdate ( uint16_t  iCrc,
const void *  pcData,
size_t  zDataSize 
)