Function definitions for EMC1413 driver.
Functions | |
| temp_sensor_status_t | EMC1413_applyConfig (temp_sensor_instance_t *temp) |
| Apply I2C + Temp Sensor configuration. | |
| temp_sensor_status_t | EMC1413_enableErrorInterrupt (temp_sensor_instance_t *temp) |
| Enable error interrupt for EMC1413 Temperature Sensor. | |
| 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. | |
| u8 | EMC1413_checkTempRange (temp_sensor_instance_t *temp) |
| Check if temperature is within range for EMC1413 Temperature Sensor. | |
| temp_sensor_status_t | EMC1413_checkTempAlert (temp_sensor_instance_t *temp) |
| Check for temperature alerts 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_applyConfig | ( | temp_sensor_instance_t * | temp | ) |
| temp_sensor_status_t EMC1413_checkTempAlert | ( | temp_sensor_instance_t * | temp | ) |
| u8 EMC1413_checkTempRange | ( | temp_sensor_instance_t * | temp | ) |
| temp_sensor_status_t EMC1413_enableErrorInterrupt | ( | temp_sensor_instance_t * | temp | ) |
| temp_sensor_status_t EMC1413_getTemp | ( | temp_sensor_instance_t * | temp | ) |
| temp_sensor_status_t EMC1413_getTempLimit | ( | temp_sensor_instance_t * | temp | ) |
| temp_sensor_status_t EMC1413_setTempLimit | ( | temp_sensor_instance_t * | temp | ) |
| temp_sensor_status_t EMC1413_setTempRange | ( | temp_sensor_instance_t * | temp, |
| u8 | enable_extended ) |