HAL_PKC Callback function definition. More...
#include <gr55xx_hal_pkc.h>
Public Attributes | |
void(* | pkc_msp_init )(pkc_handle_t *p_pkc) |
PKC init MSP callback More... | |
void(* | pkc_msp_deinit )(pkc_handle_t *p_pkc) |
PKC de-init MSP callback More... | |
void(* | pkc_done_callback )(pkc_handle_t *p_pkc) |
PKC calculate done callback More... | |
void(* | pkc_error_callback )(pkc_handle_t *p_pkc) |
PKC error callback More... | |
void(* | pkc_overflow_callback )(pkc_handle_t *p_pkc) |
PKC over flow callback More... | |
HAL_PKC Callback function definition.
Definition at line 289 of file gr55xx_hal_pkc.h.
void(* _hal_pkc_callback::pkc_done_callback) (pkc_handle_t *p_pkc) |
PKC calculate done callback
Definition at line 293 of file gr55xx_hal_pkc.h.
void(* _hal_pkc_callback::pkc_error_callback) (pkc_handle_t *p_pkc) |
PKC error callback
Definition at line 294 of file gr55xx_hal_pkc.h.
void(* _hal_pkc_callback::pkc_msp_deinit) (pkc_handle_t *p_pkc) |
PKC de-init MSP callback
Definition at line 292 of file gr55xx_hal_pkc.h.
void(* _hal_pkc_callback::pkc_msp_init) (pkc_handle_t *p_pkc) |
PKC init MSP callback
Definition at line 291 of file gr55xx_hal_pkc.h.
void(* _hal_pkc_callback::pkc_overflow_callback) (pkc_handle_t *p_pkc) |
PKC over flow callback
Definition at line 295 of file gr55xx_hal_pkc.h.