Home
last modified time | relevance | path

Searched refs:enableSwap (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/xecc/
Dfsl_xecc.c57 base->ECC_CTRL |= XECC_ECC_CTRL_SWAP_EN(config->enableSwap); in XECC_Init()
87 config->enableSwap = false; in XECC_GetDefaultConfig()
Dfsl_xecc.h81 bool enableSwap; /*!< Enable swap function. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/tpm/
Dfsl_tpm.h216 …bool enableSwap; /*!< true: Use channel n+1 input, channel n input is ig… member
Dfsl_tpm.c863 if (true == edgeParam->enableSwap) in TPM_SetupDualEdgeCapture()