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()
930 uint32_t address; in HAL_OTFDEC_RegionEnable() local
939 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionEnable()
940 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionEnable()
971 uint32_t address; in HAL_OTFDEC_RegionDisable() local
980 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionDisable()
981 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionDisable()
1067 uint32_t address; in HAL_OTFDEC_RegionGetKeyCRC() local
1074 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionGetKeyCRC()
1075 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionGetKeyCRC()
1096 uint32_t address; in HAL_OTFDEC_RegionGetConfig() local
1111 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionGetConfig()
1112 region = (OTFDEC_Region_TypeDef *)address; in HAL_OTFDEC_RegionGetConfig()