Home
last modified time | relevance | path

Searched refs:IS_RAMCFG_ECC_INSTANCE (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_ramcfg.c354 assert_param(IS_RAMCFG_ECC_INSTANCE(hramcfg->Instance)); in HAL_RAMCFG_StartECC()
393 assert_param(IS_RAMCFG_ECC_INSTANCE(hramcfg->Instance)); in HAL_RAMCFG_StopECC()
439 assert_param(IS_RAMCFG_ECC_INSTANCE(hramcfg->Instance)); in HAL_RAMCFG_EnableNotification()
480 assert_param(IS_RAMCFG_ECC_INSTANCE(hramcfg->Instance)); in HAL_RAMCFG_DisableNotification()
515 assert_param(IS_RAMCFG_ECC_INSTANCE(hramcfg->Instance)); in HAL_RAMCFG_IsECCSingleErrorDetected()
531 assert_param(IS_RAMCFG_ECC_INSTANCE(hramcfg->Instance)); in HAL_RAMCFG_IsECCDoubleErrorDetected()
547 assert_param(IS_RAMCFG_ECC_INSTANCE(hramcfg->Instance)); in HAL_RAMCFG_GetSingleErrorAddress()
562 assert_param(IS_RAMCFG_ECC_INSTANCE(hramcfg->Instance)); in HAL_RAMCFG_GetDoubleErrorAddress()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/Device/Include/
Dstm32u585xx.h23949 #define IS_RAMCFG_ECC_INSTANCE(INSTANCE) (((INSTANCE) == RAMCFG_SRAM2_NS) || ((INSTANCE) == RAMCFG… macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/Device/Include/
Dstm32h573xx.h23804 #define IS_RAMCFG_ECC_INSTANCE(INSTANCE) (((INSTANCE) == RAMCFG_SRAM2_NS) || ((INSTANCE) == RAMCFG… macro