Lines Matching refs:address

552   uint32_t address;  in HAL_OTFDEC_RegionKeyLock()  local
561 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionKeyLock()
562 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionKeyLock()
586 uint32_t address; in HAL_OTFDEC_RegionSetKey() local
601 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionSetKey()
602 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()
809 uint32_t address; in HAL_OTFDEC_RegionEnable() local
818 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionEnable()
819 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionEnable()
850 uint32_t address; in HAL_OTFDEC_RegionDisable() local
859 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionDisable()
860 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionDisable()
920 uint32_t address; in HAL_OTFDEC_RegionGetKeyCRC() local
927 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionGetKeyCRC()
928 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionGetKeyCRC()
949 uint32_t address; in HAL_OTFDEC_RegionGetConfig() local
964 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionGetConfig()
965 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionGetConfig()