Home
last modified time | relevance | path

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

/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_mmc.c4423 const uint8_t *rtempbuff; in HAL_MMC_RPMB_ProgramAuthenticationKey() local
4481 rtempbuff = zero_pack; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4491 data = (uint32_t)(*rtempbuff); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4492 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4494 data |= ((uint32_t)(*rtempbuff) << 8U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4495 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4497 data |= ((uint32_t)(*rtempbuff) << 16U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4498 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
4500 data |= ((uint32_t)(*rtempbuff) << 24U); in HAL_MMC_RPMB_ProgramAuthenticationKey()
4501 rtempbuff++; in HAL_MMC_RPMB_ProgramAuthenticationKey()
[all …]
/hal_stm32-3.7.0/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 …]
/hal_stm32-3.7.0/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 …]