Lines Matching refs:address

556   uint32_t address;  in HAL_OTFDEC_RegionKeyLock()  local
565 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionKeyLock()
566 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionKeyLock()
590 uint32_t address; in HAL_OTFDEC_RegionSetKey() local
605 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionSetKey()
606 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionSetKey()
659 uint32_t address; in HAL_OTFDEC_RegionSetMode() local
669 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionSetMode()
670 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionSetMode()
699 uint32_t address; in HAL_OTFDEC_RegionConfig() local
716 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionConfig()
717 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionConfig()
933 uint32_t address; in HAL_OTFDEC_RegionEnable() local
942 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionEnable()
943 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionEnable()
974 uint32_t address; in HAL_OTFDEC_RegionDisable() local
983 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionDisable()
984 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionDisable()
1070 uint32_t address; in HAL_OTFDEC_RegionGetKeyCRC() local
1077 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionGetKeyCRC()
1078 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionGetKeyCRC()
1099 uint32_t address; in HAL_OTFDEC_RegionGetConfig() local
1114 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionGetConfig()
1115 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionGetConfig()