Home
last modified time | relevance | path

Searched refs:enableRunInDoze (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/gpt/
Dfsl_gpt.c73 (initConfig->enableRunInDoze ? GPT_CR_DOZEEN_MASK : 0UL) | in GPT_Init()
131 config->enableRunInDoze = false; in GPT_GetDefaultConfig()
Dfsl_gpt.h106 bool enableRunInDoze; /*!< GPT enabled in doze mode. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpit/
Dfsl_lpit.c125 …(LPIT_MCR_DBG_EN(config->enableRunInDebug) | LPIT_MCR_DOZE_EN(config->enableRunInDoze) | LPIT_MCR_… in LPIT_Init()
170 config->enableRunInDoze = false; in LPIT_GetDefaultConfig()
Dfsl_lpit.h137 bool enableRunInDoze; /*!< true: Timers run in doze mode; false: Timers stop in doze mode */ member
/hal_nxp-latest/mcux/mcux-sdk/components/time_stamp/
Dfsl_adapter_gpt_time_stamp.c55 gptConfig.enableRunInDoze = true; in HAL_HWTimeStampInit()