hi_mpi_hdmi_deinit
The
The
Description
Deinitializes the HDMI.
Restrictions
- This API must be called in pair with hi_mpi_hdmi_init. Specifically, call hi_mpi_hdmi_deinit after hi_mpi_hdmi_init is called. In addition, ensure that the calls of these two APIs are the same.
- Currently, this API does not support multiple processes.
Prototype
hi_s32 hi_mpi_hdmi_deinit(void)
Parameters
None
Returns
- 0: success
- Other values: failure. For details, see HDMI Peripheral Return Codes.
Parent topic: HDMI Peripherals