/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_ramecc.c | 353 …_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/ |
D | stm32wbaxx_hal_ramcfg.c | 452 …_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/ |
D | stm32h7rsxx_hal_ramecc.c | 383 …_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/ |
D | stm32n6xx_hal_ramcfg.c | 438 …_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/ |
D | stm32u5xx_hal_ramcfg.c | 449 …_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/ |
D | stm32h5xx_hal_ramcfg.c | 443 …_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/ |
D | stm32n6xx_hal_ramcfg.h | 286 …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/ |
D | stm32h5xx_hal_ramcfg.h | 280 …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/ |
D | stm32wbaxx_hal_ramcfg.h | 306 …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/ |
D | stm32h7xx_hal_ramecc.h | 281 …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/ |
D | stm32u5xx_hal_ramcfg.h | 298 …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/ |
D | stm32h7rsxx_hal_ramecc.h | 278 …StatusTypeDef HAL_RAMECC_EnableNotification(RAMECC_HandleTypeDef *hramecc, uint32_t Notifications); 279 …tatusTypeDef HAL_RAMECC_DisableNotification(RAMECC_HandleTypeDef *hramecc, uint32_t Notifications);
|