Home
last modified time | relevance | path

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

/hal_st-3.6.0/sensor/vl53l1x/api/core/src/
Dvl53l1_api_core.c825 uint8_t bit_mask = 0x01; in VL53L1_set_sequence_config_bit() local
826 uint8_t clr_mask = 0xFF - bit_mask; in VL53L1_set_sequence_config_bit()
827 uint8_t bit_value = value & bit_mask; in VL53L1_set_sequence_config_bit()
832 bit_mask = 0x01 << bit_id; in VL53L1_set_sequence_config_bit()
834 clr_mask = 0xFF - bit_mask; in VL53L1_set_sequence_config_bit()
864 uint8_t bit_mask = 0x01; in VL53L1_get_sequence_config_bit() local
869 bit_mask = 0x01 << bit_id; in VL53L1_get_sequence_config_bit()
873 pdev->dyn_cfg.system__sequence_config & bit_mask; in VL53L1_get_sequence_config_bit()
Dvl53l1_core.c646 uint32_t bit_mask, in VL53L1_i2c_decode_with_mask() argument
663 value = value & bit_mask; in VL53L1_i2c_decode_with_mask()
1615 uint8_t bit_mask = 0; in VL53L1_calc_mm_effective_spads() local
1668 &bit_mask); in VL53L1_calc_mm_effective_spads()
1672 if ((pgood_spads[byte_index] & bit_mask) > 0) { in VL53L1_calc_mm_effective_spads()
/hal_st-3.6.0/sensor/vl53l1x/api/core/inc/
Dvl53l1_core.h290 uint32_t bit_mask,