Lines Matching refs:RegionIndex
549 HAL_StatusTypeDef HAL_OTFDEC_RegionKeyLock(OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex) in HAL_OTFDEC_RegionKeyLock() argument
556 assert_param(IS_OTFDEC_REGIONINDEX(RegionIndex)); in HAL_OTFDEC_RegionKeyLock()
561 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionKeyLock()
583 HAL_StatusTypeDef HAL_OTFDEC_RegionSetKey(OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex, uint… in HAL_OTFDEC_RegionSetKey() argument
590 assert_param(IS_OTFDEC_REGIONINDEX(RegionIndex)); in HAL_OTFDEC_RegionSetKey()
601 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionSetKey()
623 if (HAL_OTFDEC_KeyCRCComputation(pKey) != HAL_OTFDEC_RegionGetKeyCRC(hotfdec, RegionIndex)) in HAL_OTFDEC_RegionSetKey()
656 HAL_StatusTypeDef HAL_OTFDEC_RegionSetMode(OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex, uin… in HAL_OTFDEC_RegionSetMode() argument
663 assert_param(IS_OTFDEC_REGIONINDEX(RegionIndex)); in HAL_OTFDEC_RegionSetMode()
669 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionSetMode()
695 HAL_StatusTypeDef HAL_OTFDEC_RegionConfig(OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex, in HAL_OTFDEC_RegionConfig() argument
703 assert_param(IS_OTFDEC_REGIONINDEX(RegionIndex)); in HAL_OTFDEC_RegionConfig()
716 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionConfig()
806 HAL_StatusTypeDef HAL_OTFDEC_RegionEnable(OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex) in HAL_OTFDEC_RegionEnable() argument
813 assert_param(IS_OTFDEC_REGIONINDEX(RegionIndex)); in HAL_OTFDEC_RegionEnable()
818 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionEnable()
847 HAL_StatusTypeDef HAL_OTFDEC_RegionDisable(OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex) in HAL_OTFDEC_RegionDisable() argument
854 assert_param(IS_OTFDEC_REGIONINDEX(RegionIndex)); in HAL_OTFDEC_RegionDisable()
859 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionDisable()
917 uint32_t HAL_OTFDEC_RegionGetKeyCRC(const OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex) in HAL_OTFDEC_RegionGetKeyCRC() argument
925 assert_param(IS_OTFDEC_REGIONINDEX(RegionIndex)); in HAL_OTFDEC_RegionGetKeyCRC()
927 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionGetKeyCRC()
945 HAL_StatusTypeDef HAL_OTFDEC_RegionGetConfig(OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex, in HAL_OTFDEC_RegionGetConfig() argument
953 assert_param(IS_OTFDEC_REGIONINDEX(RegionIndex)); in HAL_OTFDEC_RegionGetConfig()
964 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionGetConfig()