IRQ Handler and Callbacks

IRQ Handler and Callbacks functions. More...

Functions

void hal_hmac_irq_handler (hmac_handle_t *p_hmac)
 Handle HMAC interrupt request. More...
 
void hal_hmac_done_callback (hmac_handle_t *p_hmac)
 Digest Done callback. More...
 
void hal_hmac_error_callback (hmac_handle_t *p_hmac)
 HMAC error callback. More...
 

Detailed Description

IRQ Handler and Callbacks functions.

Function Documentation

◆ hal_hmac_done_callback()

void hal_hmac_done_callback ( hmac_handle_t p_hmac)

Digest Done callback.

Parameters
[in]p_hmacPointer to a HMAC handle which contains the configuration information for the specified HMAC module.

◆ hal_hmac_error_callback()

void hal_hmac_error_callback ( hmac_handle_t p_hmac)

HMAC error callback.

Parameters
[in]p_hmacPointer to a HMAC handle which contains the configuration information for the specified HMAC module.

◆ hal_hmac_irq_handler()

void hal_hmac_irq_handler ( hmac_handle_t p_hmac)

Handle HMAC interrupt request.

Parameters
[in]p_hmacPointer to a HMAC handle which contains the configuration information for the specified HMAC module.