Searched refs:autoRefp (Results 1 – 2 of 2) sorted by relevance
88 …uint8_t autoRefp : 1; /**< AUTOREFP: Turn on AUTOREFP function; stores reference press… member394 int8_t PADS_enableAutoRefp(WE_sensorInterface_t* sensorInterface, PADS_state_t autoRefp);395 int8_t PADS_isEnablingAutoRefp(WE_sensorInterface_t* sensorInterface, PADS_state_t *autoRefp);
105 int8_t PADS_enableAutoRefp(WE_sensorInterface_t* sensorInterface, PADS_state_t autoRefp) in PADS_enableAutoRefp() argument114 interruptConfigurationReg.autoRefp = autoRefp; in PADS_enableAutoRefp()132 int8_t PADS_isEnablingAutoRefp(WE_sensorInterface_t* sensorInterface, PADS_state_t *autoRefp) in PADS_isEnablingAutoRefp() argument140 *autoRefp = (PADS_state_t) interruptConfigurationReg.autoRefp; in PADS_isEnablingAutoRefp()