Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_sdio.c596 cmd53.IOFunctionNbr = SDIO_FUNCTION_0; in HAL_SDIO_SetBlockSize()
830 cmd |= (((uint32_t)Argument->IOFunctionNbr) << 28U); in HAL_SDIO_ReadDirect()
894 cmd |= ((uint32_t)Argument->IOFunctionNbr) << 28U; in HAL_SDIO_WriteDirect()
1008 cmd |= Argument->IOFunctionNbr << 28U; in HAL_SDIO_ReadExtended()
1213 cmd |= Argument->IOFunctionNbr << 28U; in HAL_SDIO_WriteExtended()
1431 cmd |= Argument->IOFunctionNbr << 28U; in HAL_SDIO_ReadExtended_DMA()
1574 cmd |= Argument->IOFunctionNbr << 28U; in HAL_SDIO_WriteExtended_DMA()
1675 CMD53_desc.IOFunctionNbr = 1; in HAL_SDIO_IRQHandler()
2700 cmd |= cmd_arg->IOFunctionNbr << 28U; in SDIO_WriteExtended()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_sdio.c596 cmd53.IOFunctionNbr = SDIO_FUNCTION_0; in HAL_SDIO_SetBlockSize()
830 cmd |= (((uint32_t)Argument->IOFunctionNbr) << 28U); in HAL_SDIO_ReadDirect()
894 cmd |= ((uint32_t)Argument->IOFunctionNbr) << 28U; in HAL_SDIO_WriteDirect()
1008 cmd |= Argument->IOFunctionNbr << 28U; in HAL_SDIO_ReadExtended()
1213 cmd |= Argument->IOFunctionNbr << 28U; in HAL_SDIO_WriteExtended()
1431 cmd |= Argument->IOFunctionNbr << 28U; in HAL_SDIO_ReadExtended_DMA()
1574 cmd |= Argument->IOFunctionNbr << 28U; in HAL_SDIO_WriteExtended_DMA()
1675 CMD53_desc.IOFunctionNbr = 1; in HAL_SDIO_IRQHandler()
2700 cmd |= cmd_arg->IOFunctionNbr << 28U; in SDIO_WriteExtended()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_sdio.c596 cmd53.IOFunctionNbr = SDIO_FUNCTION_0; in HAL_SDIO_SetBlockSize()
830 cmd |= (((uint32_t)Argument->IOFunctionNbr) << 28U); in HAL_SDIO_ReadDirect()
894 cmd |= ((uint32_t)Argument->IOFunctionNbr) << 28U; in HAL_SDIO_WriteDirect()
1008 cmd |= Argument->IOFunctionNbr << 28U; in HAL_SDIO_ReadExtended()
1213 cmd |= Argument->IOFunctionNbr << 28U; in HAL_SDIO_WriteExtended()
1431 cmd |= Argument->IOFunctionNbr << 28U; in HAL_SDIO_ReadExtended_DMA()
1574 cmd |= Argument->IOFunctionNbr << 28U; in HAL_SDIO_WriteExtended_DMA()
1675 CMD53_desc.IOFunctionNbr = 1; in HAL_SDIO_IRQHandler()
2700 cmd |= cmd_arg->IOFunctionNbr << 28U; in SDIO_WriteExtended()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_sdio.h95 …uint8_t IOFunctionNbr; /*!< The number of the function within the IO card you wish to read or wr… member
106 …uint32_t IOFunctionNbr; /*!< The number of the function within the IO card you wish to read or wri… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_sdio.h95 …uint8_t IOFunctionNbr; /*!< The number of the function within the IO card you wish to read or wr… member
106 …uint32_t IOFunctionNbr; /*!< The number of the function within the IO card you wish to read or wri… member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_sdio.h95 …uint8_t IOFunctionNbr; /*!< The number of the function within the IO card you wish to read or wr… member
106 …uint32_t IOFunctionNbr; /*!< The number of the function within the IO card you wish to read or wri… member