Home
last modified time | relevance | path

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

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_flexio_i2c_master.h72 bool enableMaster; /*!< Enables the FlexIO I2C peripheral at initialization time. */ member
A Dfsl_flexio_spi.h112 …bool enableMaster; /*!< Enable/disable FlexIO SPI master after configuratio… member
A Dfsl_flexio_i2c_master.c451 FLEXIO_CTRL_FLEXEN(masterConfig->enableMaster)); in FLEXIO_I2C_MasterInit()
470 masterConfig->enableMaster = true; in FLEXIO_I2C_MasterGetDefaultConfig()
A Dfsl_flexio_spi.c166 FLEXIO_CTRL_FLEXEN(masterConfig->enableMaster)); in FLEXIO_SPI_MasterInit()
279 masterConfig->enableMaster = true; in FLEXIO_SPI_MasterGetDefaultConfig()
A Dfsl_lpi2c.h133 bool enableMaster; /*!< Whether to enable master mode. */ member
A Dfsl_lpi2c.c311 masterConfig->enableMaster = true; in LPI2C_MasterGetDefaultConfig()
403 LPI2C_MasterEnable(base, masterConfig->enableMaster); in LPI2C_MasterInit()
/bsp/frdm-k64f/device/MK64F12/
A Dfsl_i2c.h169 bool enableMaster; /*!< Enables the I2C peripheral at initialization time. */ member
A Dfsl_i2c.c531 base->C1 = I2C_C1_IICEN(masterConfig->enableMaster); in I2C_MasterInit()
566 masterConfig->enableMaster = true; in I2C_MasterGetDefaultConfig()

Completed in 27 milliseconds