Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dproperty.c80 enum { LOOK, COMMENT, NAME, VALUE, MVALUE, COMMIT, FILL, STOP } state, last_state; in properties_read() local
85 state = last_state = LOOK; in properties_read()
89 last_state = state; in properties_read()
110 state = last_state; in properties_read()
/f-stack/freebsd/arm/mv/
H A Dgpio.c727 uint8_t raw_read, last_state; in mv_gpio_debounce() local
742 last_state = (mv_gpio_debounced_state_get(dev, pin) ? 1 : 0); in mv_gpio_debounce()
745 if (raw_read == last_state) { in mv_gpio_debounce()
746 if (last_state) in mv_gpio_debounce()
763 if (last_state) in mv_gpio_debounce()