RV32 SoC DS UG
High-Perf RV32 SoC DS UG
RV64 SoC DS UG API and Examples
Embedded IDE UG
Loading...
Searching...
No Matches
temp_sensor_config.h
Go to the documentation of this file.
1
2// Copyright (C) 2013-2026 Efinix Inc. All rights reserved.
3// Full license header bsp/efinix/EfxSapphireSocRV64/include/LICENSE.MD
5
6#ifndef TEMP_SENSOR_CONFIG_H
7#define TEMP_SENSOR_CONFIG_H
18
19#include "userDef.h"
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
31
32 /* ========================================================================== */
33/* SUB-GROUP: DRIVER SELECTION LOGIC */
34/* ========================================================================== */
35
48// --- Automatic Logic (Do not touch below) ---
49#if (ACTIVE_TEMP_SENSOR_TYPE == SENSOR_TYPE_EMC1413)
54 #define TEMP_SENSOR_CTRL TEMP_EMC1413_ADDR
55 #define TEMP_SENSOR_DRIVER EMC1413_DRIVER
56#else
57 #error "Invalid TEMP_SENSOR Configuration in app_config.h"
58#endif
59
60#ifdef __cplusplus
61}
62#endif // C_plusplus
63
64#endif
EMC1413 Temperature Sensor Driver API definitions. This file provides data structures and APIs for co...