DIAG_INTERRUPT_UpdateInterruptCounter

Software Requirement Reference ID : SW_INTERRUPT_FREQUENCY_TEST_01. This API is used to increment the count of registered interrupt. This API should be called from ISR of registered interrupt.

void DIAG_INTERRUPT_UpdateInterruptCounter(
    diag_interrupt_id_t intrId
)

Parameters

[in] intrId

diag_interrupt_id_t

- ID for the interrupt to be updated.

Returns

void None