Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/plat-synquacer/
A Drng_pta.c157 uint32_t falling_edge_count = 0, rising_edge_count = 0; in health_test() local
166 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