Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dcmipp.c207 …pe_Config(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe, const DCMIPP_PipeConfTypeDef *pPipeConfig);
228 …ipe_Config(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe, const DCMIPP_PipeConfTypeDef *pPipeConfig) in Pipe_Config() argument
234 MODIFY_REG(hdcmipp->Instance->P0FCTCR, DCMIPP_P0FCTCR_FRATE, pPipeConfig->FrameRate); in Pipe_Config()
601 const DCMIPP_PipeConfTypeDef *pPipeConfig) in HAL_DCMIPP_PIPE_SetConfig() argument
606 if ((hdcmipp == NULL) || (pPipeConfig == NULL)) in HAL_DCMIPP_PIPE_SetConfig()
614 assert_param(IS_DCMIPP_FRAME_RATE(pPipeConfig->FrameRate)); in HAL_DCMIPP_PIPE_SetConfig()
626 Pipe_Config(hdcmipp, Pipe, pPipeConfig); in HAL_DCMIPP_PIPE_SetConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c294 …pe_Config(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe, const DCMIPP_PipeConfTypeDef *pPipeConfig);
1015 const DCMIPP_PipeConfTypeDef *pPipeConfig) in HAL_DCMIPP_PIPE_SetConfig() argument
1020 if ((hdcmipp == NULL) || (pPipeConfig == NULL)) in HAL_DCMIPP_PIPE_SetConfig()
1028 assert_param(IS_DCMIPP_FRAME_RATE(pPipeConfig->FrameRate)); in HAL_DCMIPP_PIPE_SetConfig()
1031 assert_param(IS_DCMIPP_PIXEL_PACKER_FORMAT(pPipeConfig->PixelPackerFormat)); in HAL_DCMIPP_PIPE_SetConfig()
1032 assert_param(IS_DCMIPP_PIXEL_PIPE_PITCH(pPipeConfig->PixelPipePitch)); in HAL_DCMIPP_PIPE_SetConfig()
1035 …if ((Pipe == DCMIPP_PIPE2) && ((pPipeConfig->PixelPackerFormat) > DCMIPP_PIXEL_PACKER_FORMAT_YUV42… in HAL_DCMIPP_PIPE_SetConfig()
1050 Pipe_Config(hdcmipp, Pipe, pPipeConfig); in HAL_DCMIPP_PIPE_SetConfig()
8029 …ipe_Config(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe, const DCMIPP_PipeConfTypeDef *pPipeConfig) in Pipe_Config() argument
8035 MODIFY_REG(hdcmipp->Instance->P0FCTCR, DCMIPP_P0FCTCR_FRATE, pPipeConfig->FrameRate); in Pipe_Config()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dcmipp.h653 const DCMIPP_PipeConfTypeDef *pPipeConfig);
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h1809 const DCMIPP_PipeConfTypeDef *pPipeConfig);