Home
last modified time | relevance | path

Searched refs:enableSlave (Results 1 – 25 of 32) sorted by relevance

12

/hal_nxp-latest/mcux/mcux-sdk/components/i2c/
Dfsl_adapter_i3c.c172 i3cConfig.enableSlave = halI2cConfig->enableSlave; in HAL_I2cSlaveInit()
Dfsl_adapter_lpi2c.c165 i2cConfig.enableSlave = halI2cConfig->enableSlave; in HAL_I2cSlaveInit()
Dfsl_adapter_flexcomm_i2c.c175 i2cConfig.enableSlave = halI2cConfig->enableSlave; in HAL_I2cSlaveInit()
Dfsl_adapter_i2c.c167 i2cConfig.enableSlave = halI2cConfig->enableSlave; in HAL_I2cSlaveInit()
Dfsl_adapter_ii2c.c167 i2cConfig.enableSlave = halI2cConfig->enableSlave; in HAL_I2cSlaveInit()
Dfsl_adapter_lpc_i2c.c187 i2cConfig.enableSlave = halI2cConfig->enableSlave; in HAL_I2cSlaveInit()
Dfsl_adapter_i2c.h53 bool enableSlave; /*!< Enables the HAL I2C peripheral at initialization time. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_spi.h95 bool enableSlave; /*!< Enable spi at initialization time */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_minispi/
Dfsl_spi.c313 config->enableSlave = true; in SPI_SlaveGetDefaultConfig()
373 SPI_Enable(base, config->enableSlave); in SPI_SlaveInit()
Dfsl_spi.h181 bool enableSlave; /*!< Enable SPI at initialization time */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.h516 bool enableSlave; /*!< Whether to enable slave. */ member
649 bool enableSlave; /*!< Whether to enable slave. */ member
Dfsl_i3c.c774 config->enableSlave = true; in I3C_GetDefaultConfig()
884 … I3C_SCONFIG_NACK(config->nakAllRequest) | I3C_SCONFIG_SLVENA(config->enableSlave); in I3C_Init()
2721 slaveConfig->enableSlave = true; in I3C_SlaveGetDefaultConfig()
2825 … I3C_SCONFIG_NACK(slaveConfig->nakAllRequest) | I3C_SCONFIG_SLVENA(slaveConfig->enableSlave); in I3C_SlaveInit()
/hal_nxp-latest/mcux/mcux-sdk/components/spi/
Dfsl_adapter_spi.h149 bool enableSlave; /*!< Enable spi at initialization time */ member
/hal_nxp-latest/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c_adapter.c230 masterConfig.enableSlave = true; in I3C_MasterAdapterInit()
238 masterConfig.enableSlave = false; in I3C_MasterAdapterInit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/ii2c/
Dfsl_i2c.h157 bool enableSlave; /*!< Enables the I2C peripheral at initialization time. */ member
Dfsl_i2c.c1286 base->I2CR = I2C_I2CR_IEN(slaveConfig->enableSlave); in I2C_SlaveInit()
1325 slaveConfig->enableSlave = true; in I2C_SlaveGetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/spi/
Dfsl_flexio_spi.h142 …bool enableSlave; /*!< Enable/disable FlexIO SPI slave after configuration… member
Dfsl_flexio_spi.c451 FLEXIO_CTRL_FLEXEN(slaveConfig->enableSlave)); in FLEXIO_SPI_SlaveInit()
557 slaveConfig->enableSlave = true; in FLEXIO_SPI_SlaveGetDefaultConfig()
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/spi/
Dfsl_spi.c264 config->enableSlave = true; in SPI_SlaveGetDefaultConfig()
344 SPI_Enable(base, config->enableSlave); in SPI_SlaveInit()
Dfsl_spi.h202 bool enableSlave; /*!< Enable SPI at initialization time */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/spi/
Dfsl_spi.h187 bool enableSlave; /*!< Enable SPI at initialization time */ member
Dfsl_spi.c511 config->enableSlave = true; in SPI_SlaveGetDefaultConfig()
586 if (config->enableSlave) in SPI_SlaveInit()
/hal_nxp-latest/mcux/mcux-sdk/drivers/i2c/
Dfsl_i2c.h184 bool enableSlave; /*!< Enables the I2C peripheral at initialization time. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_i2c/
Dfsl_i2c.h284 bool enableSlave; /*!< Enable slave mode. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2c/
Dfsl_i2c.h351 bool enableSlave; /*!< Enable slave mode. */ member

12