Home
last modified time | relevance | path

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

/hal_st-3.4.0/sensor/vl53l1x/api/core/src/
Dvl53l1_core.c1432 uint8_t *pbit_index, in VL53L1_spad_number_to_byte_bit_index() argument
1445 *pbit_index = spad_number & 0x07; in VL53L1_spad_number_to_byte_bit_index()
1446 *pbit_mask = 0x01 << *pbit_index; in VL53L1_spad_number_to_byte_bit_index()
/hal_st-3.4.0/sensor/vl53l1x/api/core/inc/
Dvl53l1_core.h686 uint8_t *pbit_index,