hi_mpi_vi_set_pipe_bind_strobe
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
☓ |
☓ |
|
☓ |
|
√ |
|
☓ |
|
☓ |
Function Description
Sets the binding relationship between the VI pipe and the external strobe input signal.
Prototype
hi_s32 hi_mpi_vi_set_pipe_bind_strobe(hi_vi_pipe vi_pipe, hi_u32 strobe_id)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
vi_pipe |
Input |
Physical pipe ID. Value range: [0, 4) |
strobe_id |
Input |
Strobe pin ID Value range: [0, 3). |
Returns
- 0: success
- Other values: failure. For details, see VI Return Codes.
Restrictions
- Before calling this API, you must call the hi_mpi_vi_create_pipe API to create a pipe.
- This API must be called before hi_mpi_vi_start_pipe is called to start the pipe.
Parent topic: VI