Searched refs:a (Results 1 – 8 of 8) sorted by relevance
16 …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
60 #define RoundDiv(a, b) (((a)>0)?(((a)+(b)/2)/(b)):(((a)-(b)/2)/(b))) argument
17 stream from PDM format to PCM format through a signal filtering and28 This library will be used by a standard Zephyr microphone driver
81 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument82 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
18 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.
19 provide a common and stable interface to access sensor registers.28 (ie. SPI or I2C). In addition you may define a mdelay (milliseconds)
155 uint32_t VL53L0X_quadrature_sum(uint32_t a, uint32_t b) in VL53L0X_quadrature_sum() argument169 if (a > 65535 || b > 65535) in VL53L0X_quadrature_sum()172 res = VL53L0X_isqrt(a * a + b * b); in VL53L0X_quadrature_sum()
51 uint32_t VL53L0X_quadrature_sum(uint32_t a, uint32_t b);