Home
last modified time | relevance | path

Searched refs:enableInDoze (Results 1 – 12 of 12) sorted by relevance

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/camera/
Dfsl_flexio_camera.c51 config->enableInDoze = false; in FLEXIO_CAMERA_GetDefaultConfig()
88 if (!config->enableInDoze) in FLEXIO_CAMERA_Init()
Dfsl_flexio_camera.h67 bool enableInDoze; /*!< Enable/disable FlexIO operation in doze mode*/ member
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/spi/
Dfsl_flexio_spi.h129 bool enableInDoze; /*!< Enable/disable FlexIO operation in doze mode. */ member
143 bool enableInDoze; /*!< Enable/disable FlexIO operation in doze mode. */ member
Dfsl_flexio_spi.c248 if (!masterConfig->enableInDoze) in FLEXIO_SPI_MasterInit()
382 masterConfig->enableInDoze = false; in FLEXIO_SPI_MasterGetDefaultConfig()
452 if (!slaveConfig->enableInDoze) in FLEXIO_SPI_SlaveInit()
558 slaveConfig->enableInDoze = false; in FLEXIO_SPI_SlaveGetDefaultConfig()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/
Dfsl_flexio.c125 if (!userConfig->enableInDoze) in FLEXIO_Init()
170 userConfig->enableInDoze = false; in FLEXIO_GetDefaultConfig()
Dfsl_flexio.h244 bool enableInDoze; /*!< Enable/disable FlexIO operation in doze mode */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/i2c/
Dfsl_flexio_i2c_master.h79 bool enableInDoze; /*!< Enable/disable FlexIO operation in doze mode. */ member
Dfsl_flexio_i2c_master.c747 if (!masterConfig->enableInDoze) in FLEXIO_I2C_MasterInit()
808 masterConfig->enableInDoze = false; in FLEXIO_I2C_MasterGetDefaultConfig()
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart.c151 if (!userConfig->enableInDoze) in FLEXIO_UART_Init()
298 userConfig->enableInDoze = false; in FLEXIO_UART_GetDefaultConfig()
Dfsl_flexio_uart.h88 …bool enableInDoze; /*!< Enable/disable FlexIO operation in doze mod… member
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/flexio/mculcd/
Dfsl_flexio_mculcd.h139 bool enableInDoze; /*!< Enable/disable FlexIO operation in doze mode. */ member
Dfsl_flexio_mculcd.c62 flexio_config_t flexioConfig = {config->enable, config->enableInDoze, config->enableInDebug, in FLEXIO_MCULCD_Init()
115 config->enableInDoze = false; in FLEXIO_MCULCD_GetDefaultConfig()