Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/i2c/
Dfsl_i2c_cmsis.c89 uint32_t i2cEdmaChannel; /*!< EDMA channel for i2c. */ member
474 DMAMUX_SetSource(i2c->edmaResource->i2cDmamuxBase, i2c->edmaResource->i2cEdmaChannel, in I2C_Master_EdmaInitialize()
476 DMAMUX_EnableChannel(i2c->edmaResource->i2cDmamuxBase, i2c->edmaResource->i2cEdmaChannel); in I2C_Master_EdmaInitialize()
478 …A_CreateHandle(i2c->edmaHandle, i2c->edmaResource->i2cEdmaBase, i2c->edmaResource->i2cEdmaChannel); in I2C_Master_EdmaInitialize()
705 … DMAMUX_DisableChannel(i2c->edmaResource->i2cDmamuxBase, i2c->edmaResource->i2cEdmaChannel); in I2C_Master_EdmaPowerControl()