All enabled channels in the device can be manipulated.
More...
All enabled channels in the device can be manipulated.
◆ CCP_init()
Initializes the CCP 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 609 of file IRPyro_API_single_device_layer.c.
◆ CCP_read()
reads the CCP registers on the IRPyro and loads into this_device
- Parameters
-
this_device | pointer to the IRPyro data structure |
CCP_data | contents of the CCP register on the IRPyro sensor |
- Return values
-
op_result | 1 success / 0 error |
Definition at line 656 of file IRPyro_API_single_device_layer.c.
◆ CCP_write()
writes the CCP registers 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 673 of file IRPyro_API_single_device_layer.c.