Macros
vl53l1_platform_user_defines.h File Reference

All end user OS/platform/application definitions. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DISABLE_WARNINGS()
 
#define do_division_s(dividend, divisor)   (dividend / divisor)
 customer supplied division operation - 64-bit signed More...
 
#define do_division_u(dividend, divisor)   (dividend / divisor)
 customer supplied division operation - 64-bit unsigned More...
 
#define ENABLE_WARNINGS()
 
#define WARN_OVERRIDE_STATUS(__X__)   trace_print (VL53L1_TRACE_LEVEL_WARNING, #__X__);
 customer supplied macro to optionally output info when a specific error has been overridden with success within the EwokPlus driver More...
 

Detailed Description

All end user OS/platform/application definitions.

Definition in file vl53l1_platform_user_defines.h.

Macro Definition Documentation

◆ DISABLE_WARNINGS

#define DISABLE_WARNINGS ( )

Definition at line 119 of file vl53l1_platform_user_defines.h.

◆ do_division_s

#define do_division_s (   dividend,
  divisor 
)    (dividend / divisor)

customer supplied division operation - 64-bit signed

Parameters
dividendsigned 64-bit numerator
divisorsigned 64-bit denominator

Definition at line 96 of file vl53l1_platform_user_defines.h.

◆ do_division_u

#define do_division_u (   dividend,
  divisor 
)    (dividend / divisor)

customer supplied division operation - 64-bit unsigned

Parameters
dividendunsigned 64-bit numerator
divisorunsigned 64-bit denominator

Definition at line 86 of file vl53l1_platform_user_defines.h.

◆ ENABLE_WARNINGS

#define ENABLE_WARNINGS ( )

Definition at line 120 of file vl53l1_platform_user_defines.h.

◆ WARN_OVERRIDE_STATUS

#define WARN_OVERRIDE_STATUS (   __X__)    trace_print (VL53L1_TRACE_LEVEL_WARNING, #__X__);

customer supplied macro to optionally output info when a specific error has been overridden with success within the EwokPlus driver

Parameters
<strong>X</strong>the macro which enabled the suppression

Definition at line 106 of file vl53l1_platform_user_defines.h.



vl53l1x
Author(s):
autogenerated on Fri Aug 2 2024 08:35:54