This section groups all the functions that manage the interrupt on threshold event generation.
More...
This section groups all the functions that manage the interrupt on threshold event generation.
◆ iis328dq_int1_dur_get()
int32_t Accelerometer::iis328dq_int1_dur_get |
( |
uint8_t * |
val | ) |
|
Duration value for interrupt 1 generator.[get].
- Parameters
-
val | change the values of d in reg INT1_DURATION |
- Return values
-
Interface | status (MANDATORY: return 0 -> no Error) |
Definition at line 1516 of file accelerometer.cpp.
◆ iis328dq_int1_dur_set()
int32_t Accelerometer::iis328dq_int1_dur_set |
( |
uint8_t |
val | ) |
|
Duration value for interrupt 1 generator.[set].
- Parameters
-
val | change the values of d in reg INT1_DURATION |
- Return values
-
Interface | status (MANDATORY: return 0 -> no Error) |
Definition at line 1495 of file accelerometer.cpp.
◆ iis328dq_int1_on_threshold_conf_get()
int32_t Accelerometer::iis328dq_int1_on_threshold_conf_get |
( |
int1_on_th_conf_t * |
val | ) |
|
Configure the interrupt 1 threshold sign.[get].
- Parameters
-
val | enable sign and axis for interrupt on threshold |
- Return values
-
Interface | status (MANDATORY: return 0 -> no Error) |
Definition at line 1382 of file accelerometer.cpp.
◆ iis328dq_int1_on_threshold_conf_set()
Configure the interrupt 1 threshold sign.[set].
- Parameters
-
val | enable sign and axis for interrupt on threshold |
- Return values
-
Interface | status (MANDATORY: return 0 -> no Error) |
Definition at line 1357 of file accelerometer.cpp.
◆ iis328dq_int1_on_threshold_mode_get()
AND/OR combination of Interrupt 1 events.[get].
- Parameters
-
val | Get the values of aoi in reg INT1_CFG |
- Return values
-
Interface | status (MANDATORY: return 0 -> no Error) |
Definition at line 1421 of file accelerometer.cpp.
◆ iis328dq_int1_on_threshold_mode_set()
AND/OR combination of Interrupt 1 events.[set].
- Parameters
-
val | change the values of aoi in reg INT1_CFG |
- Return values
-
Interface | status (MANDATORY: return 0 -> no Error) |
Definition at line 1401 of file accelerometer.cpp.
◆ iis328dq_int1_src_get()
Interrupt generator 1 on threshold source register.[get].
- Parameters
-
- Return values
-
Interface | status (MANDATORY: return 0 -> no Error) |
Definition at line 1449 of file accelerometer.cpp.
◆ iis328dq_int1_treshold_get()
int32_t Accelerometer::iis328dq_int1_treshold_get |
( |
uint8_t * |
val | ) |
|
Interrupt 1 threshold.[get].
- Parameters
-
val | change the values of ths in reg INT1_THS |
- Return values
-
Interface | status (MANDATORY: return 0 -> no Error) |
Definition at line 1481 of file accelerometer.cpp.
◆ iis328dq_int1_treshold_set()
int32_t Accelerometer::iis328dq_int1_treshold_set |
( |
uint8_t |
val | ) |
|
Interrupt 1 threshold.[set].
- Parameters
-
val | change the values of ths in reg INT1_THS |
- Return values
-
Interface | status (MANDATORY: return 0 -> no Error) |
Definition at line 1461 of file accelerometer.cpp.
◆ iis328dq_int2_dur_get()
int32_t Accelerometer::iis328dq_int2_dur_get |
( |
uint8_t * |
val | ) |
|
Duration value for interrupt 2 generator.[get].
- Parameters
-
val | change the values of d in reg INT2_DURATION |
- Return values
-
Interface | status (MANDATORY: return 0 -> no Error) |
Definition at line 1691 of file accelerometer.cpp.
◆ iis328dq_int2_dur_set()
int32_t Accelerometer::iis328dq_int2_dur_set |
( |
uint8_t |
val | ) |
|
Duration value for interrupt 2 generator.[set].
- Parameters
-
val | change the values of d in reg INT2_DURATION |
- Return values
-
Interface | status (MANDATORY: return 0 -> no Error) |
Definition at line 1670 of file accelerometer.cpp.
◆ iis328dq_int2_on_threshold_conf_get()
int32_t Accelerometer::iis328dq_int2_on_threshold_conf_get |
( |
int2_on_th_conf_t * |
val | ) |
|
Configure the interrupt 2 threshold sign.[get].
- Parameters
-
val | enable sign and axis for interrupt on threshold |
- Return values
-
Interface | status (MANDATORY: return 0 -> no Error) |
Definition at line 1557 of file accelerometer.cpp.
◆ iis328dq_int2_on_threshold_conf_set()
Configure the interrupt 2 threshold sign.[set].
- Parameters
-
val | enable sign and axis for interrupt on threshold |
- Return values
-
Interface | status (MANDATORY: return 0 -> no Error) |
Definition at line 1531 of file accelerometer.cpp.
◆ iis328dq_int2_on_threshold_mode_get()
AND/OR combination of Interrupt 2 events.[get].
- Parameters
-
val | Get the values of aoi in reg INT2_CFG |
- Return values
-
Interface | status (MANDATORY: return 0 -> no Error) |
Definition at line 1596 of file accelerometer.cpp.
◆ iis328dq_int2_on_threshold_mode_set()
AND/OR combination of Interrupt 2 events.[set].
- Parameters
-
val | change the values of aoi in reg INT2_CFG |
- Return values
-
Interface | status (MANDATORY: return 0 -> no Error) |
Definition at line 1576 of file accelerometer.cpp.
◆ iis328dq_int2_src_get()
Interrupt generator 1 on threshold source register.[get].
- Parameters
-
- Return values
-
Interface | status (MANDATORY: return 0 -> no Error) |
Definition at line 1624 of file accelerometer.cpp.
◆ iis328dq_int2_treshold_get()
int32_t Accelerometer::iis328dq_int2_treshold_get |
( |
uint8_t * |
val | ) |
|
Interrupt 2 threshold.[get].
- Parameters
-
val | change the values of ths in reg INT2_THS |
- Return values
-
Interface | status (MANDATORY: return 0 -> no Error) |
Definition at line 1656 of file accelerometer.cpp.
◆ iis328dq_int2_treshold_set()
int32_t Accelerometer::iis328dq_int2_treshold_set |
( |
uint8_t |
val | ) |
|
Interrupt 2 threshold.[set].
- Parameters
-
val | change the values of ths in reg INT2_THS |
- Return values
-
Interface | status (MANDATORY: return 0 -> no Error) |
Definition at line 1636 of file accelerometer.cpp.