Searched refs:P2PPCR (Results 1 – 5 of 5) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_dcmipp.c | 6145 MODIFY_REG(hdcmipp->Instance->P2PPCR, DCMIPP_P2PPCR_FORMAT, PixelPackerFormat); in HAL_DCMIPP_PIPE_SetPixelPackerFormat() 6473 SET_BIT(hdcmipp->Instance->P2PPCR, DCMIPP_P2PPCR_SWAPRB); in HAL_DCMIPP_PIPE_EnableRedBlueSwap() 6507 CLEAR_BIT(hdcmipp->Instance->P2PPCR, DCMIPP_P2PPCR_SWAPRB); in HAL_DCMIPP_PIPE_DisableRedBlueSwap() 6623 MODIFY_REG(hdcmipp->Instance->P2PPCR, DCMIPP_P2PPCR_LINEMULT, Line); in HAL_DCMIPP_PIPE_EnableLineEvent() 6691 MODIFY_REG(hdcmipp->Instance->P2PPCR, DCMIPP_P2PPCR_LMAWM, AddressWrap); in HAL_DCMIPP_PIPE_SetLineWrappingConfig() 6724 SET_BIT(hdcmipp->Instance->P2PPCR, DCMIPP_P2PPCR_LMAWE); in HAL_DCMIPP_PIPE_EnableLineWrapping() 6756 CLEAR_BIT(hdcmipp->Instance->P2PPCR, DCMIPP_P2PPCR_LMAWE); in HAL_DCMIPP_PIPE_DisableLineWrapping() 8073 MODIFY_REG(hdcmipp->Instance->P2PPCR, DCMIPP_P2PPCR_FORMAT, pPipeConfig->PixelPackerFormat); in Pipe_Config() 8265 SET_BIT(hdcmipp->Instance->P2PPCR, DCMIPP_P2PPCR_DBM); in DCMIPP_SetDBMConfig() 8394 if ((hdcmipp->Instance->P2PPCR & DCMIPP_P2PPCR_DBM) == DCMIPP_P2PPCR_DBM) in DCMIPP_Stop() [all …]
|
/hal_stm32-latest/stm32cube/stm32n6xx/soc/ |
D | stm32n645xx.h | 720 …__IO uint32_t P2PPCR; /*!< DCMIPP Pipe2 pixel packer configuration register … member
|
D | stm32n657xx.h | 797 …__IO uint32_t P2PPCR; /*!< DCMIPP Pipe2 pixel packer configuration register … member
|
D | stm32n655xx.h | 769 …__IO uint32_t P2PPCR; /*!< DCMIPP Pipe2 pixel packer configuration register … member
|
D | stm32n647xx.h | 748 …__IO uint32_t P2PPCR; /*!< DCMIPP Pipe2 pixel packer configuration register … member
|