Lines Matching refs:address

337   __IO uint32_t address;  in HAL_MCE_ConfigAESContext()  local
348 address = (__IO uint32_t)((uint32_t)hmce->Instance + 0x240UL + \ in HAL_MCE_ConfigAESContext()
350 p_context = (MCE_Context_TypeDef *)address; in HAL_MCE_ConfigAESContext()
407 __IO uint32_t address; in HAL_MCE_ConfigRegion() local
422 address = (__IO uint32_t)((uint32_t)hmce->Instance + 0x40U + (0x10U * RegionIndex)); in HAL_MCE_ConfigRegion()
423 p_region = (MCE_Region_TypeDef *)address; in HAL_MCE_ConfigRegion()
469 __IO uint32_t address; in HAL_MCE_SetRegionAESContext() local
481 address = (__IO uint32_t)((uint32_t)hmce->Instance + 0x40U + (0x10U * RegionIndex)); in HAL_MCE_SetRegionAESContext()
482 p_region = (MCE_Region_TypeDef *)address; in HAL_MCE_SetRegionAESContext()
520 __IO uint32_t address; in HAL_MCE_EnableAESContext() local
531 address = (__IO uint32_t)((uint32_t)hmce->Instance + 0x240UL + \ in HAL_MCE_EnableAESContext()
533 p_context = (MCE_Context_TypeDef *)address; in HAL_MCE_EnableAESContext()
571 __IO uint32_t address; in HAL_MCE_DisableAESContext() local
582 address = (__IO uint32_t)((uint32_t)hmce->Instance + 0x240UL + \ in HAL_MCE_DisableAESContext()
584 p_context = (MCE_Context_TypeDef *)address; in HAL_MCE_DisableAESContext()
624 __IO uint32_t address; in HAL_MCE_EnableRegion() local
633 address = (__IO uint32_t)((uint32_t)hmce->Instance + 0x40U + (0x10U * RegionIndex)); in HAL_MCE_EnableRegion()
634 p_region = (MCE_Region_TypeDef *)address; in HAL_MCE_EnableRegion()
668 __IO uint32_t address; in HAL_MCE_DisableRegion() local
674 address = (__IO uint32_t)((uint32_t)hmce->Instance + 0x40U + (0x10U * RegionIndex)); in HAL_MCE_DisableRegion()
675 p_region = (MCE_Region_TypeDef *)address; in HAL_MCE_DisableRegion()
741 __IO uint32_t address; in HAL_MCE_LockAESContextConfig() local
751 address = (__IO uint32_t)((uint32_t)hmce->Instance + 0x240UL + \ in HAL_MCE_LockAESContextConfig()
753 p_context = (MCE_Context_TypeDef *)address; in HAL_MCE_LockAESContextConfig()
783 __IO uint32_t address; in HAL_MCE_LockAESContextKey() local
793 address = (__IO uint32_t)((uint32_t)hmce->Instance + 0x240UL + \ in HAL_MCE_LockAESContextKey()
795 p_context = (MCE_Context_TypeDef *)address; in HAL_MCE_LockAESContextKey()
890 __IO uint32_t address; in HAL_MCE_GetAESContextCRCKey() local
901 address = (__IO uint32_t)((uint32_t)hmce->Instance + 0x240UL + \ in HAL_MCE_GetAESContextCRCKey()
903 p_context = (MCE_Context_TypeDef *)address; in HAL_MCE_GetAESContextCRCKey()