Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dcmipp.c1992 uint32_t InputPixelFormat) in HAL_DCMIPP_PIPE_PARALLEL_SetInputPixelFormat() argument
1995 assert_param(IS_DCMIPP_FORMAT(InputPixelFormat)); in HAL_DCMIPP_PIPE_PARALLEL_SetInputPixelFormat()
2005 MODIFY_REG(hdcmipp->Instance->PRCR, DCMIPP_PRCR_FORMAT, InputPixelFormat); in HAL_DCMIPP_PIPE_PARALLEL_SetInputPixelFormat()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dcmipp.h770 uint32_t InputPixelFormat);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c6312 uint32_t InputPixelFormat) in HAL_DCMIPP_PIPE_PARALLEL_SetInputPixelFormat() argument
6315 assert_param(IS_DCMIPP_FORMAT(InputPixelFormat)); in HAL_DCMIPP_PIPE_PARALLEL_SetInputPixelFormat()
6325 MODIFY_REG(hdcmipp->Instance->PRCR, DCMIPP_PRCR_FORMAT, InputPixelFormat); in HAL_DCMIPP_PIPE_PARALLEL_SetInputPixelFormat()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h2105 uint32_t InputPixelFormat);