Go to the source code of this file.
◆ TLE9104_GPIO_COUNT
      
        
          | #define TLE9104_GPIO_COUNT   4 | 
        
      
 
 
◆ tle9104_off_state_diagnostics
| Enumerator | 
|---|
| TLE9104_OFFDIAG_SCG  |  | 
| TLE9104_OFFDIAG_OL  |  | 
| TLE9104_OFFDIAG_NOFAIL  |  | 
| TLE9104_OFFDIAG_UNKNOWN  |  | 
 
 
◆ tle9104_on_state_diagnostics
| Enumerator | 
|---|
| TLE9104_ONDIAG_OT  |  | 
| TLE9104_ONDIAG_OCTIME  |  | 
| TLE9104_ONDIAG_OCOT  |  | 
| TLE9104_ONDIAG_SCB  |  | 
| TLE9104_ONDIAG_NOFAIL  |  | 
| TLE9104_ONDIAG_UNKNOWN  |  | 
 
 
◆ tle9104_clear_diagnostics()
      
        
          | int tle9104_clear_diagnostics  | 
          ( | 
          const struct device *  | 
          dev | ) | 
           | 
        
      
 
clear the diagnostics of the outputs 
- Parameters
 - 
  
  
 
- Return values
 - 
  
  
 
 
 
◆ tle9104_get_diagnostics()
get the diagnostics of the outputs 
- Parameters
 - 
  
    | dev | instance of TLE9104  | 
    | diag | destination where the result is written to | 
  
   
- Return values
 - 
  
  
 
 
 
◆ tle9104_write_state()
      
        
          | int tle9104_write_state  | 
          ( | 
          const struct device *  | 
          dev,  | 
        
        
           | 
           | 
          uint8_t  | 
          state  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
write output state 
- Parameters
 - 
  
    | dev | instance of TLE9104  | 
    | state | output state, each bit represents on output | 
  
   
- Return values
 -