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