Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flexio.c73 …ctrlReg |= (FLEXIO_CTRL_DBGE(userConfig->enableInDebug) | FLEXIO_CTRL_FASTACC(userConfig->enableFa… in FLEXIO_Init()
97 userConfig->enableInDebug = true; in FLEXIO_GetDefaultConfig()
Dfsl_flexio_spi.h114 bool enableInDebug; /*!< Enable/disable FlexIO operation in debug mode. */ member
128 bool enableInDebug; /*!< Enable/disable FlexIO operation in debug mode. */ member
Dfsl_flexio_spi.c165 …ctrlReg |= (FLEXIO_CTRL_DBGE(masterConfig->enableInDebug) | FLEXIO_CTRL_FASTACC(masterConfig->enab… in FLEXIO_SPI_MasterInit()
281 masterConfig->enableInDebug = true; in FLEXIO_SPI_MasterGetDefaultConfig()
311 …ctrlReg |= (FLEXIO_CTRL_DBGE(slaveConfig->enableInDebug) | FLEXIO_CTRL_FASTACC(slaveConfig->enable… in FLEXIO_SPI_SlaveInit()
404 slaveConfig->enableInDebug = true; in FLEXIO_SPI_SlaveGetDefaultConfig()
Dfsl_flexio_i2c_master.h74 bool enableInDebug; /*!< Enable/disable FlexIO operation in debug mode. */ member
Dfsl_flexio_uart.c120 …ctrlReg |= (FLEXIO_CTRL_DBGE(userConfig->enableInDebug) | FLEXIO_CTRL_FASTACC(userConfig->enableFa… in FLEXIO_UART_Init()
227 userConfig->enableInDebug = true; in FLEXIO_UART_GetDefaultConfig()
Dfsl_flexio_uart.h81 …bool enableInDebug; /*!< Enable/disable FlexIO operation in debug mo… member
Dfsl_flexio_i2c_master.c450 …controlVal |= (FLEXIO_CTRL_DBGE(masterConfig->enableInDebug) | FLEXIO_CTRL_FASTACC(masterConfig->e… in FLEXIO_I2C_MasterInit()
472 masterConfig->enableInDebug = true; in FLEXIO_I2C_MasterGetDefaultConfig()
Dfsl_flexio.h225 bool enableInDebug; /*!< Enable/disable FlexIO operation in debug mode */ member