Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_ramcfg.h181 #define __HAL_RAMCFG_ENABLE_IT(__HANDLE__, __INTERRUPT__) \ macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_ramcfg.c449 __HAL_RAMCFG_ENABLE_IT(hramcfg, Notifications); in HAL_RAMCFG_EnableNotification()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/bl2/
Dlow_level_security.c1646 __HAL_RAMCFG_ENABLE_IT(&hramcfg2, RAMCFG_IT_DOUBLEERR); in ram_init_cfg()