Home
last modified time | relevance | path

Searched refs:IS_RAMECC_INTERRUPT (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ramecc.c357 assert_param (IS_RAMECC_INTERRUPT (Notifications)); in HAL_RAMECC_EnableNotification()
396 assert_param (IS_RAMECC_INTERRUPT (Notifications)); in HAL_RAMECC_DisableNotification()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_ramecc.c387 assert_param(IS_RAMECC_INTERRUPT(Notifications)); in HAL_RAMECC_EnableNotification()
427 assert_param(IS_RAMECC_INTERRUPT(Notifications)); in HAL_RAMECC_DisableNotification()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ramecc.h357 #define IS_RAMECC_INTERRUPT(INTERRUPT) ((IS_RAMECC_GLOBAL_INTERRUPT(INTERRUPT)) || \ macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_ramecc.h358 #define IS_RAMECC_INTERRUPT(INTERRUPT) ((IS_RAMECC_GLOBAL_INTERRUPT(INTERRUPT)) || \ macro