Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_mmc.c4422 const uint8_t *rtempbuff; in HAL_MMC_RPMB_ProgramAuthenticationKey() local
4480 rtempbuff = zero_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4490 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4491 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4493 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4494 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4496 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4497 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4499 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4500 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_mmc.c4465 const uint8_t *rtempbuff; in HAL_MMC_RPMB_ProgramAuthenticationKey() local
4523 rtempbuff = zero_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4533 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4534 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4536 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4537 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4539 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4540 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4542 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4543 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_mmc.c4450 const uint8_t *rtempbuff; in HAL_MMC_RPMB_ProgramAuthenticationKey() local
4508 rtempbuff = zero_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4518 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4519 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4521 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4522 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4524 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4525 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4527 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4528 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_mmc.c4466 const uint8_t *rtempbuff; in HAL_MMC_RPMB_ProgramAuthenticationKey() local
4524 rtempbuff = zero_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4534 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4535 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4537 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4538 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4540 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4541 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4543 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4544 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_mmc.c4422 const uint8_t *rtempbuff; in HAL_MMC_RPMB_ProgramAuthenticationKey() local
4480 rtempbuff = zero_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4490 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4491 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4493 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4494 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4496 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4497 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4499 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4500 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
[all …]