Lines Matching defs:control
30 * Low level environmental control routines.
90 * PCF8591 Temp sensing control register definitions
562 * control register.
618 uint8_t control;
626 control = (instruction << 4) | subaddress;
638 if ((status = ehc_write_pcf8584(ehcp, control)) != EHC_SUCCESS) {
972 register uint8_t control;
981 * Write the control word to the PCF8591.
982 * Follow the control word with a repeated START byte
987 control = ((aenable << 6) | (amode << 4) | (autoinc << 2) | channel);
996 if ((status = ehc_write_pcf8584(ehcp, control)) != EHC_SUCCESS) {
1091 register uint8_t control;
1096 control = ((aenable << 6) | (amode << 4) | (autoinc << 2) | channel);
1109 if ((status = ehc_write_pcf8584(ehcp, control)) != EHC_SUCCESS) {