Searched refs:falling_edge_count (Results 1 – 1 of 1) sorted by relevance
157 uint32_t falling_edge_count = 0; in health_test() local166 falling_edge_count += (sensors_data[sensor_id][i] & in health_test()173 lo_edge_count = rising_edge_count < falling_edge_count ? in health_test()174 rising_edge_count : falling_edge_count; in health_test()175 hi_edge_count = rising_edge_count < falling_edge_count ? in health_test()176 falling_edge_count : rising_edge_count; in health_test()