Go to the source code of this file.
◆ MAX11609_CHANNEL_0
      
        
          | #define MAX11609_CHANNEL_0   0 | 
        
      
 
 
◆ MAX11609_CHANNEL_1
      
        
          | #define MAX11609_CHANNEL_1   1 | 
        
      
 
 
◆ MAX11609_CHANNEL_2
      
        
          | #define MAX11609_CHANNEL_2   2 | 
        
      
 
 
◆ MAX11609_CHANNEL_3
      
        
          | #define MAX11609_CHANNEL_3   3 | 
        
      
 
 
◆ MAX11609_CHANNEL_4
      
        
          | #define MAX11609_CHANNEL_4   4 | 
        
      
 
 
◆ MAX11609_CHANNEL_5
      
        
          | #define MAX11609_CHANNEL_5   5 | 
        
      
 
 
◆ MAX11609_CHANNEL_6
      
        
          | #define MAX11609_CHANNEL_6   6 | 
        
      
 
 
◆ MAX11609_CHANNEL_7
      
        
          | #define MAX11609_CHANNEL_7   7 | 
        
      
 
 
◆ MAX11609_UPDATE_PERIOD
      
        
          | #define MAX11609_UPDATE_PERIOD   200 | 
        
      
 
Rate at which the MAX11609 sensors are read (in ms) 
 
 
◆ MAX11609_init()
      
        
          | void MAX11609_init  | 
          ( | 
          void |            | ) | 
           | 
        
      
 
 
◆ vTaskMAX11609()
      
        
          | void vTaskMAX11609  | 
          ( | 
          void * |           Parameters | ) | 
           | 
        
      
 
Monitoring task for MAX11609 sensor. 
This task unblocks after every MAX11609_UPDATE_PERIOD ms and updates the read from all the MAX11609 sensors listed in this module's SDR table
- Parameters
 - 
  
    | Parameters | Pointer to parameter list passed to task upon initialization (not used here)  | 
  
   
 
 
◆ SDR_MAX11609_12V_HP
◆ vTask11609_Handle
  
  
      
        
          | TaskHandle_t vTask11609_Handle | 
         
       
   | 
  
extern   |