This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2432: The function registered in .callback of Hwip_Params of TIAPI:Hwip_construct()

Part Number: AM2432

Tool/software:

Hi,

My customer has a question below. Could you provide them an answer ? 

The function is registered in .callback of the second parameter "Hwip_Params" of the function "TIAPI:Hwip_construct()".

Does this function act as an interrupt function?

Or does it work as a normal task?

If it is not an interrupt function, what API should they use to use it as an interrupt function?

Regards,
Hideaki

  • Hi Hideaki,

    The function is registered in .callback of the second parameter "Hwip_Params" of the function "TIAPI:Hwip_construct()".

    The HwiP_params is not a callback function for the interrupt. It is the set of parameters configuration that is used while setting up an interrupt.

    If it is not an interrupt function, what API should they use to use it as an interrupt function?

    The Hwip_Params parameters contains an attribute callback that holds the interrupt callback function.

    Please refer HwiP_Params for details.

    Hope the above clarifies.

    Regards,

    Tushar