SparkFun Pulsed Coherent Radar Sensor  v2.0.0-3-g4d2d89c
Library for the SparkFun Pulsed Coherent Radar Sensor
Loading...
Searching...
No Matches
sfDevXM125Presence.h File Reference

Header of the SparkFun Qwiic XM125 Library. More...

#include "sfDevXM125Core.h"
Include dependency graph for sfDevXM125Presence.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sfe_xm125_presence_version_t
 
struct  sfe_xm125_presence_protocol_status_t
 
struct  sfe_xm125_presence_detector_status_t
 
struct  sfe_xm125_presence_result_t
 
class  sfDevXM125Presence
 

Enumerations

enum  sfe_xm125_presence_manual_profile_t {
  XM125_PRESENCE_PROFILE1 = 1 , XM125_PRESENCE_PROFILE2 = 2 , XM125_PRESENCE_PROFILE3 = 3 , XM125_PRESENCE_PROFILE4 = 4 ,
  XM125_PRESENCE_PROFILE5 = 5
}
 
enum  sfe_xm125_presence_command_t {
  XM125_PRESENCE_APPLY_CONFIGURATION = 1 , XM125_PRESENCE_START_DETECTOR = 2 , XM125_PRESENCE_STOP_DETECTOR = 3 , XM125_PRESENCE_ENABLE_UART_LOGS = 32 ,
  XM125_PRESENCE_DISABLE_UART_LOGS = 33 , XM125_PRESENCE_LOG_CONFIGURATION = 34 , XM125_PRESENCE_RESET_MODULE = 138119737
}
 

Variables

const uint32_t SFE_XM125_PRESENCE_DETECTOR_STATUS_MASK = 0b10010000111111110000000011111111
 
const uint32_t SFE_XM125_PRESENCE_DETECTED_MASK = 0x00000001
 
const uint32_t SFE_XM125_PRESENCE_DETECTED_STICKY_MASK = 0x00000002
 
const uint32_t SFE_XM125_PRESENCE_DETECTOR_ERROR_MASK = 0x00008000
 
const uint32_t SFE_XM125_PRESENCE_TEMPERATURE_MASK = 0xffff0000
 
const uint32_t SFE_XM125_PRESENCE_MAJOR_VERSION_MASK = 0xffff0000
 
const uint32_t SFE_XM125_PRESENCE_MINOR_VERSION_MASK = 0x0000ff00
 
const uint32_t SFE_XM125_PRESENCE_PATCH_VERSION_MASK = 0x000000ff
 
const uint32_t SFE_XM125_PRESENCE_RSS_REGISTER_OK_MASK = 0x00000001
 
const uint32_t SFE_XM125_PRESENCE_CONFIG_CREATE_OK_MASK = 0x00000002
 
const uint32_t SFE_XM125_PRESENCE_SENSOR_CREATE_OK_MASK = 0x00000004
 
const uint32_t SFE_XM125_PRESENCE_SENSOR_CALIBRATE_OK_MASK = 0x00000008
 
const uint32_t SFE_XM125_PRESENCE_DETECTOR_CREATE_OK_MASK = 0x00000010
 
const uint32_t SFE_XM125_PRESENCE_DETECTOR_BUFFER_OK_MASK = 0x00000020
 
const uint32_t SFE_XM125_PRESENCE_SENSOR_BUFFER_OK_MASK = 0x00000040
 
const uint32_t SFE_XM125_PRESENCE_CONFIG_APPLY_OK_MASK = 0x00000080
 
const uint32_t SFE_XM125_PRESENCE_RSS_REGISTER_ERROR_MASK = 0x00010000
 
const uint32_t SFE_XM125_PRESENCE_CONFIG_CREATE_ERROR_MASK = 0x00020000
 
const uint32_t SFE_XM125_PRESENCE_SENSOR_CREATE_ERROR_MASK = 0x00040000
 
const uint32_t SFE_XM125_PRESENCE_SENSOR_CALIBRATE_ERROR_MASK = 0x00080000
 
const uint32_t SFE_XM125_PRESENCE_DETECTOR_CREATE_ERROR_MASK = 0x00100000
 
const uint32_t SFE_XM125_PRESENCE_DETECTOR_BUFFER_ERROR_MASK = 0x00200000
 
