PKC Interrupt_definition

Macros

#define PKC_IT_DONE   LL_PKC_INTEN_DONE
 
#define PKC_IT_ERR   LL_PKC_INTEN_ERR
 
#define PKC_IT_OVF   LL_PKC_INTEN_BAOVF
 

Detailed Description

Macro Definition Documentation

◆ PKC_IT_DONE

#define PKC_IT_DONE   LL_PKC_INTEN_DONE

Operation Done Interrupt source

Definition at line 361 of file gr55xx_hal_pkc.h.

◆ PKC_IT_ERR

#define PKC_IT_ERR   LL_PKC_INTEN_ERR

Operation Error Interrupt source

Definition at line 362 of file gr55xx_hal_pkc.h.

◆ PKC_IT_OVF

#define PKC_IT_OVF   LL_PKC_INTEN_BAOVF

Big Integer Result Overflow Interrupt source

Definition at line 363 of file gr55xx_hal_pkc.h.