FIFO memory functions.
More...
FIFO memory functions.
===============================================================================
##### FIFO memory functions #####
===============================================================================
[..] This section provides a set of functions allowing to get captured data
from the sensor RAM register
Read data packet (up to 17 bytes) for only active channel.
- Parameters
-
this_device | pointer to the IRPyro data structure |
- Return values
-
op_result | 1 success / 0 error |
Definition at line 886 of file IRPyro_API_single_device_layer.c.
Ask the IRPyro if a frame of data is available used when a polling reading operation has started.
- Parameters
-
this_device | pointer to the IRPyro data structure |
- Return values
-
op_result | 1 success / 0 error |
Definition at line 914 of file IRPyro_API_single_device_layer.c.
Clear the entire FIFO (Rd/Wr pointer reset with the Empty)
- Parameters
-
this_device | pointer to the IRPyro data structure |
- Return values
-
op_result | 1 success / 0 error |
Definition at line 932 of file IRPyro_API_single_device_layer.c.