Home
last modified time | relevance | path

Searched refs:Index (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash_ex.c487 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()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_flash_ex.h47 uint32_t Index; /*!< Index of the key. member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/Legacy/
Dstm32h7xx_hal_eth.c692 HAL_StatusTypeDef HAL_ETH_DescAssignMemory(ETH_HandleTypeDef *heth, uint32_t Index, uint8_t *pBuffe… in HAL_ETH_DescAssignMemory() argument
694 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()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32h7xx_hal_eth_legacy.h1577 HAL_StatusTypeDef HAL_ETH_DescAssignMemory(ETH_HandleTypeDef *heth, uint32_t Index, uint8_t *pBuffe…