Home
last modified time | relevance | path

Searched refs:pROIConfig (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c4995 … const DCMIPP_RegionOfInterestConfTypeDef *pROIConfig) in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig() argument
5009 assert_param(IS_DCMIPP_ROI(pROIConfig->RegionOfInterest)); in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()
5010 assert_param(IS_DCMIPP_ROI_START(pROIConfig->HStart)); in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()
5011 assert_param(IS_DCMIPP_ROI_START(pROIConfig->VStart)); in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()
5012 assert_param(IS_DCMIPP_ROI_SIZE(pROIConfig->HSize)); in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()
5013 assert_param(IS_DCMIPP_ROI_SIZE(pROIConfig->VSize)); in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()
5014 assert_param(IS_DCMIPP_ROI_COLOR(pROIConfig->ColorLineBlue)); in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()
5015 assert_param(IS_DCMIPP_ROI_COLOR(pROIConfig->ColorLineGreen)); in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()
5016 assert_param(IS_DCMIPP_ROI_COLOR(pROIConfig->ColorLineRed)); in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()
5017 assert_param(IS_DCMIPP_ROI_LINE_WIDTH(pROIConfig->LineSizeWidth)); in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h2022 … const DCMIPP_RegionOfInterestConfTypeDef *pROIConfig);