const uint32_t SFE_XM125_PRESENCE_SENSOR_BUFFER_ERROR_MASK = 0x00400000
 
const uint32_t SFE_XM125_PRESENCE_CONFIG_APPLY_ERROR_MASK = 0x00800000
 
const uint32_t SFE_XM125_PRESENCE_DETECTOR_REG_ERROR_MASK = 0x10000000
 
const uint32_t SFE_XM125_PRESENCE_BUSY_MASK = 0x80000000
 
const uint32_t SFE_XM125_PRESENCE_ALL_ERROR_MASK
 
const uint32_t SFE_XM125_PRESENCE_MAJOR_VERSION_MASK_SHIFT = 16
 
const uint32_t SFE_XM125_PRESENCE_MINOR_VERSION_MASK_SHIFT = 8
 
const uint32_t SFE_XM125_PRESENCE_RSS_REGISTER_ERROR_MASK_SHIFT = 15
 
const uint32_t SFE_XM125_PRESENCE_CONFIG_CREATE_ERROR_MASK_SHIFT = 16
 
const uint32_t SFE_XM125_PRESENCE_SENSOR_CREATE_ERROR_MASK_SHIFT = 17
 
const uint32_t SFE_XM125_PRESENCE_SENSOR_CALIBRATE_ERROR_MASK_SHIFT = 18
 
const uint32_t SFE_XM125_PRESENCE_DETECTOR_CREATE_ERROR_MASK_SHIFT = 19
 
const uint32_t SFE_XM125_PRESENCE_DETECTOR_BUFFER_ERROR_MASK_SHIFT = 20
 
const uint32_t SFE_XM125_PRESENCE_SENSOR_BUFFER_ERROR_MASK_SHIFT = 21
 
const uint32_t SFE_XM125_PRESENCE_CONFIG_APPLY_ERROR_MASK_SHIFT = 22
 
const uint32_t SFE_XM125_PRESENCE_DETECTOR_REG_ERROR_MASK_SHIFT = 27
 
const uint32_t SFE_XM125_PRESENCE_DETECTOR_ERROR_MASK_SHIFT = 14
 
const uint32_t SFE_XM125_PRESENCE_TEMPERATURE_MASK_SHIFT = 16
 
const uint32_t SFE_XM125_PRESENCE_BUSY_MASK_SHIFT = 30
 
const uint16_t SFE_XM125_PRESENCE_VERSION = 0x00
 
const uint16_t SFE_XM125_PRESENCE_PROTOCOL_STATUS = 0x01
 
const uint16_t SFE_XM125_PRESENCE_MEASURE_COUNTER = 0x02
 
const uint16_t SFE_XM125_PRESENCE_DETECTOR_STATUS = 0x03
 
const uint16_t SFE_XM125_PRESENCE_RESULT = 0x10
 
const uint16_t SFE_XM125_PRESENCE_DISTANCE = 0x11
 
const uint16_t SFE_XM125_INTRA_PRESENCE_SCORE = 0x12
 
const uint16_t SFE_XM125_INTER_PRESENCE = 0x13
 
const uint16_t SFE_XM125_PRESENCE_SWEEPS_PER_FRAME = 0x40
 
const uint16_t sfe_xm125_presence_sweeps_per_frame_default = 16
 
const uint16_t SFE_XM125_PRESENCE_INTER_FRAME_TIMEOUT = 0x41
 
const uint16_t sfe_xm125_presence_inter_frame_timeout_default = 3
 
const uint16_t SFE_XM125_PRESENCE_INTER_PHASE_BOOST_ENABLED = 0x42
 
const bool sfe_xm125_presence_inter_phase_boost_enabled_default = false
 
const uint16_t SFE_XM125_PRESENCE_INTRA_DETECTION_ENABLED = 0x43
 
const bool sfe_xm125_presence_intra_detection_enabled_default = true
 
const uint16_t SFE_XM125_PRESENCE_INTER_DETECTION_ENABLED = 0x44
 
const bool sfe_xm125_presence_inter_detection_enabled_default = true
 
const uint16_t SFE_XM125_PRESENCE_FRAME_RATE = 0x45
 
const uint16_t sfe_xm125_presence_frame_rate_default = 12000
 
