hi_mpi_hdmi_init
The
The
Description
Initializes the HDMI.
Restrictions
- This API must be called in pair with hi_mpi_hdmi_deinit. Specifically, after hi_mpi_hdmi_init is called, call hi_mpi_hdmi_deinit before calling hi_mpi_hdmi_init again.
- Currently, this API does not support multiple processes.
Prototype
hi_s32 hi_mpi_hdmi_init(void)
Parameters
None
Returns
- 0: success
- Other values: failure. For details, see HDMI Peripheral Return Codes.
Parent topic: HDMI Peripherals