Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dcmipp.h407 #define DCMIPP_SYNCHRO_EMBEDDED DCMIPP_PRCR_ESS /*!< Embedded Synchronization */ macro
846 ((SYNC_MODE) == DCMIPP_SYNCHRO_EMBEDDED))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dcmipp.c564 if (pParallelConfig->SynchroMode == DCMIPP_SYNCHRO_EMBEDDED) in HAL_DCMIPP_PARALLEL_SetConfig()
2038 if ((prcr_reg & DCMIPP_PRCR_ESS) == DCMIPP_SYNCHRO_EMBEDDED) in HAL_DCMIPP_PARALLEL_SetSyncUnmask()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h937 #define DCMIPP_SYNCHRO_EMBEDDED DCMIPP_PRCR_ESS /*!< Embedded Synchronization */ macro
2231 ((SYNC_MODE) == DCMIPP_SYNCHRO_EMBEDDED))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c534 if (pParallelConfig->SynchroMode == DCMIPP_SYNCHRO_EMBEDDED) in HAL_DCMIPP_PARALLEL_SetConfig()
6358 if (((prcr_reg & DCMIPP_PRCR_ESS) == DCMIPP_SYNCHRO_EMBEDDED) && \ in HAL_DCMIPP_PARALLEL_SetSyncUnmask()