Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_pka.h72 #define LL_PKA_ADDRERR PKA_ISR_ADD_ERR
612 return ((READ_BIT(PKAx->ISR, PKA_ISR_ADD_ERR) == (PKA_ISR_ADD_ERR)) ? 1UL : 0UL); in LL_PKA_IsActiveFlag_ADDRERR()
649 SET_BIT(PKAx->ISR, PKA_ISR_ADD_ERR); in LL_PKA_ClearFlag_ADDRERR()
650 CLEAR_BIT(PKAx->ISR, PKA_ISR_ADD_ERR); in LL_PKA_ClearFlag_ADDRERR()
Dstm32wb0x_hal_pka.h419 #define PKA_FLAG_ADDRERR PKA_ISR_ADD_ERR
/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.h7130 #define PKA_ISR_ADD_ERR PKA_ISR_ADD_ERR_Msk macro
Dstm32wb06.h7130 #define PKA_ISR_ADD_ERR PKA_ISR_ADD_ERR_Msk macro