Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_pka.h71 #define LL_PKA_RAMERR PKA_ISR_RAM_ERR
623 return ((READ_BIT(PKAx->ISR, PKA_ISR_RAM_ERR) == (PKA_ISR_RAM_ERR)) ? 1UL : 0UL); in LL_PKA_IsActiveFlag_RAMERR()
665 SET_BIT(PKAx->ISR, PKA_ISR_RAM_ERR); in LL_PKA_ClearFlag_RAMERR()
666 CLEAR_BIT(PKAx->ISR, PKA_ISR_RAM_ERR); in LL_PKA_ClearFlag_RAMERR()
Dstm32wb0x_hal_pka.h420 #define PKA_FLAG_RAMERR PKA_ISR_RAM_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.h7133 #define PKA_ISR_RAM_ERR PKA_ISR_RAM_ERR_Msk macro
Dstm32wb06.h7133 #define PKA_ISR_RAM_ERR PKA_ISR_RAM_ERR_Msk macro