Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/camera/
Dfsl_flexio_camera.c52 config->enableInDebug = false; in FLEXIO_CAMERA_GetDefaultConfig()
86 …controlVal |= (FLEXIO_CTRL_DBGE(config->enableInDebug) | FLEXIO_CTRL_FASTACC(config->enableFastAcc… in FLEXIO_CAMERA_Init()
Dfsl_flexio_camera.h68 bool enableInDebug; /*!< Enable/disable FlexIO operation in debug mode*/ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/spi/
Dfsl_flexio_spi.h130 bool enableInDebug; /*!< Enable/disable FlexIO operation in debug mode. */ member
144 bool enableInDebug; /*!< Enable/disable FlexIO operation in debug mode. */ member
Dfsl_flexio_spi.c246 …ctrlReg |= (FLEXIO_CTRL_DBGE(masterConfig->enableInDebug) | FLEXIO_CTRL_FASTACC(masterConfig->enab… in FLEXIO_SPI_MasterInit()
383 masterConfig->enableInDebug = true; in FLEXIO_SPI_MasterGetDefaultConfig()
450 …ctrlReg |= (FLEXIO_CTRL_DBGE(slaveConfig->enableInDebug) | FLEXIO_CTRL_FASTACC(slaveConfig->enable… in FLEXIO_SPI_SlaveInit()
559 slaveConfig->enableInDebug = true; in FLEXIO_SPI_SlaveGetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/
Dfsl_flexio.c122 …ctrlReg |= (FLEXIO_CTRL_DBGE(userConfig->enableInDebug) | FLEXIO_CTRL_FASTACC(userConfig->enableFa… in FLEXIO_Init()
172 userConfig->enableInDebug = true; in FLEXIO_GetDefaultConfig()
Dfsl_flexio.h246 bool enableInDebug; /*!< Enable/disable FlexIO operation in debug mode */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/i2c/
Dfsl_flexio_i2c_master.h80 bool enableInDebug; /*!< Enable/disable FlexIO operation in debug mode. */ member
Dfsl_flexio_i2c_master.c745 …controlVal |= (FLEXIO_CTRL_DBGE(masterConfig->enableInDebug) | FLEXIO_CTRL_FASTACC(masterConfig->e… in FLEXIO_I2C_MasterInit()
809 masterConfig->enableInDebug = true; in FLEXIO_I2C_MasterGetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/uart/
Dfsl_flexio_uart.c149 …ctrlReg |= (FLEXIO_CTRL_DBGE(userConfig->enableInDebug) | FLEXIO_CTRL_FASTACC(userConfig->enableFa… in FLEXIO_UART_Init()
299 userConfig->enableInDebug = true; in FLEXIO_UART_GetDefaultConfig()
Dfsl_flexio_uart.h89 …bool enableInDebug; /*!< Enable/disable FlexIO operation in debug mo… member
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/mculcd/
Dfsl_flexio_mculcd.h140 bool enableInDebug; /*!< Enable/disable FlexIO operation in debug mode. */ member
Dfsl_flexio_mculcd.c62 flexio_config_t flexioConfig = {config->enable, config->enableInDoze, config->enableInDebug, in FLEXIO_MCULCD_Init()
116 config->enableInDebug = true; in FLEXIO_MCULCD_GetDefaultConfig()