rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Data Structures | Enumerations
hip9011_logic.h File Reference

Data Structures

class  Hip9011HardwareInterface
 
class  HIP9011
 

Enumerations

enum  hip_state_e {
  NOT_READY , READY_TO_INTEGRATE , IS_INTEGRATING , WAITING_FOR_ADC_TO_SKIP ,
  WAITING_FOR_RESULT_ADC
}
 

Enumeration Type Documentation

◆ hip_state_e

Enumerator
NOT_READY 
READY_TO_INTEGRATE 
IS_INTEGRATING 
WAITING_FOR_ADC_TO_SKIP 
WAITING_FOR_RESULT_ADC 

Definition at line 25 of file hip9011_logic.h.

25 {
26 /* initial state and state used during value read and calculations */
28 /* chip is configuread and ready for next integration */
30 /* integration is in progress */
32 /* in default mode driver is waiting for first ADC callback */
34 /* in default mode driver is waiting for second ADC callback, saves it and switched to NOT_READY state */
hip_state_e
@ NOT_READY
@ READY_TO_INTEGRATE
@ WAITING_FOR_RESULT_ADC
@ IS_INTEGRATING
@ WAITING_FOR_ADC_TO_SKIP

Go to the source code of this file.