#include "nfv2.h"
Go to the source code of this file.
Functions | |
void | NF_ComBufReset (NF_STRUCT_ComBuf *NFComBuf) |
uint8_t | NF_Interpreter (NF_STRUCT_ComBuf *NFComBuf, uint8_t *rxBuf, uint8_t *rxPt, uint8_t *commandArray, uint8_t *commandCnt) |
uint8_t | NF_MakeCommandFrame (NF_STRUCT_ComBuf *NFComBuf, uint8_t *txBuf, const uint8_t *commandArray, uint8_t commandCnt, uint8_t txAddress) |
uint8_t | NFv2_CrcFast (const uint8_t message[], uint8_t nBytes) |
void | NFv2_CrcInit (void) |
Variables | |
uint8_t | crcTable [256] |
void NF_ComBufReset | ( | NF_STRUCT_ComBuf * | NFComBuf | ) |
uint8_t NF_Interpreter | ( | NF_STRUCT_ComBuf * | NFComBuf, |
uint8_t * | rxBuf, | ||
uint8_t * | rxPt, | ||
uint8_t * | commandArray, | ||
uint8_t * | commandCnt | ||
) |
uint8_t NF_MakeCommandFrame | ( | NF_STRUCT_ComBuf * | NFComBuf, |
uint8_t * | txBuf, | ||
const uint8_t * | commandArray, | ||
uint8_t | commandCnt, | ||
uint8_t | txAddress | ||
) |
uint8_t NFv2_CrcFast | ( | const uint8_t | message[], |
uint8_t | nBytes | ||
) |
void NFv2_CrcInit | ( | void | ) |