Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/tpm/
Dfsl_tpm.c124 base->CONF = TPM_CONF_DOZEEN(config->enableDoze) | TPM_CONF_GTBEEN(config->useGlobalTimeBase) | in TPM_Init()
206 config->useGlobalTimeBase = false; in TPM_GetDefaultConfig()
Dfsl_tpm.h289 …bool useGlobalTimeBase; /*!< true: The TPM channels use an external global time base (the local c… member
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.c274 base->CONF = (FTM_CONF_BDMMODE(config->bdmMode) | FTM_CONF_GTBEEN(config->useGlobalTimeBase)); in FTM_Init()
391 config->useGlobalTimeBase = false; in FTM_GetDefaultConfig()
Dfsl_ftm.h366 bool useGlobalTimeBase; /*!< True: Use of an external global time base is enabled; member