Home
last modified time | relevance | path

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

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