Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c572 const DCMIPP_CSI_ConfTypeDef *pCSI_Config) in HAL_DCMIPP_CSI_SetConfig() argument
645 if ((hdcmipp == NULL) || (pCSI_Config == NULL)) in HAL_DCMIPP_CSI_SetConfig()
652 assert_param(IS_DCMIPP_NUMBER_OF_LANES(pCSI_Config->NumberOfLanes)); in HAL_DCMIPP_CSI_SetConfig()
653 assert_param(IS_DCMIPP_CSI_DATA_LANE_MAPPING(pCSI_Config->DataLaneMapping)); in HAL_DCMIPP_CSI_SetConfig()
654 assert_param(IS_DCMIPP_CSI_DATA_PHY_BITRATE(pCSI_Config->PHYBitrate)); in HAL_DCMIPP_CSI_SetConfig()
660 if (pCSI_Config->DataLaneMapping == DCMIPP_CSI_PHYSICAL_DATA_LANES) in HAL_DCMIPP_CSI_SetConfig()
662 …WRITE_REG(csi_instance->LMCFGR, pCSI_Config->NumberOfLanes | (DCMIPP_CSI_DATA_LANE0 << CSI_LMCFGR_… in HAL_DCMIPP_CSI_SetConfig()
665 else if (pCSI_Config->DataLaneMapping == DCMIPP_CSI_INVERTED_DATA_LANES) in HAL_DCMIPP_CSI_SetConfig()
667 …WRITE_REG(csi_instance->LMCFGR, pCSI_Config->NumberOfLanes | (DCMIPP_CSI_DATA_LANE1 << CSI_LMCFGR_… in HAL_DCMIPP_CSI_SetConfig()
684 if (pCSI_Config->NumberOfLanes == DCMIPP_CSI_ONE_DATA_LANE) in HAL_DCMIPP_CSI_SetConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h1801 const DCMIPP_CSI_ConfTypeDef *pCSI_Config);