Home
last modified time | relevance | path

Searched refs:now_count (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Davision.c6115 uint16_t now_count = accel_info.start_speed; in send_acceleration_table() local
6119 float now_count_f = now_count; in send_acceleration_table()
6122 while (now_count != accel_info.target_speed) in send_acceleration_table()
6126 now_count = (uint16_t)(now_count_f + 0.5); in send_acceleration_table()
6127 table_data[i++] = (uint8_t) now_count; in send_acceleration_table()

Completed in 10 milliseconds