Home
last modified time | relevance | path

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

/hal_st-3.7.0/sensor/vl53l0x/
DREADME16 …Instead of providing a full description of the registers, ST decided to provide a C library to dri…
19 User is calling a standard Zephyr driver and then, the driver makes some calls to this library.
21 …In order to fit with Zephyr rules and simplify version updates, we have done a minimum of modifica…
35 This library will be used by a standard Zephyr driver.
55 This will prevent a compiler warning when using clang
/hal_st-3.7.0/audio/microphone/
DOpenPDMFilter.h60 #define RoundDiv(a, b) (((a)>0)?(((a)+(b)/2)/(b)):(((a)-(b)/2)/(b))) argument
DREADME17 stream from PDM format to PCM format through a signal filtering and
28 This library will be used by a standard Zephyr microphone driver
/hal_st-3.7.0/sensor/stmemsc/_resources/FIFO_Utility_Tool/
Dst_fifo.c81 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
82 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
/hal_st-3.7.0/sensor/vl53l1x/
DREADME18 User is calling a standard Zephyr driver and then the driver makes some calls to this library.
20 …In order to fit with Zephyr rules and simplify version updates, we have done a minimum of modifica…
32 This library will be used by a standard Zephyr driver.
/hal_st-3.7.0/sensor/stmemsc/
DREADME19 provide a common and stable interface to access sensor registers.
28 (ie. SPI or I2C). In addition you may define a mdelay (milliseconds)
/hal_st-3.7.0/sensor/vl53l0x/api/core/src/
Dvl53l0x_api_core.c155 uint32_t VL53L0X_quadrature_sum(uint32_t a, uint32_t b) in VL53L0X_quadrature_sum() argument
169 if (a > 65535 || b > 65535) in VL53L0X_quadrature_sum()
172 res = VL53L0X_isqrt(a * a + b * b); in VL53L0X_quadrature_sum()
/hal_st-3.7.0/sensor/vl53l0x/api/core/inc/
Dvl53l0x_api_core.h51 uint32_t VL53L0X_quadrature_sum(uint32_t a, uint32_t b);