const uint16_t SFE_XM125_PRESENCE_INTRA_DETECTION_THRESHOLD = 0x46
 
const uint16_t sfe_xm125_presence_intra_detection_threshold_default = 1300
 
const uint16_t SFE_XM125_PRESENCE_INTER_DETECTION_THRESHOLD = 0x47
 
const uint16_t sfe_xm125_presence_inter_detection_threshold_default = 1000
 
const uint16_t SFE_XM125_PRESENCE_INTER_FRAME_DEVIATION = 0x48
 
const uint16_t sfe_xm125_presence_inter_frame_deviation_default = 500
 
const uint16_t SFE_XM125_PRESENCE_INTER_FRAME_FAST_CUTOFF = 0x49
 
const uint16_t sfe_xm125_presence_inter_frame_fast_cutoff_default = 6000
 
const uint16_t SFE_XM125_PRESENCE_INTER_FRAME_SLOW_CUTOFF = 0x4a
 
const uint16_t sfe_xm125_presence_inter_frame_slow_cutoff_default = 200
 
const uint16_t SFE_XM125_PRESENCE_INTRA_FRAME_TIME_CONST = 0x4b
 
const uint16_t sfe_xm125_presence_intra_frame_time_const_default = 150
 
const uint16_t SFE_XM125_PRESENCE_INTRA_OUTPUT_TIME_CONST = 0x4c
 
const uint16_t sfe_xm125_presence_intra_output_time_const_default = 300
 
const uint16_t SFE_XM125_PRESENCE_INTER_OUTPUT_TIME_CONST = 0x4d
 
const uint16_t sfe_xm125_presence_inter_output_time_const_default = 2000
 
const uint16_t SFE_XM125_PRESENCE_AUTO_PROFILE_ENABLED = 0x4e
 
const bool sfe_xm125_presence_auto_profile_enabled_default = true
 
const uint16_t SFE_XM125_PRESENCE_AUTO_STEP_LENGTH_ENABLED = 0x4f
 
const bool sfe_xm125_presence_auto_step_length_enabled_default = true
 
const uint16_t SFE_XM125_PRESENCE_MANUAL_PROFILE = 0x50
 
const uint16_t SFE_XM125_PRESENCE_MANUAL_STEP_LENGTH = 0x51
 
const uint16_t sfe_xm125_presence_manual_step_length_default = 72
 
const uint16_t SFE_XM125_PRESENCE_START = 0x52
 
const uint16_t sfe_xm125_presence_start_default = 250
 
const uint16_t SFE_XM125_PRESENCE_END = 0x53
 
const uint16_t sfe_xm125_presence_end_default = 2500
 
const uint16_t SFE_XM125_PRESENCE_RESET_FILTERS_ON_PREPARE = 0x54
 
const bool sfe_xm125_presence_reset_filters_on_prepare_default = true
 
const uint16_t SFE_XM125_PRESENCE_HWAAS = 0x55
 
const uint16_t sfe_xm125_presence_hwaas_default = 32
 
const uint16_t SFE_XM125_PRESENCE_DETECTION_ON_GPIO = 0x80
 
const bool sfe_xm125_presence_detection_on_gpio_default = false
 
const uint16_t SFE_XM125_PRESENCE_COMMAND = 0x100
 
const uint32_t SFE_XM125_PRESENCE_APPLY_CONFIGURATION = 1
 
const uint32_t SFE_XM125_PRESENCE_START_DETECTOR = 2
 
const uint32_t SFE_XM125_PRESENCE_STOP_DETECTOR = 3
 
const uint32_t SFE_XM125_PRESENCE_ENABLE_UART_LOGS = 32
 
const uint32_t SFE_XM125_PRESENCE_DISABLE_UART_LOGS = 33
 
const uint32_t SFE_XM125_PRESENCE_LOG_CONFIGURATION = 34
 
const uint32_t SFE_XM125_PRESENCE_RESET_MODULE = 1381192737
 

Detailed Description

Header of the SparkFun Qwiic XM125 Library.

This file contains the header the Presence Application object

Author
SparkFun Electronics
Date
2024-2025

SPDX-License-Identifier: MIT

Enumeration Type Documentation

◆ sfe_xm125_presence_command_t

