Home
last modified time | relevance | path

Searched refs:enableblock (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()
1474 PXP_INPUT_FETCH_CTRL_CH0_BLOCK_EN((uint32_t)config->fetchFormat.enableblock) | in PXP_SetFetchEngineConfig()
1632 if ((config->storeFormat.enableblock == true) && in PXP_SetStoreEngineConfig()
1660 PXP_INPUT_STORE_CTRL_CH0_BLOCK_EN((uint32_t)config->storeFormat.enableblock) | in PXP_SetStoreEngineConfig()
Dfsl_pxp.h809enableblock; /*!< Enable to use block mode instead of scanline mode. Note: 1.Make sure to enable … member