Home
last modified time | relevance | path

Searched refs:enableMaster (Results 1 – 25 of 39) sorted by relevance

12

/hal_nxp-3.6.0/mcux/mcux-sdk/components/spi/
Dfsl_adapter_flexcomm_spi.c128 spiConfig.enableMaster = config->enableMaster; in HAL_SpiMasterInit()
Dfsl_adapter_spi.c128 spiConfig.enableMaster = config->enableMaster; in HAL_SpiMasterInit()
Dfsl_adapter_spi.h139 bool enableMaster; /*!< Enable spi at initialization time */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/components/i2c/
Dfsl_adapter_i3c.c147 i3cConfig.enableMaster = (halI2cConfig->enableMaster ? kI3C_MasterOn : kI3C_MasterOff); in HAL_I2cMasterInit()
Dfsl_adapter_lpi2c.c141 i2cConfig.enableMaster = config->enableMaster; in HAL_I2cMasterInit()
Dfsl_adapter_flexcomm_i2c.c152 i2cConfig.enableMaster = halI2cConfig->enableMaster; in HAL_I2cMasterInit()
Dfsl_adapter_i2c.c146 i2cConfig.enableMaster = halI2cConfig->enableMaster; in HAL_I2cMasterInit()
Dfsl_adapter_ii2c.c146 i2cConfig.enableMaster = halI2cConfig->enableMaster; in HAL_I2cMasterInit()
Dfsl_adapter_lpc_i2c.c162 i2cConfig.enableMaster = halI2cConfig->enableMaster; in HAL_I2cMasterInit()
Dfsl_adapter_i2c.h44 bool enableMaster; /*!< Enables the HAL I2C peripheral at initialization time. */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/boards/frdmk32l3a6/project_template/cm4/
Dperipherals.c110 .enableMaster = true,
/hal_nxp-3.6.0/mcux/mcux-sdk/components/serial_manager/
Dfsl_component_serial_port_spi.h80 bool enableMaster; /*!< Enable spi at initialization time */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/components/codec/i2c/
Dfsl_codec_i2c.c34 masterConfig.enableMaster = true; in CODEC_I2C_Init()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexio/i2c/
Dfsl_flexio_i2c_master.h78 bool enableMaster; /*!< Enables the FlexIO I2C peripheral at initialization time. */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpc_minispi/
Dfsl_spi.c212 config->enableMaster = true; in SPI_MasterGetDefaultConfig()
288 SPI_Enable(base, config->enableMaster); in SPI_MasterInit()
Dfsl_spi.h167 bool enableMaster; /*!< Enable SPI at initialization time */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/components/extern_flash/
Dfsl_adapter_eeprom_AT25Fxxxx.c171 .enableMaster = true, in EEPROM_Init()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/ii2c/
Dfsl_i2c.h92 bool enableMaster; /*!< Enables the I2C peripheral at initialization time. */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.h291 i3c_master_enable_t enableMaster; /*!< Enable master mode. */ member
607 i3c_master_enable_t enableMaster; /*!< Enable master mode. */ member
Dfsl_i3c.c762 config->enableMaster = kI3C_MasterCapable; in I3C_GetDefaultConfig()
815 if ((config->masterDynamicAddress != 0U) && (config->enableMaster == kI3C_MasterOn)) in I3C_Init()
821 …base->MCONFIG = I3C_MCONFIG_MSTENA(config->enableMaster) | I3C_MCONFIG_DISTO(config->disableTimeou… in I3C_Init()
911 masterConfig->enableMaster = kI3C_MasterOn; in I3C_MasterGetDefaultConfig()
949 …base->MCONFIG = I3C_MCONFIG_MSTENA(masterConfig->enableMaster) | I3C_MCONFIG_DISTO(masterConfig->d… in I3C_MasterInit()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/flexio/spi/
Dfsl_flexio_spi.h128 …bool enableMaster; /*!< Enable/disable FlexIO SPI master after configuratio… member
/hal_nxp-3.6.0/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c_adapter.c226 masterConfig.enableMaster = kI3C_MasterCapable; in I3C_MasterAdapterInit()
234 masterConfig.enableMaster = kI3C_MasterOn; in I3C_MasterAdapterInit()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/sx1502/
Dfsl_sx1502.c86 masterConfig.enableMaster = true; in SX1502_I2C_Init()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/spi/
Dfsl_spi.h167 bool enableMaster; /*!< Enable SPI at initialization time */ member
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/i2c/
Dfsl_i2c.h169 bool enableMaster; /*!< Enables the I2C peripheral at initialization time. */ member

12