Enumerator
XM125_PRESENCE_APPLY_CONFIGURATION 
XM125_PRESENCE_START_DETECTOR 
XM125_PRESENCE_STOP_DETECTOR 
XM125_PRESENCE_ENABLE_UART_LOGS 
XM125_PRESENCE_DISABLE_UART_LOGS 
XM125_PRESENCE_LOG_CONFIGURATION 
XM125_PRESENCE_RESET_MODULE 

◆ sfe_xm125_presence_manual_profile_t

Enumerator
XM125_PRESENCE_PROFILE1 
XM125_PRESENCE_PROFILE2 
XM125_PRESENCE_PROFILE3 
XM125_PRESENCE_PROFILE4 
XM125_PRESENCE_PROFILE5 

Variable Documentation

◆ SFE_XM125_INTER_PRESENCE

const uint16_t SFE_XM125_INTER_PRESENCE = 0x13

◆ SFE_XM125_INTRA_PRESENCE_SCORE

const uint16_t SFE_XM125_INTRA_PRESENCE_SCORE = 0x12

◆ SFE_XM125_PRESENCE_ALL_ERROR_MASK

const uint32_t SFE_XM125_PRESENCE_ALL_ERROR_MASK
Initial value:
=
const uint32_t SFE_XM125_PRESENCE_RSS_REGISTER_ERROR_MASK
Definition: sfDevXM125Presence.h:40
const uint32_t SFE_XM125_PRESENCE_BUSY_MASK
Definition: sfDevXM125Presence.h:49
const uint32_t SFE_XM125_PRESENCE_CONFIG_CREATE_ERROR_MASK
Definition: sfDevXM125Presence.h:41
const uint32_t SFE_XM125_PRESENCE_DETECTOR_CREATE_ERROR_MASK
Definition: sfDevXM125Presence.h:44
const uint32_t SFE_XM125_PRESENCE_DETECTOR_BUFFER_ERROR_MASK
Definition: sfDevXM125Presence.h:45
const uint32_t SFE_XM125_PRESENCE_SENSOR_BUFFER_ERROR_MASK
Definition: sfDevXM125Presence.h:46
const uint32_t SFE_XM125_PRESENCE_DETECTOR_REG_ERROR_MASK
Definition: sfDevXM125Presence.h:48
const uint32_t SFE_XM125_PRESENCE_SENSOR_CALIBRATE_ERROR_MASK
Definition: sfDevXM125Presence.h:43
const uint32_t SFE_XM125_PRESENCE_CONFIG_APPLY_ERROR_MASK
Definition: sfDevXM125Presence.h:47
const uint32_t SFE_XM125_PRESENCE_SENSOR_CREATE_ERROR_MASK
Definition: sfDevXM125Presence.h:42
const uint32_t SFE_XM125_PRESENCE_DETECTOR_ERROR_MASK
Definition: sfDevXM125Presence.h:26

◆ SFE_XM125_PRESENCE_APPLY_CONFIGURATION

const uint32_t SFE_XM125_PRESENCE_APPLY_CONFIGURATION = 1

◆ SFE_XM125_PRESENCE_AUTO_PROFILE_ENABLED

const uint16_t SFE_XM125_PRESENCE_AUTO_PROFILE_ENABLED = 0x4e

◆ sfe_xm125_presence_auto_profile_enabled_default

const bool sfe_xm125_presence_auto_profile_enabled_default = true

◆ SFE_XM125_PRESENCE_AUTO_STEP_LENGTH_ENABLED

const uint16_t SFE_XM125_PRESENCE_AUTO_STEP_LENGTH_ENABLED = 0x4f

◆ sfe_xm125_presence_auto_step_length_enabled_default

const bool sfe_xm125_presence_auto_step_length_enabled_default = true

◆ SFE_XM125_PRESENCE_BUSY_MASK

const uint32_t SFE_XM125_PRESENCE_BUSY_MASK = 0x80000000

◆ SFE_XM125_PRESENCE_BUSY_MASK_SHIFT

const uint32_t SFE_XM125_PRESENCE_BUSY_MASK_SHIFT = 30

◆ SFE_XM125_PRESENCE_COMMAND

