Searched refs:pSemiPlanarDstAddress (Results 1 – 2 of 2) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_dcmipp.c | 1341 … DCMIPP_SemiPlanarDstAddressTypeDef *pSemiPlanarDstAddress, in HAL_DCMIPP_PIPE_SemiPlanarStart() argument 1349 if ((hdcmipp == NULL) || ((pSemiPlanarDstAddress->UVAddress & 0xFU) != 0U) || \ in HAL_DCMIPP_PIPE_SemiPlanarStart() 1350 ((pSemiPlanarDstAddress->YAddress & 0xFU) != 0U)) in HAL_DCMIPP_PIPE_SemiPlanarStart() 1363 DCMIPP_SetConfig(hdcmipp, Pipe, pSemiPlanarDstAddress->YAddress, CaptureMode); in HAL_DCMIPP_PIPE_SemiPlanarStart() 1367 WRITE_REG(hdcmipp->Instance->P1PPM1AR1, pSemiPlanarDstAddress->UVAddress); in HAL_DCMIPP_PIPE_SemiPlanarStart() 1692 … DCMIPP_SemiPlanarDstAddressTypeDef *pSemiPlanarDstAddress, in HAL_DCMIPP_CSI_PIPE_SemiPlanarStart() argument 1701 if ((hdcmipp == NULL) || ((pSemiPlanarDstAddress->UVAddress & 0xFU) != 0U) || \ in HAL_DCMIPP_CSI_PIPE_SemiPlanarStart() 1702 ((pSemiPlanarDstAddress->YAddress & 0xFU) != 0U)) in HAL_DCMIPP_CSI_PIPE_SemiPlanarStart() 1722 DCMIPP_SetConfig(hdcmipp, Pipe, pSemiPlanarDstAddress->YAddress, CaptureMode); in HAL_DCMIPP_CSI_PIPE_SemiPlanarStart() 1726 WRITE_REG(hdcmipp->Instance->P1PPM1AR1, pSemiPlanarDstAddress->UVAddress); in HAL_DCMIPP_CSI_PIPE_SemiPlanarStart()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_dcmipp.h | 1830 … DCMIPP_SemiPlanarDstAddressTypeDef *pSemiPlanarDstAddress, 1847 … DCMIPP_SemiPlanarDstAddressTypeDef *pSemiPlanarDstAddress,
|