Integration of HDMI 2.1 RX Interrupt Controlling Layer - 1.2 English

HDMI 2.1 Receiver Subsystem v1.2 Product Guide (PG351)

Document ID
PG351
Release Date
2023-10-31
Version
1.2 English

The user can make use of the functions provided in the HDMI 2.1 RX interrupt controlling layer to register callbacks that can be used by the example application. These callbacks allow the application to directly interface with the HDMI 2.1 RX interrupt controlling layer at different stages of the RX flow.

The following APIs can be used by the user to interface with the HDMI 2.1 RX interrupt controlling layer.

  • Initializing the application interrupt controlling layer,
    
    u32 XV_Rx_Hdmi_Initialize(XV_Rx *InstancePtr, u32 HdmiRxSsDevId,
                              u32 VPhyDevId, XV_Rx_IntrVecId IntrVecIds);
  • Setting the callbacks from the interrupt controlling layer,
    
    u32 XV_Rx_SetTriggerCallbacks(XV_Rx *InstancePtr,
                                  XV_Rx_Trigger_CallbackHandler Handler,
                                  void *Callback, void *CallbackRef);