Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/pxp/
Dfsl_pxp.c1434 if ((config->fetchFormat.enableblock == false) && in PXP_SetFetchEngineConfig()
1440 if ((config->fetchFormat.enableblock == true) && (config->activeBits == kPXP_Active64Bits)) in PXP_SetFetchEngineConfig()
1455 if (config->fetchFormat.enableblock) in PXP_SetFetchEngineConfig()
1458 if (config->fetchFormat.blockSize16) in PXP_SetFetchEngineConfig()
1469 PXP_INPUT_FETCH_CTRL_CH0_RD_NUM_BYTES(config->fetchFormat.burstLength) | in PXP_SetFetchEngineConfig()
1474 PXP_INPUT_FETCH_CTRL_CH0_BLOCK_EN((uint32_t)config->fetchFormat.enableblock) | in PXP_SetFetchEngineConfig()
1475 PXP_INPUT_FETCH_CTRL_CH0_BLOCK_16((uint32_t)config->fetchFormat.blockSize16) | in PXP_SetFetchEngineConfig()
Dfsl_pxp.h904fetchFormat; /*!< Block mode configuration. Make sure to enable block if rotate or flip mode is en… member