Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_mmc.c4417 uint32_t byte_count = 0; in HAL_MMC_RPMB_ProgramAuthenticationKey() local
4492 byte_count++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4495 byte_count++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4498 byte_count++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4501 byte_count++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4503 if (byte_count < MMC_RPMB_KEYMAC_POSITION) in HAL_MMC_RPMB_ProgramAuthenticationKey()
4507 else if (byte_count == MMC_RPMB_KEYMAC_POSITION) in HAL_MMC_RPMB_ProgramAuthenticationKey()
4511 else if ((byte_count < MMC_RPMB_WRITE_COUNTER_POSITION) && \ in HAL_MMC_RPMB_ProgramAuthenticationKey()
4512 (byte_count >= MMC_RPMB_DATA_POSITION)) in HAL_MMC_RPMB_ProgramAuthenticationKey()
4516 else if (byte_count == MMC_RPMB_WRITE_COUNTER_POSITION) in HAL_MMC_RPMB_ProgramAuthenticationKey()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_mmc.c4460 uint32_t byte_count = 0; in HAL_MMC_RPMB_ProgramAuthenticationKey() local
4535 byte_count++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4538 byte_count++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4541 byte_count++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4544 byte_count++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4546 if (byte_count < MMC_RPMB_KEYMAC_POSITION) in HAL_MMC_RPMB_ProgramAuthenticationKey()
4550 else if (byte_count == MMC_RPMB_KEYMAC_POSITION) in HAL_MMC_RPMB_ProgramAuthenticationKey()
4554 else if ((byte_count < MMC_RPMB_WRITE_COUNTER_POSITION) && \ in HAL_MMC_RPMB_ProgramAuthenticationKey()
4555 (byte_count >= MMC_RPMB_DATA_POSITION)) in HAL_MMC_RPMB_ProgramAuthenticationKey()
4559 else if (byte_count == MMC_RPMB_WRITE_COUNTER_POSITION) in HAL_MMC_RPMB_ProgramAuthenticationKey()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_mmc.c4445 uint32_t byte_count = 0; in HAL_MMC_RPMB_ProgramAuthenticationKey() local
4520 byte_count++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4523 byte_count++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4526 byte_count++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4529 byte_count++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4531 if (byte_count < MMC_RPMB_KEYMAC_POSITION) in HAL_MMC_RPMB_ProgramAuthenticationKey()
4535 else if (byte_count == MMC_RPMB_KEYMAC_POSITION) in HAL_MMC_RPMB_ProgramAuthenticationKey()
4539 else if ((byte_count < MMC_RPMB_WRITE_COUNTER_POSITION) && \ in HAL_MMC_RPMB_ProgramAuthenticationKey()
4540 (byte_count >= MMC_RPMB_DATA_POSITION)) in HAL_MMC_RPMB_ProgramAuthenticationKey()
4544 else if (byte_count == MMC_RPMB_WRITE_COUNTER_POSITION) in HAL_MMC_RPMB_ProgramAuthenticationKey()
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_mmc.c4461 uint32_t byte_count = 0; in HAL_MMC_RPMB_ProgramAuthenticationKey() local
4536 byte_count++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4539 byte_count++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4542 byte_count++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4545 byte_count++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4547 if (byte_count < MMC_RPMB_KEYMAC_POSITION) in HAL_MMC_RPMB_ProgramAuthenticationKey()
4551 else if (byte_count == MMC_RPMB_KEYMAC_POSITION) in HAL_MMC_RPMB_ProgramAuthenticationKey()
4555 else if ((byte_count < MMC_RPMB_WRITE_COUNTER_POSITION) && \ in HAL_MMC_RPMB_ProgramAuthenticationKey()
4556 (byte_count >= MMC_RPMB_DATA_POSITION)) in HAL_MMC_RPMB_ProgramAuthenticationKey()
4560 else if (byte_count == MMC_RPMB_WRITE_COUNTER_POSITION) in HAL_MMC_RPMB_ProgramAuthenticationKey()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_mmc.c4417 uint32_t byte_count = 0; in HAL_MMC_RPMB_ProgramAuthenticationKey() local
4492 byte_count++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4495 byte_count++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4498 byte_count++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4501 byte_count++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4503 if (byte_count < MMC_RPMB_KEYMAC_POSITION) in HAL_MMC_RPMB_ProgramAuthenticationKey()
4507 else if (byte_count == MMC_RPMB_KEYMAC_POSITION) in HAL_MMC_RPMB_ProgramAuthenticationKey()
4511 else if ((byte_count < MMC_RPMB_WRITE_COUNTER_POSITION) && \ in HAL_MMC_RPMB_ProgramAuthenticationKey()
4512 (byte_count >= MMC_RPMB_DATA_POSITION)) in HAL_MMC_RPMB_ProgramAuthenticationKey()
4516 else if (byte_count == MMC_RPMB_WRITE_COUNTER_POSITION) in HAL_MMC_RPMB_ProgramAuthenticationKey()
[all …]