Home
last modified time | relevance | path

Searched refs:PKA_ISR_PROC_END (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_pka.h70 #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()
Dstm32wb0x_hal_pka.h418 #define PKA_FLAG_PROCEND PKA_ISR_PROC_END
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_pka.c460 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/
Dstm32wb07.h7136 #define PKA_ISR_PROC_END PKA_ISR_PROC_END_Msk macro
Dstm32wb06.h7136 #define PKA_ISR_PROC_END PKA_ISR_PROC_END_Msk macro