Home
last modified time | relevance | path

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

/hal_st-3.4.0/sensor/vl53l1x/api/core/src/
Dvl53l1_api_debug.c1621 uint8_t row = 0; in VL53L1_print_spad_rate_data() local
1640 &row, in VL53L1_print_spad_rate_data()
1658 row, in VL53L1_print_spad_rate_data()
1676 uint8_t row = 0; in VL53L1_print_spad_rate_map() local
1700 for (row = 0 ; row < VL53L1_SPAD_ARRAY_HEIGHT ; row++) { in VL53L1_print_spad_rate_map()
1706 row); in VL53L1_print_spad_rate_map()
1713 row, in VL53L1_print_spad_rate_map()
Dvl53l1_core.c1452 uint8_t row, in VL53L1_encode_row_col() argument
1460 if (row > 7) { in VL53L1_encode_row_col()
1461 *pspad_number = 128 + (col << 3) + (15-row); in VL53L1_encode_row_col()
1463 *pspad_number = ((15-col) << 3) + row; in VL53L1_encode_row_col()
1562 uint8_t row, in VL53L1_is_aperture_location() argument
1570 uint8_t mod_row = row % 4; in VL53L1_is_aperture_location()
/hal_st-3.4.0/sensor/vl53l1x/api/core/inc/
Dvl53l1_core.h701 uint8_t row,
769 uint8_t row,