Home
last modified time | relevance | path

Searched refs:Notifications (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_ramecc.c353 …_StatusTypeDef HAL_RAMECC_EnableNotification(RAMECC_HandleTypeDef *hramecc, uint32_t Notifications) in HAL_RAMECC_EnableNotification() argument
357 assert_param (IS_RAMECC_INTERRUPT (Notifications)); in HAL_RAMECC_EnableNotification()
366 __HAL_RAMECC_ENABLE_IT (hramecc, Notifications); in HAL_RAMECC_EnableNotification()
392 …StatusTypeDef HAL_RAMECC_DisableNotification(RAMECC_HandleTypeDef *hramecc, uint32_t Notifications) in HAL_RAMECC_DisableNotification() argument
396 assert_param (IS_RAMECC_INTERRUPT (Notifications)); in HAL_RAMECC_DisableNotification()
405 __HAL_RAMECC_DISABLE_IT (hramecc, Notifications); in HAL_RAMECC_DisableNotification()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_ramcfg.c452 …_StatusTypeDef HAL_RAMCFG_EnableNotification(RAMCFG_HandleTypeDef *hramcfg, uint32_t Notifications) in HAL_RAMCFG_EnableNotification() argument
456 assert_param(IS_RAMCFG_INTERRUPT(Notifications)); in HAL_RAMCFG_EnableNotification()
465 __HAL_RAMCFG_ENABLE_IT(hramcfg, Notifications); in HAL_RAMCFG_EnableNotification()
492 …StatusTypeDef HAL_RAMCFG_DisableNotification(RAMCFG_HandleTypeDef *hramcfg, uint32_t Notifications) in HAL_RAMCFG_DisableNotification() argument
496 assert_param(IS_RAMCFG_INTERRUPT(Notifications)); in HAL_RAMCFG_DisableNotification()
505 __HAL_RAMCFG_DISABLE_IT(hramcfg, Notifications); in HAL_RAMCFG_DisableNotification()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_ramecc.c383 …_StatusTypeDef HAL_RAMECC_EnableNotification(RAMECC_HandleTypeDef *hramecc, uint32_t Notifications) in HAL_RAMECC_EnableNotification() argument
387 assert_param(IS_RAMECC_INTERRUPT(Notifications)); in HAL_RAMECC_EnableNotification()
396 __HAL_RAMECC_ENABLE_IT(hramecc, Notifications); in HAL_RAMECC_EnableNotification()
423 …StatusTypeDef HAL_RAMECC_DisableNotification(RAMECC_HandleTypeDef *hramecc, uint32_t Notifications) in HAL_RAMECC_DisableNotification() argument
427 assert_param(IS_RAMECC_INTERRUPT(Notifications)); in HAL_RAMECC_DisableNotification()
436 __HAL_RAMECC_DISABLE_IT(hramecc, Notifications); in HAL_RAMECC_DisableNotification()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_ramcfg.c438 …_StatusTypeDef HAL_RAMCFG_EnableNotification(RAMCFG_HandleTypeDef *hramcfg, uint32_t Notifications) in HAL_RAMCFG_EnableNotification() argument
443 assert_param(IS_RAMCFG_INTERRUPT(Notifications)); in HAL_RAMCFG_EnableNotification()
452 __HAL_RAMCFG_ENABLE_IT(hramcfg, Notifications); in HAL_RAMCFG_EnableNotification()
479 …StatusTypeDef HAL_RAMCFG_DisableNotification(RAMCFG_HandleTypeDef *hramcfg, uint32_t Notifications) in HAL_RAMCFG_DisableNotification() argument
484 assert_param(IS_RAMCFG_INTERRUPT(Notifications)); in HAL_RAMCFG_DisableNotification()
493 __HAL_RAMCFG_DISABLE_IT(hramcfg, Notifications); in HAL_RAMCFG_DisableNotification()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_ramcfg.c449 …_StatusTypeDef HAL_RAMCFG_EnableNotification(RAMCFG_HandleTypeDef *hramcfg, uint32_t Notifications) in HAL_RAMCFG_EnableNotification() argument
454 assert_param(IS_RAMCFG_INTERRUPT(Notifications)); in HAL_RAMCFG_EnableNotification()
463 __HAL_RAMCFG_ENABLE_IT(hramcfg, Notifications); in HAL_RAMCFG_EnableNotification()
490 …StatusTypeDef HAL_RAMCFG_DisableNotification(RAMCFG_HandleTypeDef *hramcfg, uint32_t Notifications) in HAL_RAMCFG_DisableNotification() argument
495 assert_param(IS_RAMCFG_INTERRUPT(Notifications)); in HAL_RAMCFG_DisableNotification()
504 __HAL_RAMCFG_DISABLE_IT(hramcfg, Notifications); in HAL_RAMCFG_DisableNotification()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_ramcfg.c443 …_StatusTypeDef HAL_RAMCFG_EnableNotification(RAMCFG_HandleTypeDef *hramcfg, uint32_t Notifications) in HAL_RAMCFG_EnableNotification() argument
448 assert_param(IS_RAMCFG_INTERRUPT(Notifications)); in HAL_RAMCFG_EnableNotification()
457 __HAL_RAMCFG_ENABLE_IT(hramcfg, Notifications); in HAL_RAMCFG_EnableNotification()
484 …StatusTypeDef HAL_RAMCFG_DisableNotification(RAMCFG_HandleTypeDef *hramcfg, uint32_t Notifications) in HAL_RAMCFG_DisableNotification() argument
489 assert_param(IS_RAMCFG_INTERRUPT(Notifications)); in HAL_RAMCFG_DisableNotification()
498 __HAL_RAMCFG_DISABLE_IT(hramcfg, Notifications); in HAL_RAMCFG_DisableNotification()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_ramcfg.h286 …StatusTypeDef HAL_RAMCFG_EnableNotification(RAMCFG_HandleTypeDef *hramcfg, uint32_t Notifications);
287 …tatusTypeDef HAL_RAMCFG_DisableNotification(RAMCFG_HandleTypeDef *hramcfg, uint32_t Notifications);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_ramcfg.h280 …StatusTypeDef HAL_RAMCFG_EnableNotification(RAMCFG_HandleTypeDef *hramcfg, uint32_t Notifications);
281 …tatusTypeDef HAL_RAMCFG_DisableNotification(RAMCFG_HandleTypeDef *hramcfg, uint32_t Notifications);
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_ramcfg.h306 …StatusTypeDef HAL_RAMCFG_EnableNotification(RAMCFG_HandleTypeDef *hramcfg, uint32_t Notifications);
307 …tatusTypeDef HAL_RAMCFG_DisableNotification(RAMCFG_HandleTypeDef *hramcfg, uint32_t Notifications);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_ramecc.h281 …StatusTypeDef HAL_RAMECC_EnableNotification(RAMECC_HandleTypeDef *hramecc, uint32_t Notifications);
282 …tatusTypeDef HAL_RAMECC_DisableNotification(RAMECC_HandleTypeDef *hramecc, uint32_t Notifications);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_ramcfg.h298 …StatusTypeDef HAL_RAMCFG_EnableNotification(RAMCFG_HandleTypeDef *hramcfg, uint32_t Notifications);
299 …tatusTypeDef HAL_RAMCFG_DisableNotification(RAMCFG_HandleTypeDef *hramcfg, uint32_t Notifications);
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_ramecc.h278 …StatusTypeDef HAL_RAMECC_EnableNotification(RAMECC_HandleTypeDef *hramecc, uint32_t Notifications);
279 …tatusTypeDef HAL_RAMECC_DisableNotification(RAMECC_HandleTypeDef *hramecc, uint32_t Notifications);