Sapphire SoC DS Sapphire SoC UG Sapphire HP SoC DS Sapphire HP SoC UG RISC-V Embedded IDE UG Board Support Package
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
27
28 /* ========================================================================== */
29/* SUB-GROUP: DRIVER SELECTION LOGIC */
30/* ========================================================================== */
31
44// --- Automatic Logic (Do not touch below) ---
45#if (ACTIVE_TEMP_SENSOR_TYPE == SENSOR_TYPE_EMC1413)
50 #define TEMP_SENSOR_CTRL TEMP_EMC1413_ADDR
51 #define TEMP_SENSOR_DRIVER emc1413_driver
52#else
53 #error "Invalid TEMP_SENSOR Configuration in app_config.h"
54#endif
55
56#endif
EMC1413 Temperature Sensor Driver API definitions. This file provides data structures and APIs for co...