hi_hdmi_callback_func
Description
Defines the HDMI callback function.
Definition
typedef struct {
hi_hdmi_callback hdmi_event_callback;
void *private_data;
} hi_hdmi_callback_func;
Members
Member |
Description |
|---|---|
hdmi_event_callback |
Event handling callback function. |
private_data |
Private data of the callback functions and parameters. |
Parent topic: HDMI Peripherals