Searched refs:PKA_ISR_PROC_END (Results 1 – 5 of 5) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_pka.h | 70 #define LL_PKA_PROCEND PKA_ISR_PROC_END 634 return ((READ_BIT(PKAx->ISR, PKA_ISR_PROC_END) == (PKA_ISR_PROC_END)) ? 1UL : 0UL); in LL_PKA_IsActiveFlag_PROCEND() 681 SET_BIT(PKAx->ISR, PKA_ISR_PROC_END); in LL_PKA_ClearFlag_PROCEND() 682 CLEAR_BIT(PKAx->ISR, PKA_ISR_PROC_END); in LL_PKA_ClearFlag_PROCEND()
|
D | stm32wb0x_hal_pka.h | 418 #define PKA_FLAG_PROCEND PKA_ISR_PROC_END
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/ |
D | stm32wb0x_hal_pka.c | 460 SET_BIT(hpka->Instance->ISR, PKA_ISR_PROC_END | PKA_ISR_RAM_ERR | PKA_ISR_ADD_ERR); in HAL_PKA_Init() 461 CLEAR_BIT(hpka->Instance->ISR, PKA_ISR_PROC_END | PKA_ISR_RAM_ERR | PKA_ISR_ADD_ERR); in HAL_PKA_Init() 507 SET_BIT(hpka->Instance->ISR, PKA_ISR_PROC_END | PKA_ISR_RAM_ERR | PKA_ISR_ADD_ERR); in HAL_PKA_DeInit() 508 CLEAR_BIT(hpka->Instance->ISR, PKA_ISR_PROC_END | PKA_ISR_RAM_ERR | PKA_ISR_ADD_ERR); in HAL_PKA_DeInit() 1724 SET_BIT(hpka->Instance->ISR, PKA_ISR_PROC_END | PKA_ISR_RAM_ERR | PKA_ISR_ADD_ERR); in HAL_PKA_Abort() 1725 CLEAR_BIT(hpka->Instance->ISR, PKA_ISR_PROC_END | PKA_ISR_RAM_ERR | PKA_ISR_ADD_ERR); in HAL_PKA_Abort() 2260 SET_BIT(hpka->Instance->ISR, PKA_ISR_PROC_END | PKA_ISR_RAM_ERR | PKA_ISR_ADD_ERR); in PKA_Process() 2261 CLEAR_BIT(hpka->Instance->ISR, PKA_ISR_PROC_END | PKA_ISR_RAM_ERR | PKA_ISR_ADD_ERR); in PKA_Process()
|
/hal_stm32-latest/stm32cube/stm32wb0x/soc/ |
D | stm32wb07.h | 7136 #define PKA_ISR_PROC_END PKA_ISR_PROC_END_Msk macro
|
D | stm32wb06.h | 7136 #define PKA_ISR_PROC_END PKA_ISR_PROC_END_Msk macro
|