const uint16_t SFE_XM125_PRESENCE_COMMAND = 0x100

◆ SFE_XM125_PRESENCE_CONFIG_APPLY_ERROR_MASK

const uint32_t SFE_XM125_PRESENCE_CONFIG_APPLY_ERROR_MASK = 0x00800000

◆ SFE_XM125_PRESENCE_CONFIG_APPLY_ERROR_MASK_SHIFT

const uint32_t SFE_XM125_PRESENCE_CONFIG_APPLY_ERROR_MASK_SHIFT = 22

◆ SFE_XM125_PRESENCE_CONFIG_APPLY_OK_MASK

const uint32_t SFE_XM125_PRESENCE_CONFIG_APPLY_OK_MASK = 0x00000080

◆ SFE_XM125_PRESENCE_CONFIG_CREATE_ERROR_MASK

const uint32_t SFE_XM125_PRESENCE_CONFIG_CREATE_ERROR_MASK = 0x00020000

◆ SFE_XM125_PRESENCE_CONFIG_CREATE_ERROR_MASK_SHIFT

const uint32_t SFE_XM125_PRESENCE_CONFIG_CREATE_ERROR_MASK_SHIFT = 16

◆ SFE_XM125_PRESENCE_CONFIG_CREATE_OK_MASK

const uint32_t SFE_XM125_PRESENCE_CONFIG_CREATE_OK_MASK = 0x00000002

◆ SFE_XM125_PRESENCE_DETECTED_MASK

const uint32_t SFE_XM125_PRESENCE_DETECTED_MASK = 0x00000001

◆ SFE_XM125_PRESENCE_DETECTED_STICKY_MASK

const uint32_t SFE_XM125_PRESENCE_DETECTED_STICKY_MASK = 0x00000002

◆ SFE_XM125_PRESENCE_DETECTION_ON_GPIO

const uint16_t SFE_XM125_PRESENCE_DETECTION_ON_GPIO = 0x80

◆ sfe_xm125_presence_detection_on_gpio_default

const bool sfe_xm125_presence_detection_on_gpio_default = false

◆ SFE_XM125_PRESENCE_DETECTOR_BUFFER_ERROR_MASK

const uint32_t SFE_XM125_PRESENCE_DETECTOR_BUFFER_ERROR_MASK = 0x00200000

◆ SFE_XM125_PRESENCE_DETECTOR_BUFFER_ERROR_MASK_SHIFT

const uint32_t SFE_XM125_PRESENCE_DETECTOR_BUFFER_ERROR_MASK_SHIFT = 20

◆ SFE_XM125_PRESENCE_DETECTOR_BUFFER_OK_MASK

const uint32_t SFE_XM125_PRESENCE_DETECTOR_BUFFER_OK_MASK = 0x00000020

◆ SFE_XM125_PRESENCE_DETECTOR_CREATE_ERROR_MASK

const uint32_t SFE_XM125_PRESENCE_DETECTOR_CREATE_ERROR_MASK = 0x00100000

◆ SFE_XM125_PRESENCE_DETECTOR_CREATE_ERROR_MASK_SHIFT

const uint32_t SFE_XM125_PRESENCE_DETECTOR_CREATE_ERROR_MASK_SHIFT = 19

◆ SFE_XM125_PRESENCE_DETECTOR_CREATE_OK_MASK

const uint32_t SFE_XM125_PRESENCE_DETECTOR_CREATE_OK_MASK = 0x00000010

◆ SFE_XM125_PRESENCE_DETECTOR_ERROR_MASK

const uint32_t SFE_XM125_PRESENCE_DETECTOR_ERROR_MASK = 0x00008000

◆ SFE_XM125_PRESENCE_DETECTOR_ERROR_MASK_SHIFT

const uint32_t SFE_XM125_PRESENCE_DETECTOR_ERROR_MASK_SHIFT = 14

◆ SFE_XM125_PRESENCE_DETECTOR_REG_ERROR_MASK

const uint32_t SFE_XM125_PRESENCE_DETECTOR_REG_ERROR_MASK = 0x10000000

◆ SFE_XM125_PRESENCE_DETECTOR_REG_ERROR_MASK_SHIFT

const uint32_t SFE_XM125_PRESENCE_DETECTOR_REG_ERROR_MASK_SHIFT = 27

