Lines Matching refs:RegionIndex
553 HAL_StatusTypeDef HAL_OTFDEC_RegionKeyLock(OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex) in HAL_OTFDEC_RegionKeyLock() argument
560 assert_param(IS_OTFDEC_REGIONINDEX(RegionIndex)); in HAL_OTFDEC_RegionKeyLock()
565 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionKeyLock()
587 HAL_StatusTypeDef HAL_OTFDEC_RegionSetKey(OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex, uint… in HAL_OTFDEC_RegionSetKey() argument
594 assert_param(IS_OTFDEC_REGIONINDEX(RegionIndex)); in HAL_OTFDEC_RegionSetKey()
605 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionSetKey()
627 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()
881 HAL_StatusTypeDef HAL_OTFDEC_Cipher(OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex, in HAL_OTFDEC_Cipher() argument
891 assert_param(IS_OTFDEC_REGIONINDEX(RegionIndex)); in HAL_OTFDEC_Cipher()
894 UNUSED(RegionIndex); in HAL_OTFDEC_Cipher()
930 HAL_StatusTypeDef HAL_OTFDEC_RegionEnable(OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex) in HAL_OTFDEC_RegionEnable() argument
937 assert_param(IS_OTFDEC_REGIONINDEX(RegionIndex)); in HAL_OTFDEC_RegionEnable()
942 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionEnable()
971 HAL_StatusTypeDef HAL_OTFDEC_RegionDisable(OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex) in HAL_OTFDEC_RegionDisable() argument
978 assert_param(IS_OTFDEC_REGIONINDEX(RegionIndex)); in HAL_OTFDEC_RegionDisable()
983 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionDisable()
1067 uint32_t HAL_OTFDEC_RegionGetKeyCRC(OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex) in HAL_OTFDEC_RegionGetKeyCRC() argument
1075 assert_param(IS_OTFDEC_REGIONINDEX(RegionIndex)); in HAL_OTFDEC_RegionGetKeyCRC()
1077 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionGetKeyCRC()
1095 HAL_StatusTypeDef HAL_OTFDEC_RegionGetConfig(OTFDEC_HandleTypeDef *hotfdec, uint32_t RegionIndex, in HAL_OTFDEC_RegionGetConfig() argument
1103 assert_param(IS_OTFDEC_REGIONINDEX(RegionIndex)); in HAL_OTFDEC_RegionGetConfig()
1114 address = (uint32_t)(hotfdec->Instance) + 0x20U + (0x30U * RegionIndex); in HAL_OTFDEC_RegionGetConfig()