Power management functions.
More...
Power management functions.
===============================================================================
##### Power management functions #####
===============================================================================
[..] This section provides a set of functions allowing to control the power
mode of the IRPyro sensor.
◆ IRPyro_power_mode_low_set()
◆ IRPyro_power_mode_normal_set()
activates the normal power mode settings stored on the IRPyro structure
- Return values
-
op_result | 1 success / 0 error |
Definition at line 1048 of file IRPyro_API_single_device_layer.c.
◆ IRPyro_power_mode_sleep_set()
The device will automatically enter either low power or normal power sleep mode depending in the power state the device is in when it is put to sleep. The WUP register contains the settings for either sleep mode.
- Parameters
-
this_device | pointer to the IRPyro data structure |
- Return values
-
Definition at line 973 of file IRPyro_API_single_device_layer.c.
◆ IRPyro_power_mode_wakeup_set()
The device will automatically enter either low power or normal power sleep mode depending in the power state the device is in when it is put to sleep. The WUP register contains the settings for either sleep mode.
- Parameters
-
this_device | pointer to the IRPyro data structure |
- Return values
-
Definition at line 996 of file IRPyro_API_single_device_layer.c.