Searched refs:MEMORY0 (Results 1 – 17 of 17) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_dma_ex.c | 361 if(memory == MEMORY0) in HAL_DMAEx_ChangeMemory() 374 if(memory == MEMORY0) in HAL_DMAEx_ChangeMemory()
|
D | stm32h7xx_hal_dcmi.c | 1144 (void)HAL_DMAEx_ChangeMemory(hdcmi->DMA_Handle, (tmp + (8U * hdcmi->XferSize)), MEMORY0); in DCMI_DMAXferCplt()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_dma_ex.h | 49 MEMORY0 = 0x00U, /*!< Memory 0 */ enumerator
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_dma_ex.h | 49 MEMORY0 = 0x00U, /*!< Memory 0 */ enumerator
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_dma_ex.h | 49 MEMORY0 = 0x00U, /*!< Memory 0 */ enumerator
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_dma_ex.h | 49 MEMORY0 = 0x00U, /*!< Memory 0 */ enumerator
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_dma_ex.h | 48 MEMORY0 = 0x00U, /*!< Memory 0 */ enumerator
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_dma_ex.c | 236 if(memory == MEMORY0) in HAL_DMAEx_ChangeMemory()
|
D | stm32f7xx_hal_dcmi.c | 1183 (void)HAL_DMAEx_ChangeMemory(hdcmi->DMA_Handle, (tmp + (8U * hdcmi->XferSize)), MEMORY0); in DCMI_DMAXferCplt()
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_dma_ex.c | 242 if(memory == MEMORY0) in HAL_DMAEx_ChangeMemory()
|
D | stm32f2xx_hal_dcmi.c | 1155 (void)HAL_DMAEx_ChangeMemory(hdcmi->DMA_Handle, (tmp + (8U * hdcmi->XferSize)), MEMORY0); in DCMI_DMAXferCplt()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_dma_ex.h | 49 MEMORY0 = 0x00U, /*!< Memory 0 */ enumerator
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_dma_ex.c | 241 if(memory == MEMORY0) in HAL_DMAEx_ChangeMemory()
|
D | stm32f4xx_hal_dcmi.c | 1080 HAL_DMAEx_ChangeMemory(hdcmi->DMA_Handle, (tmp + (8U*hdcmi->XferSize)), MEMORY0); in DCMI_DMAXferCplt()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_dma_ex.c | 293 if(memory == MEMORY0) in HAL_DMAEx_ChangeMemory()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_dma_ex.c | 304 if (memory == MEMORY0) in HAL_DMAEx_ChangeMemory()
|
D | stm32mp1xx_hal_dcmi.c | 1099 (void) HAL_DMAEx_ChangeMemory(hdcmi->DMA_Handle, (tmp + (8U*hdcmi->XferSize)), MEMORY0); in DCMI_DMAXferCplt()
|