Flipper Developer Docs
Loading...
Searching...
No Matches
felica_crc.h
1
#pragma once
2
3
#include <stdint.h>
4
#include <stddef.h>
5
6
#include "
bit_buffer.h
"
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
12
#define FELICA_CRC_SIZE sizeof(uint16_t)
13
14
void
felica_crc_append(
BitBuffer
* buf);
15
16
bool
felica_crc_check(
const
BitBuffer
* buf);
17
18
void
felica_crc_trim(
BitBuffer
* buf);
19
20
#ifdef __cplusplus
21
}
22
#endif
bit_buffer.h
Bit Buffer.
BitBuffer
Definition
bit_buffer.c:7
lib
nfc
helpers
felica_crc.h
Generated by
1.12.0