◆ SFE_XM125_PRESENCE_DETECTOR_STATUS

const uint16_t SFE_XM125_PRESENCE_DETECTOR_STATUS = 0x03

◆ SFE_XM125_PRESENCE_DETECTOR_STATUS_MASK

const uint32_t SFE_XM125_PRESENCE_DETECTOR_STATUS_MASK = 0b10010000111111110000000011111111

◆ SFE_XM125_PRESENCE_DISABLE_UART_LOGS

const uint32_t SFE_XM125_PRESENCE_DISABLE_UART_LOGS = 33

◆ SFE_XM125_PRESENCE_DISTANCE

const uint16_t SFE_XM125_PRESENCE_DISTANCE = 0x11

◆ SFE_XM125_PRESENCE_ENABLE_UART_LOGS

const uint32_t SFE_XM125_PRESENCE_ENABLE_UART_LOGS = 32

◆ SFE_XM125_PRESENCE_END

const uint16_t SFE_XM125_PRESENCE_END = 0x53

◆ sfe_xm125_presence_end_default

const uint16_t sfe_xm125_presence_end_default = 2500

◆ SFE_XM125_PRESENCE_FRAME_RATE

const uint16_t SFE_XM125_PRESENCE_FRAME_RATE = 0x45

◆ sfe_xm125_presence_frame_rate_default

const uint16_t sfe_xm125_presence_frame_rate_default = 12000

◆ SFE_XM125_PRESENCE_HWAAS

const uint16_t SFE_XM125_PRESENCE_HWAAS = 0x55

◆ sfe_xm125_presence_hwaas_default

const uint16_t sfe_xm125_presence_hwaas_default = 32

◆ SFE_XM125_PRESENCE_INTER_DETECTION_ENABLED

const uint16_t SFE_XM125_PRESENCE_INTER_DETECTION_ENABLED = 0x44

◆ sfe_xm125_presence_inter_detection_enabled_default

const bool sfe_xm125_presence_inter_detection_enabled_default = true

◆ SFE_XM125_PRESENCE_INTER_DETECTION_THRESHOLD

const uint16_t SFE_XM125_PRESENCE_INTER_DETECTION_THRESHOLD = 0x47

◆ sfe_xm125_presence_inter_detection_threshold_default

const uint16_t sfe_xm125_presence_inter_detection_threshold_default = 1000

◆ SFE_XM125_PRESENCE_INTER_FRAME_DEVIATION

const uint16_t SFE_XM125_PRESENCE_INTER_FRAME_DEVIATION = 0x48

◆ sfe_xm125_presence_inter_frame_deviation_default

const uint16_t sfe_xm125_presence_inter_frame_deviation_default = 500

◆ SFE_XM125_PRESENCE_INTER_FRAME_FAST_CUTOFF

const uint16_t SFE_XM125_PRESENCE_INTER_FRAME_FAST_CUTOFF = 0x49

◆ sfe_xm125_presence_inter_frame_fast_cutoff_default

const uint16_t sfe_xm125_presence_inter_frame_fast_cutoff_default = 6000

◆ SFE_XM125_PRESENCE_INTER_FRAME_SLOW_CUTOFF

const uint16_t SFE_XM125_PRESENCE_INTER_FRAME_SLOW_CUTOFF = 0x4a

◆ sfe_xm125_presence_inter_frame_slow_cutoff_default

const uint16_t sfe_xm125_presence_inter_frame_slow_cutoff_default = 200

◆ SFE_XM125_PRESENCE_INTER_FRAME_TIMEOUT

const uint16_t SFE_XM125_PRESENCE_INTER_FRAME_TIMEOUT = 0x41

◆ sfe_xm125_presence_inter_frame_timeout_default

const uint16_t sfe_xm125_presence_inter_frame_timeout_default = 3

◆ SFE_XM125_PRESENCE_INTER_OUTPUT_TIME_CONST

const uint16_t SFE_XM125_PRESENCE_INTER_OUTPUT_TIME_CONST = 0x4d

◆ sfe_xm125_presence_inter_output_time_const_default

const uint16_t sfe_xm125_presence_inter_output_time_const_default = 2000

