Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dcmipp.h890 #define IS_DCMIPP_PIPE_CROP_HSIZE(CROP_HSIZE) (((CROP_HSIZE) >= 0x1U) && ((CROP_HSIZE) <= 0xFFFU)) macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dcmipp.c1550 assert_param(IS_DCMIPP_PIPE_CROP_HSIZE(pCropConfig->HSize)); in HAL_DCMIPP_PIPE_SetCropConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h2345 #define IS_DCMIPP_PIPE_CROP_HSIZE(CROP_HSIZE) (((CROP_HSIZE) >= 0x1U) && ((CROP_HSIZE) <= 0xFFFU)) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c3826 assert_param(IS_DCMIPP_PIPE_CROP_HSIZE(pCropConfig->HSize)); in HAL_DCMIPP_PIPE_SetCropConfig()