Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/board/haaseduk1/drivers/
A Dkey.c29 uint8_t check_count; member
37 uint8_t check_count; member
117 key_value.check_count++; in key_poll()
120 key_value.check_count = 0; in key_poll()
123 if (key_value.check_count >= DI_STABLE_COUNT) { in key_poll()
124 key_value.check_count = 0; in key_poll()
144 key_dev_input[index].check_count = 0; in key_rising_edge_handle()
215 key_dev_input[index].check_count = 0; in key_falling_edge_handle()
232 key_dev_input[index].check_count = 0; in key_falling_edge_handle()
A Ddi.c20 uint8_t check_count; member
83 gpio_dev_input[diport].check_count = 0; in di_interrup_proc()
132 gpio_dev_input[i].check_count = 0; in di_value_check()
134 gpio_dev_input[i].check_count++; in di_value_check()
135 if (gpio_dev_input[i].check_count >= DI_STABLE_COUNT) { in di_value_check()
138 gpio_dev_input[i].check_count = 0; in di_value_check()
/AliOS-Things-master/hardware/board/haas100/drivers/
A Ddi.c20 uint8_t check_count; member
83 gpio_dev_input[diport].check_count = 0; in di_interrup_proc()
125 gpio_dev_input[i].check_count = 0; in di_value_check()
127 gpio_dev_input[i].check_count++; in di_value_check()
128 if (gpio_dev_input[i].check_count >= DI_STABLE_COUNT) { in di_value_check()
131 gpio_dev_input[i].check_count = 0; in di_value_check()

Completed in 4 milliseconds