Stima V4 Slave RAIN  4.2
IIS328DQ_Wake_Up_Event

This section groups all the functions that manage the Wake Up event generation. More...

Functions

int32_t Accelerometer::iis328dq_wkup_to_sleep_set (uint8_t val)
 Turn-on mode selection for sleep to wake function.[set]. More...
 
int32_t Accelerometer::iis328dq_wkup_to_sleep_get (uint8_t *val)
 Turn-on mode selection for sleep to wake function.[get]. More...
 

Detailed Description

This section groups all the functions that manage the Wake Up event generation.

Function Documentation

◆ 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
valchange the values of turnon in reg CTRL_REG5
Return values
Interfacestatus (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
valchange the values of turnon in reg CTRL_REG5
Return values
Interfacestatus (MANDATORY: return 0 -> no Error)

Definition at line 1716 of file accelerometer.cpp.