Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/tpm/
Dfsl_tpm.c135 base->CONF = TPM_CONF_DOZEEN(config->enableDoze) | in TPM_Init()
227 config->enableDoze = false; in TPM_GetDefaultConfig()
Dfsl_tpm.h300 bool enableDoze; /*!< true: TPM counter is paused in doze mode; member
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexspi/
Dfsl_flexspi.c278 …figValue = FLEXSPI_MCR0_RXCLKSRC(config->rxSampleClock) | FLEXSPI_MCR0_DOZEEN(config->enableDoze) | in FLEXSPI_Init()
374 config->enableDoze = true; in FLEXSPI_GetDefaultConfig()
Dfsl_flexspi.h236 bool enableDoze; /*!< Enable/disable doze mode support. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/
Dfsl_lpi2c.h152 bool enableDoze; /*!< Whether master is enabled in doze mode. */ member
Dfsl_lpi2c.c339 masterConfig->enableDoze = true; in LPI2C_MasterGetDefaultConfig()
405 …e->MCR = LPI2C_MCR_DBGEN(masterConfig->debugEnable) | LPI2C_MCR_DOZEN(!(masterConfig->enableDoze)); in LPI2C_MasterInit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.h152 bool enableDoze; /*!< Whether master is enabled in doze mode. */ member
Dfsl_lpi2c.c449 masterConfig->enableDoze = true; in LPI2C_MasterGetDefaultConfig()
503 …e->MCR = LPI2C_MCR_DBGEN(masterConfig->debugEnable) | LPI2C_MCR_DOZEN(!(masterConfig->enableDoze)); in LPI2C_MasterInit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/pdm/
Dfsl_pdm.h266enableDoze; /*!< This module will enter disable/low leakage mode if DOZEN is active with ipg_doze … member
Dfsl_pdm.c341 PDM_EnableDoze(base, config->enableDoze); in PDM_Init()
/hal_nxp-latest/mcux/mcux-sdk/drivers/xspi/
Dfsl_xspi.c349 XSPI_EnableDozeMode(base, ptrConfig->enableDoze); in XSPI_Init()
380 ptrConfig->enableDoze = false; in XSPI_GetDefaultConfig()
Dfsl_xspi.h777 bool enableDoze; /*!< Enable/disable doze mode support. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcan/
Dfsl_flexcan.h781 bool enableDoze; /*!< Enable or Disable Doze Mode. */ member
Dfsl_flexcan.c1028 … mcrTemp = (pConfig->enableDoze) ? (mcrTemp | CAN_MCR_DOZE_MASK) : (mcrTemp & ~CAN_MCR_DOZE_MASK); in FLEXCAN_Init()
1290 pConfig->enableDoze = false; in FLEXCAN_GetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c1266 xspiConfig.enableDoze = xspiNorMemConfig.enableXspiDoze; in Nor_Flash_Init()