OpenBIC
OpenSource Bridge-IC
tmp461.h
Go to the documentation of this file.
1/*
2 * Copyright (c) Meta Platforms, Inc. and affiliates.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17#ifndef TMP461_H
18#define TMP461_H
19
21 TEMP_RANGE_M40_127 = 0x0, // -40~127°C
22 TEMP_RANGE_M64_191 = 0x1, // -64~191°C
24};
25
29};
30
37};
38
39#endif
TMP461_REIGSTER_OFFSET
Definition: tmp461.h:31
@ OFFSET_CONFIGURATION
Definition: tmp461.h:34
@ OFFSET_LOCAL_TEMPERATURE_LOW_BYTE
Definition: tmp461.h:36
@ OFFSET_REMOTE_TEMPERATURE_HIGH_BYTE
Definition: tmp461.h:33
@ OFFSET_REMOTE_TEMPERATURE_LOW_BYTE
Definition: tmp461.h:35
@ OFFSET_LOCAL_TEMPERATURE_HIGH_BYTE
Definition: tmp461.h:32
TMP461_TEMP_RANGE
Definition: tmp461.h:20
@ TEMP_RANGE_NO_INIT
Definition: tmp461.h:23
@ TEMP_RANGE_M64_191
Definition: tmp461.h:22
@ TEMP_RANGE_M40_127
Definition: tmp461.h:21
TMP461_CHANNELS
Definition: tmp461.h:26
@ TMP461_LOCAL_TEMPERATRUE
Definition: tmp461.h:27
@ TMP461_REMOTE_TEMPERATRUE
Definition: tmp461.h:28