Home
last modified time | relevance | path

Searched refs:__HAL_RAMCFG_DISABLE_IT (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_ramcfg.c215 __HAL_RAMCFG_DISABLE_IT(hramcfg, RAMCFG_IT_ALL); in HAL_RAMCFG_Init()
251 __HAL_RAMCFG_DISABLE_IT(hramcfg, RAMCFG_IT_ALL); in HAL_RAMCFG_DeInit()
490 __HAL_RAMCFG_DISABLE_IT(hramcfg, Notifications); in HAL_RAMCFG_DisableNotification()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_ramcfg.h195 #define __HAL_RAMCFG_DISABLE_IT(__HANDLE__, __INTERRUPT__) \ macro