Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/hp20x/
Dhp20x.h93 CHNL_T = 0x02, // temperature enumerator
Dhp20x.cxx166 uint8_t cmd = CMD_ADC_CVT | (CHNL_T << CHNL_SHIFT) | (m_dsr << DSR_SHIFT); in getTemperature()