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
◆ FIFO_data_active_get()
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 889 of file IRPyro_API_single_device_layer.c.
◆ FIFO_ready_status_get()
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 917 of file IRPyro_API_single_device_layer.c.
◆ FIFO_reset()
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 935 of file IRPyro_API_single_device_layer.c.