◆ SFE_XM125_PRESENCE_INTER_PHASE_BOOST_ENABLED

const uint16_t SFE_XM125_PRESENCE_INTER_PHASE_BOOST_ENABLED = 0x42

◆ sfe_xm125_presence_inter_phase_boost_enabled_default

const bool sfe_xm125_presence_inter_phase_boost_enabled_default = false

◆ SFE_XM125_PRESENCE_INTRA_DETECTION_ENABLED

const uint16_t SFE_XM125_PRESENCE_INTRA_DETECTION_ENABLED = 0x43

◆ sfe_xm125_presence_intra_detection_enabled_default

const bool sfe_xm125_presence_intra_detection_enabled_default = true

◆ SFE_XM125_PRESENCE_INTRA_DETECTION_THRESHOLD

const uint16_t SFE_XM125_PRESENCE_INTRA_DETECTION_THRESHOLD = 0x46

◆ sfe_xm125_presence_intra_detection_threshold_default

const uint16_t sfe_xm125_presence_intra_detection_threshold_default = 1300

◆ SFE_XM125_PRESENCE_INTRA_FRAME_TIME_CONST

const uint16_t SFE_XM125_PRESENCE_INTRA_FRAME_TIME_CONST = 0x4b

◆ sfe_xm125_presence_intra_frame_time_const_default

const uint16_t sfe_xm125_presence_intra_frame_time_const_default = 150

◆ SFE_XM125_PRESENCE_INTRA_OUTPUT_TIME_CONST

const uint16_t SFE_XM125_PRESENCE_INTRA_OUTPUT_TIME_CONST = 0x4c

◆ sfe_xm125_presence_intra_output_time_const_default

const uint16_t sfe_xm125_presence_intra_output_time_const_default = 300

◆ SFE_XM125_PRESENCE_LOG_CONFIGURATION

const uint32_t SFE_XM125_PRESENCE_LOG_CONFIGURATION = 34

◆ SFE_XM125_PRESENCE_MAJOR_VERSION_MASK

const uint32_t SFE_XM125_PRESENCE_MAJOR_VERSION_MASK = 0xffff0000

◆ SFE_XM125_PRESENCE_MAJOR_VERSION_MASK_SHIFT

const uint32_t SFE_XM125_PRESENCE_MAJOR_VERSION_MASK_SHIFT = 16

◆ SFE_XM125_PRESENCE_MANUAL_PROFILE

const uint16_t SFE_XM125_PRESENCE_MANUAL_PROFILE = 0x50

◆ SFE_XM125_PRESENCE_MANUAL_STEP_LENGTH

const uint16_t SFE_XM125_PRESENCE_MANUAL_STEP_LENGTH = 0x51

◆ sfe_xm125_presence_manual_step_length_default

const uint16_t sfe_xm125_presence_manual_step_length_default = 72

◆ SFE_XM125_PRESENCE_MEASURE_COUNTER

const uint16_t SFE_XM125_PRESENCE_MEASURE_COUNTER = 0x02

◆ SFE_XM125_PRESENCE_MINOR_VERSION_MASK

const uint32_t SFE_XM125_PRESENCE_MINOR_VERSION_MASK = 0x0000ff00

◆ SFE_XM125_PRESENCE_MINOR_VERSION_MASK_SHIFT

const uint32_t SFE_XM125_PRESENCE_MINOR_VERSION_MASK_SHIFT = 8

◆ SFE_XM125_PRESENCE_PATCH_VERSION_MASK

const uint32_t SFE_XM125_PRESENCE_PATCH_VERSION_MASK = 0x000000ff

◆ SFE_XM125_PRESENCE_PROTOCOL_STATUS

const uint16_t SFE_XM125_PRESENCE_PROTOCOL_STATUS = 0x01

◆ SFE_XM125_PRESENCE_RESET_FILTERS_ON_PREPARE

const uint16_t SFE_XM125_PRESENCE_RESET_FILTERS_ON_PREPARE = 0x54

◆ sfe_xm125_presence_reset_filters_on_prepare_default

const bool sfe_xm125_presence_reset_filters_on_prepare_default = true

◆ SFE_XM125_PRESENCE_RESET_MODULE

const uint32_t SFE_XM125_PRESENCE_RESET_MODULE = 1381192737

