Lines Matching full:coupling
400 * adxl313_is_act_inact_ac() - Check if AC coupling is enabled.
404 * Provide a type of activity or inactivity, combined with either AC coupling
405 * set, or default to DC coupling. This function verifies if the combination is
408 * Return: if the provided activity type has AC coupling enabled or a negative
415 bool coupling;
422 coupling = adxl313_act_acdc_msk[type] & regval;
427 return coupling == ADXL313_COUPLING_DC;
430 return coupling == ADXL313_COUPLING_AC;
496 /* Check if configured coupling matches provided type */
563 * coupling event is specified. This step helps prevent misuse -
595 /* Update AC/DC-coupling according to the command */