Go to the source code of this file.
EMC1413 Temperature Sensor driver implementation.
Implements the functions defined in EMC1413.h for controlling EMC1413 Temperature Sensor input/output and interrupts on the EfxSapphireSoC platform.
Definition in file EMC1413.c.
Functions | |
| temp_sensor_status_t | emc1413_getTemp (temp_sensor_instance_t *temp) |
| Get temperature from EMC1413 Temperature Sensor. | |
| temp_sensor_status_t | emc1413_getTempLimit (temp_sensor_instance_t *temp) |
| Get temperature limits from EMC1413 Temperature Sensor. | |
| temp_sensor_status_t | emc1413_setTempRange (temp_sensor_instance_t *temp, u8 enable_extended) |
| Set temperature range for EMC1413 Temperature Sensor. | |
| temp_sensor_status_t | emc1413_setTempLimit (temp_sensor_instance_t *temp) |
| Set temperature limits for EMC1413 Temperature Sensor. | |
| temp_sensor_status_t | emc1413_checkTempAlert (temp_sensor_instance_t *temp) |
| Check for temperature alerts from EMC1413 Temperature Sensor. | |
| u8 | emc1413_checkTempRange (temp_sensor_instance_t *temp) |
| Check if temperature is within range for EMC1413 Temperature Sensor. | |
Variables | |
| const temp_sensor_api_t | emc1413_driver |
| EMC1413 Driver Instance. Point your generic Temperature Sensor pointer to this structure to use the EMC1413. | |