libtiepie-hw
1.1.10
|
The enabled state of a device trigger output determines whether an output is used. More...
Functions | |
TIEPIE_HW_API tiepie_hw_bool | tiepie_hw_device_trigger_output_get_enabled (tiepie_hw_handle handle, uint16_t output) |
Check whether a trigger output is enabled. More... | |
TIEPIE_HW_API tiepie_hw_bool | tiepie_hw_device_trigger_output_set_enabled (tiepie_hw_handle handle, uint16_t output, tiepie_hw_bool value) |
Set trigger output enable. More... | |
The enabled state of a device trigger output determines whether an output is used.
By default, all trigger outputs are disabled.
TIEPIE_HW_API tiepie_hw_bool tiepie_hw_device_trigger_output_get_enabled | ( | tiepie_hw_handle | handle, |
uint16_t | output | ||
) |
Check whether a trigger output is enabled.
[in] | handle | A device handle identifying the device. |
[in] | output | The trigger output index identifying the trigger output, 0 to Dev_trOut_get_count() - 1 . |
TIEPIE_HW_API tiepie_hw_bool tiepie_hw_device_trigger_output_set_enabled | ( | tiepie_hw_handle | handle, |
uint16_t | output, | ||
tiepie_hw_bool | value | ||
) |
Set trigger output enable.
[in] | handle | A device handle identifying the device. |
[in] | output | The trigger output index identifying the trigger output, 0 to Dev_trOut_get_count() - 1 . |
[in] | value | TIEPIE_HW_BOOL_TRUE or TIEPIE_HW_BOOL_FALSE. |