Home
last modified time | relevance | path

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

/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Doslo_config_test.c44 #define CAL_MODE_IS_VALID(x) (x >= 0 && x < CAL_MODES_MAX) macro
441 if (CAL_MODE_IS_VALID(coef.mode)) { in cal_read_persist()
468 if (!CAL_MODE_IS_VALID(coef->mode)) { in cal_write_persist()
483 if (CAL_MODE_IS_VALID(cal_table[i].mode)) { in cal_write_persist()