Searched refs:UAddress (Results 1 – 4 of 4) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_dcmipp.c | 1451 …((pFullPlanarDstAddress->UAddress & 0xFU) != 0U) || ((pFullPlanarDstAddress->VAddress & 0xFU) != 0… in HAL_DCMIPP_PIPE_FullPlanarStart() 1469 WRITE_REG(hdcmipp->Instance->P1PPM1AR1, pFullPlanarDstAddress->UAddress); in HAL_DCMIPP_PIPE_FullPlanarStart() 1505 …((pFullPlanarDstAddress0->UAddress & 0xFU) != 0U) || ((pFullPlanarDstAddress0->VAddress & 0xFU) !=… in HAL_DCMIPP_PIPE_FullPlanarDoubleBufferStart() 1506 …((pFullPlanarDstAddress1->YAddress & 0xFU) != 0U) || ((pFullPlanarDstAddress1->UAddress & 0xFU) !=… in HAL_DCMIPP_PIPE_FullPlanarDoubleBufferStart() 1523 WRITE_REG(hdcmipp->Instance->P1PPM1AR1, pFullPlanarDstAddress0->UAddress); in HAL_DCMIPP_PIPE_FullPlanarDoubleBufferStart() 1524 WRITE_REG(hdcmipp->Instance->P1PPM1AR2, pFullPlanarDstAddress1->UAddress); in HAL_DCMIPP_PIPE_FullPlanarDoubleBufferStart() 1822 ((pFullPlanarDstAddress->UAddress & 0xFU) != 0U) || in HAL_DCMIPP_CSI_PIPE_FullPlanarStart() 1847 WRITE_REG(hdcmipp->Instance->P1PPM1AR1, pFullPlanarDstAddress->UAddress); in HAL_DCMIPP_CSI_PIPE_FullPlanarStart() 1886 …((pFullPlanarDstAddress0->UAddress & 0xFU) != 0U) || ((pFullPlanarDstAddress0->VAddress & 0xFU) !=… in HAL_DCMIPP_CSI_PIPE_FullPlanarDoubleBufferStart() 1887 …((pFullPlanarDstAddress1->YAddress & 0xFU) != 0U) || ((pFullPlanarDstAddress1->UAddress & 0xFU) !=… in HAL_DCMIPP_CSI_PIPE_FullPlanarDoubleBufferStart() [all …]
|
D | stm32n6xx_hal_ltdc.c | 2729 LTDC_SetConfig(hltdc, pYUVFullPlanarAddress->YUVFullPlanarAddress.UAddress, in HAL_LTDC_SetFullPlanarAddress() 2839 LTDC_SetConfig(hltdc, pYUVFullPlanarAddress->YUVFullPlanarAddress.UAddress, in HAL_LTDC_SetFullPlanarAddress_NoReload() 3273 LTDC_SetConfig(hltdc, pLayerFlexYUVFullPlanar->YUVFullPlanarAddress.UAddress, in HAL_LTDC_ConfigLayerFlexYUVFullPlanar()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_ltdc.h | 304 uint32_t UAddress; /*!< U Frame Buffer address */ member
|
D | stm32n6xx_hal_dcmipp.h | 392 uint32_t UAddress; /*!< U Frame Buffer address */ member
|