Allows to read/write the AFE register performing conversion between bytes and struct values.
More...
Allows to read/write the AFE register performing conversion between bytes and struct values.
◆ AFE_init()
Initializes the AFE register with this_device values.
- Parameters
-
this_device | pointer to the IRPyro data structure |
- Return values
-
op_result | 1 success / 0 error |
Definition at line 522 of file IRPyro_API_single_device_layer.c.
◆ AFE_read()
reads the AFE register on the IRPyro and loads into this_device
- Parameters
-
this_device | pointer to the IRPyro data structure |
AFE_data | contents of the AFE register on the IRPyro sensor |
- Return values
-
op_result | 1 success / 0 error |
Definition at line 541 of file IRPyro_API_single_device_layer.c.
◆ AFE_write()
writes the AFE register contents of this_device into the IRPyro
- Parameters
-
this_device | pointer to the IRPyro data structure |
- Return values
-
op_result | 1 success / 0 error |
Definition at line 556 of file IRPyro_API_single_device_layer.c.