Home
last modified time | relevance | path

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

/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_dma.h108 DMA_MSEL_I2C0 = 0x10U, /**< I2C0 */ enumerator
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_dma.h107 DMA_MSEL_I2C0 = 0x10U, /**< I2C0 */ enumerator
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_i2c.c1072 hperh->hdmatx.config.msel = hperh->perh == I2C0 ? DMA_MSEL_I2C0 : DMA_MSEL_I2C1; in ald_i2c_master_send_by_dma()
1140 hperh->hdmarx.config.msel = hperh->perh == I2C0 ? DMA_MSEL_I2C0 : DMA_MSEL_I2C1; in ald_i2c_master_recv_by_dma()
1203 hperh->hdmatx.config.msel = hperh->perh == I2C0 ? DMA_MSEL_I2C0 : DMA_MSEL_I2C1; in ald_i2c_slave_send_by_dma()
1270 hperh->hdmarx.config.msel = hperh->perh == I2C0 ? DMA_MSEL_I2C0 : DMA_MSEL_I2C1; in ald_i2c_slave_recv_by_dma()
1716 hperh->hdmatx.config.msel = hperh->perh == I2C0 ? DMA_MSEL_I2C0 : DMA_MSEL_I2C1; in ald_i2c_mem_write_by_dma()
1794 hperh->hdmarx.config.msel = hperh->perh == I2C0 ? DMA_MSEL_I2C0 : DMA_MSEL_I2C1; in ald_i2c_mem_read_by_dma()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_i2c.c1062 hperh->hdmatx.config.msel = hperh->perh == I2C0 ? DMA_MSEL_I2C0 : DMA_MSEL_I2C1; in ald_i2c_master_send_by_dma()
1133 hperh->hdmarx.config.msel = hperh->perh == I2C0 ? DMA_MSEL_I2C0 : DMA_MSEL_I2C1; in ald_i2c_master_recv_by_dma()
1207 hperh->hdmatx.config.msel = hperh->perh == I2C0 ? DMA_MSEL_I2C0 : DMA_MSEL_I2C1; in ald_i2c_slave_send_by_dma()
1286 hperh->hdmarx.config.msel = hperh->perh == I2C0 ? DMA_MSEL_I2C0 : DMA_MSEL_I2C1; in ald_i2c_slave_recv_by_dma()
1724 hperh->hdmatx.config.msel = hperh->perh == I2C0 ? DMA_MSEL_I2C0 : DMA_MSEL_I2C1; in ald_i2c_mem_write_by_dma()
1797 hperh->hdmarx.config.msel = hperh->perh == I2C0 ? DMA_MSEL_I2C0 : DMA_MSEL_I2C1; in ald_i2c_mem_read_by_dma()

Completed in 22 milliseconds