Lines Matching refs:address

332   __IO uint32_t address;  in HAL_MCE_ConfigAESContext()  local
344 address = (__IO uint32_t)((uint32_t)hmce->Instance + 0x240UL + \ in HAL_MCE_ConfigAESContext()
346 p_context = (MCE_Context_TypeDef *)address; in HAL_MCE_ConfigAESContext()
401 __IO uint32_t address; in HAL_MCE_ConfigRegion() local
417 address = (__IO uint32_t)((uint32_t)hmce->Instance + 0x40U + (0x10U * RegionIndex)); in HAL_MCE_ConfigRegion()
418 p_region = (MCE_Region_TypeDef *)address; in HAL_MCE_ConfigRegion()
465 __IO uint32_t address; in HAL_MCE_SetRegionAESContext() local
477 address = (__IO uint32_t)((uint32_t)hmce->Instance + 0x40U + (0x10U * RegionIndex)); in HAL_MCE_SetRegionAESContext()
478 p_region = (MCE_Region_TypeDef *)address; in HAL_MCE_SetRegionAESContext()
516 __IO uint32_t address; in HAL_MCE_EnableAESContext() local
527 address = (__IO uint32_t)((uint32_t)hmce->Instance + 0x240UL + \ in HAL_MCE_EnableAESContext()
529 p_context = (MCE_Context_TypeDef *)address; in HAL_MCE_EnableAESContext()
567 __IO uint32_t address; in HAL_MCE_DisableAESContext() local
578 address = (__IO uint32_t)((uint32_t)hmce->Instance + 0x240UL + \ in HAL_MCE_DisableAESContext()
580 p_context = (MCE_Context_TypeDef *)address; in HAL_MCE_DisableAESContext()
620 __IO uint32_t address; in HAL_MCE_EnableRegion() local
629 address = (__IO uint32_t)((uint32_t)hmce->Instance + 0x40U + (0x10U * RegionIndex)); in HAL_MCE_EnableRegion()
630 p_region = (MCE_Region_TypeDef *)address; in HAL_MCE_EnableRegion()
664 __IO uint32_t address; in HAL_MCE_DisableRegion() local
670 address = (__IO uint32_t)((uint32_t)hmce->Instance + 0x40U + (0x10U * RegionIndex)); in HAL_MCE_DisableRegion()
671 p_region = (MCE_Region_TypeDef *)address; in HAL_MCE_DisableRegion()
737 __IO uint32_t address; in HAL_MCE_LockAESContextConfig() local
747 address = (__IO uint32_t)((uint32_t)hmce->Instance + 0x240UL + \ in HAL_MCE_LockAESContextConfig()
749 p_context = (MCE_Context_TypeDef *)address; in HAL_MCE_LockAESContextConfig()
779 __IO uint32_t address; in HAL_MCE_LockAESContextKey() local
789 address = (__IO uint32_t)((uint32_t)hmce->Instance + 0x240UL + \ in HAL_MCE_LockAESContextKey()
791 p_context = (MCE_Context_TypeDef *)address; in HAL_MCE_LockAESContextKey()
886 __IO uint32_t address; in HAL_MCE_GetAESContextCRCKey() local
897 address = (__IO uint32_t)((uint32_t)hmce->Instance + 0x240UL + \ in HAL_MCE_GetAESContextCRCKey()
899 p_context = (MCE_Context_TypeDef *)address; in HAL_MCE_GetAESContextCRCKey()