Home
last modified time | relevance | path

Searched refs:IS_RAMCFG_INTERRUPT (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_ramcfg.c456 assert_param(IS_RAMCFG_INTERRUPT(Notifications)); in HAL_RAMCFG_EnableNotification()
496 assert_param(IS_RAMCFG_INTERRUPT(Notifications)); in HAL_RAMCFG_DisableNotification()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_ramcfg.c443 assert_param(IS_RAMCFG_INTERRUPT(Notifications)); in HAL_RAMCFG_EnableNotification()
484 assert_param(IS_RAMCFG_INTERRUPT(Notifications)); in HAL_RAMCFG_DisableNotification()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ramcfg.c454 assert_param(IS_RAMCFG_INTERRUPT(Notifications)); in HAL_RAMCFG_EnableNotification()
495 assert_param(IS_RAMCFG_INTERRUPT(Notifications)); in HAL_RAMCFG_DisableNotification()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_ramcfg.c448 assert_param(IS_RAMCFG_INTERRUPT(Notifications)); in HAL_RAMCFG_EnableNotification()
489 assert_param(IS_RAMCFG_INTERRUPT(Notifications)); in HAL_RAMCFG_DisableNotification()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_ramcfg.h365 #define IS_RAMCFG_INTERRUPT(INTERRUPT) \ macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_ramcfg.h358 #define IS_RAMCFG_INTERRUPT(INTERRUPT) \ macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_ramcfg.h388 #define IS_RAMCFG_INTERRUPT(INTERRUPT) (((INTERRUPT) != 0U) &&\ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ramcfg.h385 #define IS_RAMCFG_INTERRUPT(INTERRUPT) \ macro