HomeSort by: relevance | last modified time | path
    Searched refs:state0 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/i2c/
sensirion_voc_algorithm.h 134 * @param state0 State0 to be stored
137 void VocAlgorithm_get_states(VocAlgorithmParams* params, int32_t* state0,
147 * @param state0 State0 to be restored
150 void VocAlgorithm_set_states(VocAlgorithmParams* params, int32_t state0,
sensirion_voc_algorithm.c 366 void VocAlgorithm_get_states(VocAlgorithmParams* params, int32_t* state0,
369 *state0 = VocAlgorithm__mean_variance_estimator__get_mean(params);
374 void VocAlgorithm_set_states(VocAlgorithmParams* params, int32_t state0,
378 params, state0, state1, F16(VocAlgorithm_PERSISTENCE_UPTIME_GAMMA));
379 params->mSraw = state0;
  /src/sys/arch/evbarm/g42xxeb/
g42xxeb_kmkbd.c 196 int state0; local in function:kmkbd_attach
208 state0 = ST_ALL_UP;
211 state0 = ST_DISABLED;
222 kmkbd_new_state(sc, state0);
  /src/games/atc/
input.c 138 RULE state0[] = { { ALPHATOKEN, 1, "%c:", setplane}, variable in typeref:typename:RULE[]
205 DEF_STATE(state0), DEF_STATE(state1), DEF_STATE(state2),

Completed in 13 milliseconds