Searched refs:Index (Results 1 – 4 of 4) sorted by relevance
487 assert_param(IS_KEY_INDEX(pKeyConfig->Index)); in HAL_FLASHEx_KeyConfig()536 (pKeyConfig->Index | pKeyConfig->HDPLLevel | pKeyConfig->Size)); in HAL_FLASHEx_KeyConfig()572 assert_param(IS_KEY_INDEX(pKeyConfig->Index)); in HAL_FLASHEx_GetKey()592 (pKeyConfig->Index | pKeyConfig->HDPLLevel | pKeyConfig->Size)); in HAL_FLASHEx_GetKey()
47 uint32_t Index; /*!< Index of the key. member
692 HAL_StatusTypeDef HAL_ETH_DescAssignMemory(ETH_HandleTypeDef *heth, uint32_t Index, uint8_t *pBuffe… in HAL_ETH_DescAssignMemory() argument694 ETH_DMADescTypeDef *dmarxdesc = (ETH_DMADescTypeDef *)heth->RxDescList.RxDesc[Index]; in HAL_ETH_DescAssignMemory()696 if((pBuffer1 == NULL) || (Index >= (uint32_t)ETH_RX_DESC_CNT)) in HAL_ETH_DescAssignMemory()
1577 HAL_StatusTypeDef HAL_ETH_DescAssignMemory(ETH_HandleTypeDef *heth, uint32_t Index, uint8_t *pBuffe…