Searched refs:sensors_data (Results 1 – 1 of 1) sorted by relevance
116 static uint8_t sensors_data[NUM_SLOTS][SENSOR_DATA_SIZE] = {0}; variable164 if ((sensors_data[sensor_id][i] ^ in health_test()165 sensors_data[sensor_id][i + 1]) & 0x1) { in health_test()166 falling_edge_count += (sensors_data[sensor_id][i] & in health_test()168 rising_edge_count += (sensors_data[sensor_id][i + 1] & in health_test()195 memmove(sensors_data[sensors_data_slot_idx], in pool_check_add_entropy()196 sensors_data[sensors_data_slot_idx + 1], in pool_check_add_entropy()212 sensors_data[sensors_data_slot_idx], in pool_check_add_entropy()239 sensors_data[sensors_data_slot_idx + i][sensors_data_idx] = in rng_collect_entropy()