◆ SFE_XM125_PRESENCE_RESULT

const uint16_t SFE_XM125_PRESENCE_RESULT = 0x10

◆ SFE_XM125_PRESENCE_RSS_REGISTER_ERROR_MASK

const uint32_t SFE_XM125_PRESENCE_RSS_REGISTER_ERROR_MASK = 0x00010000

◆ SFE_XM125_PRESENCE_RSS_REGISTER_ERROR_MASK_SHIFT

const uint32_t SFE_XM125_PRESENCE_RSS_REGISTER_ERROR_MASK_SHIFT = 15

◆ SFE_XM125_PRESENCE_RSS_REGISTER_OK_MASK

const uint32_t SFE_XM125_PRESENCE_RSS_REGISTER_OK_MASK = 0x00000001

◆ SFE_XM125_PRESENCE_SENSOR_BUFFER_ERROR_MASK

const uint32_t SFE_XM125_PRESENCE_SENSOR_BUFFER_ERROR_MASK = 0x00400000

◆ SFE_XM125_PRESENCE_SENSOR_BUFFER_ERROR_MASK_SHIFT

const uint32_t SFE_XM125_PRESENCE_SENSOR_BUFFER_ERROR_MASK_SHIFT = 21

◆ SFE_XM125_PRESENCE_SENSOR_BUFFER_OK_MASK

const uint32_t SFE_XM125_PRESENCE_SENSOR_BUFFER_OK_MASK = 0x00000040

◆ SFE_XM125_PRESENCE_SENSOR_CALIBRATE_ERROR_MASK

const uint32_t SFE_XM125_PRESENCE_SENSOR_CALIBRATE_ERROR_MASK = 0x00080000

◆ SFE_XM125_PRESENCE_SENSOR_CALIBRATE_ERROR_MASK_SHIFT

const uint32_t SFE_XM125_PRESENCE_SENSOR_CALIBRATE_ERROR_MASK_SHIFT = 18

◆ SFE_XM125_PRESENCE_SENSOR_CALIBRATE_OK_MASK

const uint32_t SFE_XM125_PRESENCE_SENSOR_CALIBRATE_OK_MASK = 0x00000008

◆ SFE_XM125_PRESENCE_SENSOR_CREATE_ERROR_MASK

const uint32_t SFE_XM125_PRESENCE_SENSOR_CREATE_ERROR_MASK = 0x00040000

◆ SFE_XM125_PRESENCE_SENSOR_CREATE_ERROR_MASK_SHIFT

const uint32_t SFE_XM125_PRESENCE_SENSOR_CREATE_ERROR_MASK_SHIFT = 17

◆ SFE_XM125_PRESENCE_SENSOR_CREATE_OK_MASK

const uint32_t SFE_XM125_PRESENCE_SENSOR_CREATE_OK_MASK = 0x00000004

◆ SFE_XM125_PRESENCE_START

const uint16_t SFE_XM125_PRESENCE_START = 0x52

◆ sfe_xm125_presence_start_default

const uint16_t sfe_xm125_presence_start_default = 250

◆ SFE_XM125_PRESENCE_START_DETECTOR

const uint32_t SFE_XM125_PRESENCE_START_DETECTOR = 2

◆ SFE_XM125_PRESENCE_STOP_DETECTOR

const uint32_t SFE_XM125_PRESENCE_STOP_DETECTOR = 3

◆ SFE_XM125_PRESENCE_SWEEPS_PER_FRAME

const uint16_t SFE_XM125_PRESENCE_SWEEPS_PER_FRAME = 0x40

◆ sfe_xm125_presence_sweeps_per_frame_default

const uint16_t sfe_xm125_presence_sweeps_per_frame_default = 16

◆ SFE_XM125_PRESENCE_TEMPERATURE_MASK

const uint32_t SFE_XM125_PRESENCE_TEMPERATURE_MASK = 0xffff0000

◆ SFE_XM125_PRESENCE_TEMPERATURE_MASK_SHIFT

const uint32_t SFE_XM125_PRESENCE_TEMPERATURE_MASK_SHIFT = 16

◆ SFE_XM125_PRESENCE_VERSION

const uint16_t SFE_XM125_PRESENCE_VERSION = 0x00