Home
last modified time | relevance | path

Searched refs:enableDoze (Results 1 – 18 of 18) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_tpm.c93 base->CONF = TPM_CONF_DOZEEN(config->enableDoze) | TPM_CONF_GTBEEN(config->useGlobalTimeBase) | in TPM_Init()
169 config->enableDoze = false; in TPM_GetDefaultConfig()
Dfsl_tpm.h225 bool enableDoze; /*!< true: TPM counter is paused in doze mode; member
Dfsl_lpi2c.h140 bool enableDoze; /*!< Whether master is enabled in doze mode. */ member
Dfsl_lpi2c.c363 masterConfig->enableDoze = true; in LPI2C_MasterGetDefaultConfig()
413 …e->MCR = LPI2C_MCR_DBGEN(masterConfig->debugEnable) | LPI2C_MCR_DOZEN(!(masterConfig->enableDoze)); in LPI2C_MasterInit()
Dfsl_flexcan.h756 bool enableDoze; /*!< Enable or Disable Doze Mode. */ member
Dfsl_flexcan.c1025 … mcrTemp = (pConfig->enableDoze) ? (mcrTemp | CAN_MCR_DOZE_MASK) : (mcrTemp & ~CAN_MCR_DOZE_MASK); in FLEXCAN_Init()
1239 pConfig->enableDoze = false; in FLEXCAN_GetDefaultConfig()
/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/
Dfsl_flexspi.c272 …figValue = FLEXSPI_MCR0_RXCLKSRC(config->rxSampleClock) | FLEXSPI_MCR0_DOZEEN(config->enableDoze) | in FLEXSPI_Init()
357 config->enableDoze = true; in FLEXSPI_GetDefaultConfig()
Dfsl_flexspi.h234 bool enableDoze; /*!< Enable/disable doze mode support. */ member
/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_flexspi.c272 …figValue = FLEXSPI_MCR0_RXCLKSRC(config->rxSampleClock) | FLEXSPI_MCR0_DOZEEN(config->enableDoze) | in FLEXSPI_Init()
357 config->enableDoze = true; in FLEXSPI_GetDefaultConfig()
Dfsl_flexspi.h234 bool enableDoze; /*!< Enable/disable doze mode support. */ member
Dfsl_lpi2c.h152 bool enableDoze; /*!< Whether master is enabled in doze mode. */ member
Dfsl_pdm.h239enableDoze; /*!< This module will enter disable/low leakage mode if DOZEN is active with ipg_doze … member
Dfsl_lpi2c.c336 masterConfig->enableDoze = true; in LPI2C_MasterGetDefaultConfig()
386 …e->MCR = LPI2C_MCR_DBGEN(masterConfig->debugEnable) | LPI2C_MCR_DOZEN(!(masterConfig->enableDoze)); in LPI2C_MasterInit()
Dfsl_pdm.c325 base->CTRL_1 = (base->CTRL_1 & (~PDM_CTRL_1_DOZEN_MASK)) | PDM_CTRL_1_DOZEN(config->enableDoze); in PDM_Init()
Dfsl_flexcan.h756 bool enableDoze; /*!< Enable or Disable Doze Mode. */ member
Dfsl_flexcan.c1025 … mcrTemp = (pConfig->enableDoze) ? (mcrTemp | CAN_MCR_DOZE_MASK) : (mcrTemp & ~CAN_MCR_DOZE_MASK); in FLEXCAN_Init()
1239 pConfig->enableDoze = false; in FLEXCAN_GetDefaultConfig()
/hal_nxp-2.7.6/mcux/drivers/imx8/
Dfsl_pdm.h239enableDoze; /*!< This module will enter disable/low leakage mode if DOZEN is active with ipg_doze … member
Dfsl_pdm.c331 base->CTRL_1 = (base->CTRL_1 & (~PDM_CTRL_1_DOZEN_MASK)) | PDM_CTRL_1_DOZEN(config->enableDoze); in PDM_Init()