Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dcmipp.h486 #define DCMIPP_MEMORY_ADDRESS_1 1U /*!< Second destination address */ macro
911 ((MEMORY_ADDRESS) == DCMIPP_MEMORY_ADDRESS_1))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h1024 #define DCMIPP_MEMORY_ADDRESS_1 1U /*!< Second destination address */ macro
2365 ((MEMORY_ADDRESS) == DCMIPP_MEMORY_ADDRESS_1))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c7235 else if (MemoryAddress == DCMIPP_MEMORY_ADDRESS_1) in HAL_DCMIPP_PIPE_GetMemoryAddress()