Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash_ex.c482 uint32_t index_max; in HAL_FLASHEx_KeyConfig() local
508 index_max = 1U; in HAL_FLASHEx_KeyConfig()
512 index_max = 2U; in HAL_FLASHEx_KeyConfig()
516 index_max = 4U; in HAL_FLASHEx_KeyConfig()
520 index_max = 8U; in HAL_FLASHEx_KeyConfig()
525 index_max = 0U; in HAL_FLASHEx_KeyConfig()
530 for (index = 0U; index < index_max; index++) in HAL_FLASHEx_KeyConfig()
567 uint32_t index_max; in HAL_FLASHEx_GetKey() local
605 index_max = 1U; in HAL_FLASHEx_GetKey()
609 index_max = 2U; in HAL_FLASHEx_GetKey()
[all …]