Home
last modified time | relevance | path

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

/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/
A Dvl53l0x_api_core.c48 uint32_t mirrorIndex; in VL53L0X_reverse_bytes() local
53 mirrorIndex = size - index - 1; in VL53L0X_reverse_bytes()
55 data[index] = data[mirrorIndex]; in VL53L0X_reverse_bytes()
56 data[mirrorIndex] = tempData; in VL53L0X_reverse_bytes()

Completed in 10 milliseconds