Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c6089 …sTypeDef HAL_DCMIPP_PIPE_SetPitch(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe, uint32_t LinePitch) in HAL_DCMIPP_PIPE_SetPitch() argument
6099 assert_param(IS_DCMIPP_PIXEL_PIPE_PITCH(LinePitch)); in HAL_DCMIPP_PIPE_SetPitch()
6104 …MODIFY_REG(hdcmipp->Instance->P1PPM0PR, DCMIPP_P1PPM0PR_PITCH, LinePitch << DCMIPP_P1PPM0PR_PITCH_… in HAL_DCMIPP_PIPE_SetPitch()
6108 …MODIFY_REG(hdcmipp->Instance->P2PPM0PR, DCMIPP_P2PPM0PR_PITCH, LinePitch << DCMIPP_P2PPM0PR_PITCH_… in HAL_DCMIPP_PIPE_SetPitch()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h2106 …TypeDef HAL_DCMIPP_PIPE_SetPitch(DCMIPP_HandleTypeDef *hdcmipp, uint32_t Pipe, uint32_t LinePitch);