Home
last modified time | relevance | path

Searched refs:State_saved (Results 1 – 22 of 22) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_cryp.h176 …__IO HAL_CRYP_STATETypeDef State_saved; /*!< copy of CRYP peripheral state when proce… member
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_cryp.h176 …__IO HAL_CRYP_STATETypeDef State_saved; /*!< copy of CRYP peripheral state when proce… member
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_cryp.h176 …__IO HAL_CRYP_STATETypeDef State_saved; /*!< copy of CRYP peripheral state when proce… member
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_cryp.h176 …__IO HAL_CRYP_STATETypeDef State_saved; /*!< copy of CRYP peripheral state when proce… member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_cryp.h176 …__IO HAL_CRYP_STATETypeDef State_saved; /*!< copy of CRYP peripheral state when proce… member
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_cryp.h175 …__IO HAL_CRYP_STATETypeDef State_saved; /*!< copy of CRYP peripheral state when proce… member
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_cryp.h199 …__IO HAL_CRYP_STATETypeDef State_saved; /*!< copy of CRYP peripheral state when proce… member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_cryp.h199 …__IO HAL_CRYP_STATETypeDef State_saved; /*!< copy of CRYP peripheral state when proce… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_cryp.h199 …__IO HAL_CRYP_STATETypeDef State_saved; /*!< copy of CRYP peripheral state when proce… member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_cryp.h202 …__IO HAL_CRYP_STATETypeDef State_saved; /*!< copy of CRYP peripheral state when proce… member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_cryp.h203 …__IO HAL_CRYP_STATETypeDef State_saved; /*!< copy of CRYP peripheral state when proce… member
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_cryp.c982 hcryp->State_saved = hcryp->State; in HAL_CRYP_Suspend()
1021 if (hcryp->State_saved != HAL_CRYP_STATE_SUSPENDED) in HAL_CRYP_Resume()
1031 hcryp->State = hcryp->State_saved; in HAL_CRYP_Resume()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_cryp.c984 hcryp->State_saved = hcryp->State; in HAL_CRYP_Suspend()
1023 if (hcryp->State_saved != HAL_CRYP_STATE_SUSPENDED) in HAL_CRYP_Resume()
1033 hcryp->State = hcryp->State_saved; in HAL_CRYP_Resume()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_cryp.c982 hcryp->State_saved = hcryp->State; in HAL_CRYP_Suspend()
1021 if (hcryp->State_saved != HAL_CRYP_STATE_SUSPENDED) in HAL_CRYP_Resume()
1031 hcryp->State = hcryp->State_saved; in HAL_CRYP_Resume()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_cryp.c982 hcryp->State_saved = hcryp->State; in HAL_CRYP_Suspend()
1021 if (hcryp->State_saved != HAL_CRYP_STATE_SUSPENDED) in HAL_CRYP_Resume()
1031 hcryp->State = hcryp->State_saved; in HAL_CRYP_Resume()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_cryp.c982 hcryp->State_saved = hcryp->State; in HAL_CRYP_Suspend()
1021 if (hcryp->State_saved != HAL_CRYP_STATE_SUSPENDED) in HAL_CRYP_Resume()
1031 hcryp->State = hcryp->State_saved; in HAL_CRYP_Resume()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_cryp.c978 hcryp->State_saved = hcryp->State; in HAL_CRYP_Suspend()
1016 if (hcryp->State_saved != HAL_CRYP_STATE_SUSPENDED) in HAL_CRYP_Resume()
1026 hcryp->State = hcryp->State_saved; in HAL_CRYP_Resume()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_cryp.c1034 hcryp->State_saved = hcryp->State; in HAL_CRYP_Suspend()
1070 if (hcryp->State_saved != HAL_CRYP_STATE_SUSPENDED) in HAL_CRYP_Resume()
1079 hcryp->State = hcryp->State_saved; in HAL_CRYP_Resume()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cryp.c1034 hcryp->State_saved = hcryp->State; in HAL_CRYP_Suspend()
1070 if (hcryp->State_saved != HAL_CRYP_STATE_SUSPENDED) in HAL_CRYP_Resume()
1079 hcryp->State = hcryp->State_saved; in HAL_CRYP_Resume()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_cryp.c1026 hcryp->State_saved = hcryp->State; in HAL_CRYP_Suspend()
1062 if (hcryp->State_saved != HAL_CRYP_STATE_SUSPENDED) in HAL_CRYP_Resume()
1071 hcryp->State = hcryp->State_saved; in HAL_CRYP_Resume()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_cryp.c1280 hcryp->State_saved = hcryp->State; in HAL_CRYP_Suspend()
1307 if (hcryp->State_saved != HAL_CRYP_STATE_SUSPENDED) in HAL_CRYP_Resume()
1316 hcryp->State = hcryp->State_saved; in HAL_CRYP_Resume()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_cryp.c1264 hcryp->State_saved = hcryp->State; in HAL_CRYP_Suspend()
1291 if (hcryp->State_saved != HAL_CRYP_STATE_SUSPENDED) in HAL_CRYP_Resume()
1300 hcryp->State = hcryp->State_saved; in HAL_CRYP_Resume()