Searched refs:I2C_MasterEnable (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/i2c/ |
| D | fsl_i2c.c | 243 I2C_MasterEnable(base, masterConfig->enableMaster); in I2C_MasterInit() 266 I2C_MasterEnable(base, false); in I2C_MasterDeinit() 447 I2C_MasterEnable(base, false); in I2C_PendingStatusWait() 448 I2C_MasterEnable(base, true); in I2C_PendingStatusWait() 459 I2C_MasterEnable(base, false); in I2C_PendingStatusWait() 460 I2C_MasterEnable(base, true); in I2C_PendingStatusWait() 745 I2C_MasterEnable(base, true); in I2C_MasterTransferBlocking() 890 I2C_MasterEnable(base, true); in I2C_MasterTransferNonBlocking() 1090 I2C_MasterEnable(base, false); in I2C_RunTransferStateMachine() 1091 I2C_MasterEnable(base, true); in I2C_RunTransferStateMachine() [all …]
|
| D | fsl_i2c.h | 527 static inline void I2C_MasterEnable(I2C_Type *base, bool enable) in I2C_MasterEnable() function
|
| D | fsl_i2c_dma.c | 558 I2C_MasterEnable(base, true); in I2C_MasterTransferDMA()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_i2c/ |
| D | fsl_i2c.h | 461 static inline void I2C_MasterEnable(I2C_Type *base, bool enable) in I2C_MasterEnable() function
|
| D | fsl_i2c.c | 168 I2C_MasterEnable(base, masterConfig->enableMaster); in I2C_MasterInit() 182 I2C_MasterEnable(base, false); in I2C_MasterDeinit()
|
| /hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/flexcomm/ |
| D | fsl_i2c_cmsis.c | 338 I2C_MasterEnable(i2c->resource->base, true); in I2C_Master_DmaPowerControl() 464 I2C_MasterEnable(i2c->resource->base, true); in I2C_Master_InterruptTransmit() 513 I2C_MasterEnable(i2c->resource->base, true); in I2C_Master_InterruptReceive()
|