Home
last modified time | relevance | path

Searched refs:ADC121C021_REG_CONFIG (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/src/adc121c021/
Dadc121c021.cxx150 uint8_t val = readByte(ADC121C021_REG_CONFIG); in enableAlertFlag()
158 writeByte(ADC121C021_REG_CONFIG, val); in enableAlertFlag()
164 uint8_t val = readByte(ADC121C021_REG_CONFIG); in enableAlertPin()
172 writeByte(ADC121C021_REG_CONFIG, val); in enableAlertPin()
178 uint8_t val = readByte(ADC121C021_REG_CONFIG); in enableAlertHold()
186 writeByte(ADC121C021_REG_CONFIG, val); in enableAlertHold()
192 uint8_t val = readByte(ADC121C021_REG_CONFIG); in enableAlertPinPolarityHigh()
200 writeByte(ADC121C021_REG_CONFIG, val); in enableAlertPinPolarityHigh()
208 uint8_t val = readByte(ADC121C021_REG_CONFIG) & 0x1f; in setAutomaticConversion()
213 writeByte(ADC121C021_REG_CONFIG, val); in setAutomaticConversion()
Dadc121c021.h40 #define ADC121C021_REG_CONFIG 0x02 macro