Loading...
Searching...
No Matches
jc42_internal.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2017 Koen Zandberg
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
26#define JC42_REG_CAP (0x00)
27#define JC42_REG_CONFIG (0x01)
28#define JC42_REG_TEMP_UPPER (0x02)
29#define JC42_REG_TEMP_LOWER (0x03)
30#define JC42_REG_TEMP_CRITICAL (0x04)
31#define JC42_REG_TEMP (0x05)
32#define JC42_REG_MANID (0x06)
33#define JC42_REG_DEVICEID (0x07)
35
40#define JC42_BUS_FREE_TIME_US (1U)
42
43#ifdef __cplusplus
44}
45#endif
46