Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/pxp/
Dfsl_pxp.h886 uint16_t totalWidth; /*!< Total width for the actual fetch size. */ member
974 uint16_t totalWidth; /*!< Total width for the actual store size. */ member
1014 …uint16_t totalWidth; /*!< Total width for the buffer size, make sure it is aligned with the dithe… member
1050 …uint16_t totalWidth; /*!< Total width for the buffer size, make sure it is aligned with the output… member
Dfsl_pxp.c1479 fetchSizeReg = (((uint32_t)config->totalHeight) << 16U) | ((uint32_t)config->totalWidth); in PXP_SetFetchEngineConfig()
1665 sizeReg = (((uint32_t)config->totalHeight) << 16U) | ((uint32_t)config->totalWidth); in PXP_SetStoreEngineConfig()
1824 base->CFA_SIZE = ((uint32_t)(config->totalWidth) << 16U) | (uint32_t)(config->totalHeight); in PXP_SetCfaConfig()
1876 … base->HIST_A_BUF_SIZE = ((uint32_t)(config->totalHeight) << 16U) | (uint32_t)config->totalWidth; in PXP_SetHistogramConfig()
1882 … base->HIST_B_BUF_SIZE = ((uint32_t)(config->totalHeight) << 16U) | (uint32_t)config->totalWidth; in PXP_SetHistogramConfig()