This section groups all the functions that manage the Wake Up event generation.
More...
This section groups all the functions that manage the Wake Up event generation.
◆ iis328dq_wkup_to_sleep_get()
int32_t Accelerometer::iis328dq_wkup_to_sleep_get |
( |
uint8_t * |
val | ) |
|
Turn-on mode selection for sleep to wake function.[get].
- Parameters
-
val | change the values of turnon in reg CTRL_REG5 |
- Return values
-
Interface | status (MANDATORY: return 0 -> no Error) |
Definition at line 1737 of file accelerometer.cpp.
◆ iis328dq_wkup_to_sleep_set()
int32_t Accelerometer::iis328dq_wkup_to_sleep_set |
( |
uint8_t |
val | ) |
|
Turn-on mode selection for sleep to wake function.[set].
- Parameters
-
val | change the values of turnon in reg CTRL_REG5 |
- Return values
-
Interface | status (MANDATORY: return 0 -> no Error) |
Definition at line 1716 of file accelerometer.cpp.