Home
last modified time | relevance | path

Searched refs:DCMIPP_MEMORY_ADDRESS_0 (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dcmipp.h485 #define DCMIPP_MEMORY_ADDRESS_0 0U /*!< Base destination address */ macro
910 #define IS_DCMIPP_MEMORY_ADDRESS(MEMORY_ADDRESS) (((MEMORY_ADDRESS) == DCMIPP_MEMORY_ADDRESS_0) ||\
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h1023 #define DCMIPP_MEMORY_ADDRESS_0 0U /*!< Base destination address */ macro
2364 #define IS_DCMIPP_MEMORY_ADDRESS(MEMORY_ADDRESS) (((MEMORY_ADDRESS) == DCMIPP_MEMORY_ADDRESS_0) ||\
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c6252 if (Memory == DCMIPP_MEMORY_ADDRESS_0) in HAL_DCMIPP_PIPE_SetMemoryAddress()
6272 if (Memory == DCMIPP_MEMORY_ADDRESS_0) in HAL_DCMIPP_PIPE_SetMemoryAddress()
6285 if (Memory == DCMIPP_MEMORY_ADDRESS_0) in HAL_DCMIPP_PIPE_SetMemoryAddress()
7230 if (MemoryAddress == DCMIPP_MEMORY_ADDRESS_0) in HAL_DCMIPP_PIPE_GetMemoryAddress()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dcmipp.c1958 if (Memory == DCMIPP_MEMORY_ADDRESS_0) in HAL_DCMIPP_PIPE_SetMemoryAddress()