Searched refs:ADC121C021_REG_CONFIG (Results 1 – 2 of 2) sorted by relevance
150 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()
40 #define ADC121C021_REG_CONFIG 0x02 macro