Home
last modified time | relevance | path

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

/bsp/at32/libraries/rt_drivers/
A Ddrv_hard_i2c.c688 else if((handle->comm.pcount == 3) || (handle->comm.pcount == 2)) in i2c_master_rx_isr_int()
729 switch(handle->comm.mode) in i2c_evt_isr()
762 handle->comm.psize = handle->comm.pcount; in i2c_start_transfer()
775 i2c_dma_config(handle, handle->comm.pbuff, handle->comm.psize); in i2c_start_transfer_dma()
781 handle->comm.psize = handle->comm.pcount; in i2c_start_transfer_dma()
784 i2c_dma_config(handle, handle->comm.pbuff, handle->comm.psize); in i2c_start_transfer_dma()
930 if ((handle->comm.psize == 0) && (handle->comm.pcount != 0)) in i2c_master_isr_int()
1441 handle->comm.pcount -= handle->comm.psize; in i2c_dma_isr()
1453 handle->comm.pbuff += handle->comm.psize; in i2c_dma_isr()
1462 handle->comm.psize = handle->comm.pcount; in i2c_dma_isr()
[all …]
A Ddrv_hard_i2c.h84 struct i2c_comm_type comm; member
/bsp/bluetrum/ab32vg1-ab-prougen/
A Dlink.lds24 comm(rx) : org = __comm_vma, len = __comm_ram_size
82 .comm __comm_vma : {
98 } > comm AT > flash
150 __comm_lma = LOADADDR(.comm);
151 __comm_size = SIZEOF(.comm);

Completed in 13 milliseconds