IRQ Handler and Callbacks

IRQ Handler and Callbacks functions. More...

Functions

void hal_pkc_irq_handler (pkc_handle_t *p_pkc)
 Handle PKC interrupt request. More...
 
void hal_pkc_done_callback (pkc_handle_t *p_pkc)
 PKC calculate done callback. More...
 
void hal_pkc_error_callback (pkc_handle_t *p_pkc)
 PKC error callback. More...
 
void hal_pkc_overflow_callback (pkc_handle_t *p_pkc)
 PKC over flow callback. More...
 

Detailed Description

IRQ Handler and Callbacks functions.

Function Documentation

◆ hal_pkc_done_callback()

void hal_pkc_done_callback ( pkc_handle_t p_pkc)

PKC calculate done callback.

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

◆ hal_pkc_error_callback()

void hal_pkc_error_callback ( pkc_handle_t p_pkc)

PKC error callback.

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

◆ hal_pkc_irq_handler()

void hal_pkc_irq_handler ( pkc_handle_t p_pkc)

Handle PKC interrupt request.

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

◆ hal_pkc_overflow_callback()

void hal_pkc_overflow_callback ( pkc_handle_t p_pkc)

PKC over flow callback.

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