Searched refs:DMA_MSEL_I2C0 (Results 1 – 4 of 4) sorted by relevance
108 DMA_MSEL_I2C0 = 0x10U, /**< I2C0 */ enumerator
107 DMA_MSEL_I2C0 = 0x10U, /**< I2C0 */ enumerator
1072 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()
1062 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