77 #define LOG_FUNCTION_START(fmt, ...) \ 78 _LOG_FUNCTION_START(VL53L1_TRACE_MODULE_CORE, fmt, ##__VA_ARGS__) 79 #define LOG_FUNCTION_END(status, ...) \ 80 _LOG_FUNCTION_END(VL53L1_TRACE_MODULE_CORE, status, ##__VA_ARGS__) 81 #define LOG_FUNCTION_END_FMT(status, fmt, ...) \ 82 _LOG_FUNCTION_END_FMT(VL53L1_TRACE_MODULE_CORE, status, fmt, ##__VA_ARGS__) uint8_t interrupt_manager__enables
VL53L1 LL Driver ST private data structure .
VL53L1_Error VL53L1_is_firmware_ready_silicon(VL53L1_DEV Dev, uint8_t *pready)
Checks if the firmware is ready for ranging (Silicon variant)
#define VL53L1_INTERRUPT_MANAGER__ENABLES
uint8_t interrupt_manager__clear
#define LOG_FUNCTION_START(fmt,...)
uint8_t mcu_to_host_bank__wr_access_en
VL53L1 Register Map definitions.
#define VL53L1_ERROR_NONE
Type definitions for VL53L1 LL Driver.
VL53L1_system_control_t sys_ctrl
EwokPlus25 low level silicon specific API function definitions.
uint8_t interrupt_manager__status
VL53L1_debug_results_t dbg_results
EwokPlus25 core function definitions.
uint8_t power_management__go1_power_force
uint8_t power_management__go1_reset_status
#define LOG_FUNCTION_END(status,...)
unsigned char uint8_t
Typedef defining 8 bit unsigned char type. The developer should modify this to suit the platform bein...