hi_mpi_hdmi_init
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
☓ |
|
|
☓ |
|
|
☓ |
|
|
√ |
|
|
☓ |
|
|
☓ |
Function Description
Initializes the HDMI.
Prototype
hi_s32 hi_mpi_hdmi_init(void)
Parameters
None
Returns
- 0: success
- Other values: failure. For details, see HDMI Peripheral Return Codes.
Restrictions
- This interface must be invoked together with the hi_mpi_hdmi_deinit interface. That is, after this interface is invoked, the hi_mpi_hdmi_init interface can be invoked again only after the hi_mpi_hdmi_deinit interface is invoked.
- Currently, this API does not support multiple processes.
Parent topic: HDMI Peripherals