openMMC
Open Source Modular MMC for AMCs
Loading...
Searching...
No Matches

Definitions for LM75 I2C Temperature Sensor. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LM75_UPDATE_RATE   500
 Rate at which the LM75 sensors are read (in ms)
 

Functions

void LM75_init (void)
 Initializes LM75 monitoring task.
 
void vTaskLM75 (void *Parameters)
 Monitoring task for LM75 sensor.
 

Variables

TaskHandle_t vTaskLM75_Handle
 
const SDR_type_01h_t SDR_LM75_uC
 
const SDR_type_01h_t SDR_LM75_ADN4604
 
const SDR_type_01h_t SDR_LM75_DCDC
 
const SDR_type_01h_t SDR_LM75_RAM
 

Detailed Description

Definitions for LM75 I2C Temperature Sensor.

Author
Henrique Silva henri.nosp@m.que..nosp@m.silva.nosp@m.@lnl.nosp@m.s.br, LNLS

Macro Definition Documentation

◆ LM75_UPDATE_RATE

#define LM75_UPDATE_RATE   500

Rate at which the LM75 sensors are read (in ms)

Function Documentation

◆ LM75_init()

void LM75_init ( void )

Initializes LM75 monitoring task.

Returns
None

◆ vTaskLM75()

void vTaskLM75 ( void * Parameters)

Monitoring task for LM75 sensor.

This task unblocks after every LM75_UPDATE_RATE ms and updates the read from all the LM75 sensors listed in this module's SDR table

Parameters
ParametersPointer to parameter list passed to task upon initialization (not used here)

Variable Documentation

◆ SDR_LM75_ADN4604

const SDR_type_01h_t SDR_LM75_ADN4604
extern

◆ SDR_LM75_DCDC

const SDR_type_01h_t SDR_LM75_DCDC
extern

◆ SDR_LM75_RAM

const SDR_type_01h_t SDR_LM75_RAM
extern

◆ SDR_LM75_uC

const SDR_type_01h_t SDR_LM75_uC
extern

◆ vTaskLM75_Handle

TaskHandle_t vTaskLM75_Handle
extern