hi_mpi_hdmi_init
Applicability
|
Product |
Supported |
|---|---|
|
|
☓ |
|
|
☓ |
|
|
√ |
|
|
☓ |
|
|
☓ |
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 API must be called in pair with hi_mpi_hdmi_deinit. Specifically, after this API is called, call hi_mpi_hdmi_deinit before calling hi_mpi_hdmi_init again.
- Currently, this API does not support multiple processes.
Parent topic: HDMI Peripherals