Searched refs:arg (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_pka.h | 341 __STATIC_INLINE void LL_PKA_SetSecurityLevel(PKA_TypeDef *PKAx, uint32_t arg) in LL_PKA_SetSecurityLevel() argument 343 MODIFY_REG(PKAx->CR, PKA_CR_SECLVL, (arg << PKA_CR_SECLVL_Pos)); in LL_PKA_SetSecurityLevel()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_mmc.c | 4313 uint32_t arg = Partition | 0x03B30000U; in HAL_MMC_SwitchPartition() local 4322 errorstate = SDMMC_CmdSwitch(hmmc->Instance, arg); in HAL_MMC_SwitchPartition() 5002 uint32_t arg = 0x80000000U; in HAL_MMC_RPMB_WriteBlocks() local 5272 arg |= NumberOfBlocks; in HAL_MMC_RPMB_WriteBlocks() 5284 errorstate = SDMMC_CmdBlockCount(hmmc->Instance, arg); in HAL_MMC_RPMB_WriteBlocks() 5391 errorstate = SDMMC_CmdBlockCount(hmmc->Instance, arg); in HAL_MMC_RPMB_WriteBlocks() 5563 uint32_t arg = 0; in HAL_MMC_RPMB_ReadBlocks() local 5566 arg |= NumberOfBlocks; in HAL_MMC_RPMB_ReadBlocks() 5681 errorstate = SDMMC_CmdBlockCount(hmmc->Instance, arg); in HAL_MMC_RPMB_ReadBlocks()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_mmc.c | 4356 uint32_t arg = Partition | 0x03B30000U; in HAL_MMC_SwitchPartition() local 4365 errorstate = SDMMC_CmdSwitch(hmmc->Instance, arg); in HAL_MMC_SwitchPartition() 5045 uint32_t arg = 0x80000000U; in HAL_MMC_RPMB_WriteBlocks() local 5315 arg |= NumberOfBlocks; in HAL_MMC_RPMB_WriteBlocks() 5327 errorstate = SDMMC_CmdBlockCount(hmmc->Instance, arg); in HAL_MMC_RPMB_WriteBlocks() 5434 errorstate = SDMMC_CmdBlockCount(hmmc->Instance, arg); in HAL_MMC_RPMB_WriteBlocks() 5606 uint32_t arg = 0; in HAL_MMC_RPMB_ReadBlocks() local 5609 arg |= NumberOfBlocks; in HAL_MMC_RPMB_ReadBlocks() 5724 errorstate = SDMMC_CmdBlockCount(hmmc->Instance, arg); in HAL_MMC_RPMB_ReadBlocks()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_mmc.c | 4341 uint32_t arg = Partition | 0x03B30000U; in HAL_MMC_SwitchPartition() local 4350 errorstate = SDMMC_CmdSwitch(hmmc->Instance, arg); in HAL_MMC_SwitchPartition() 5030 uint32_t arg = 0x80000000U; in HAL_MMC_RPMB_WriteBlocks() local 5300 arg |= NumberOfBlocks; in HAL_MMC_RPMB_WriteBlocks() 5312 errorstate = SDMMC_CmdBlockCount(hmmc->Instance, arg); in HAL_MMC_RPMB_WriteBlocks() 5419 errorstate = SDMMC_CmdBlockCount(hmmc->Instance, arg); in HAL_MMC_RPMB_WriteBlocks() 5591 uint32_t arg = 0; in HAL_MMC_RPMB_ReadBlocks() local 5594 arg |= NumberOfBlocks; in HAL_MMC_RPMB_ReadBlocks() 5709 errorstate = SDMMC_CmdBlockCount(hmmc->Instance, arg); in HAL_MMC_RPMB_ReadBlocks()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_mmc.c | 4357 uint32_t arg = Partition | 0x03B30000U; in HAL_MMC_SwitchPartition() local 4366 errorstate = SDMMC_CmdSwitch(hmmc->Instance, arg); in HAL_MMC_SwitchPartition() 5046 uint32_t arg = 0x80000000U; in HAL_MMC_RPMB_WriteBlocks() local 5316 arg |= NumberOfBlocks; in HAL_MMC_RPMB_WriteBlocks() 5328 errorstate = SDMMC_CmdBlockCount(hmmc->Instance, arg); in HAL_MMC_RPMB_WriteBlocks() 5435 errorstate = SDMMC_CmdBlockCount(hmmc->Instance, arg); in HAL_MMC_RPMB_WriteBlocks() 5607 uint32_t arg = 0; in HAL_MMC_RPMB_ReadBlocks() local 5610 arg |= NumberOfBlocks; in HAL_MMC_RPMB_ReadBlocks() 5725 errorstate = SDMMC_CmdBlockCount(hmmc->Instance, arg); in HAL_MMC_RPMB_ReadBlocks()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_mmc.c | 4313 uint32_t arg = Partition | 0x03B30000U; in HAL_MMC_SwitchPartition() local 4322 errorstate = SDMMC_CmdSwitch(hmmc->Instance, arg); in HAL_MMC_SwitchPartition() 5002 uint32_t arg = 0x80000000U; in HAL_MMC_RPMB_WriteBlocks() local 5272 arg |= NumberOfBlocks; in HAL_MMC_RPMB_WriteBlocks() 5284 errorstate = SDMMC_CmdBlockCount(hmmc->Instance, arg); in HAL_MMC_RPMB_WriteBlocks() 5391 errorstate = SDMMC_CmdBlockCount(hmmc->Instance, arg); in HAL_MMC_RPMB_WriteBlocks() 5563 uint32_t arg = 0; in HAL_MMC_RPMB_ReadBlocks() local 5566 arg |= NumberOfBlocks; in HAL_MMC_RPMB_ReadBlocks() 5681 errorstate = SDMMC_CmdBlockCount(hmmc->Instance, arg); in HAL_MMC_RPMB_ReadBlocks()
|