Home
last modified time | relevance | path

Searched defs:xfer (Results 1 – 7 of 7) sorted by relevance

/lk-master/app/mdebug/
A Drswd.c133 unsigned xfer = (n > 32) ? 32 : n; in process_txn() local
148 unsigned xfer = (n > 32) ? 32 : n; in process_txn() local
166 unsigned xfer = (n > 32) ? 32 : n; in process_txn() local
183 unsigned xfer = (n > 32) ? 32 : n; in process_txn() local
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Di2cm_15xx.c58 uint32_t Chip_I2CM_XferHandler(LPC_I2C_T *pI2C, I2CM_XFER_T *xfer) in Chip_I2CM_XferHandler()
152 void Chip_I2CM_Xfer(LPC_I2C_T *pI2C, I2CM_XFER_T *xfer) in Chip_I2CM_Xfer()
165 uint32_t Chip_I2CM_XferBlocking(LPC_I2C_T *pI2C, I2CM_XFER_T *xfer) in Chip_I2CM_XferBlocking()
/lk-master/platform/nrf52xxx/
A Di2c_master.c142 nrfx_twim_xfer_desc_t xfer = NRFX_TWIM_XFER_DESC_TX(address, (uint8_t *)buf, count); in i2c_transmit() local
149 nrfx_twim_xfer_desc_t xfer = NRFX_TWIM_XFER_DESC_RX(address, (uint8_t *)buf, count); in i2c_receive() local
157 nrfx_twim_xfer_desc_t xfer = NRFX_TWIM_XFER_DESC_TXTX(address, &reg, 1, (uint8_t *)val, cnt); in i2c_write_reg_bytes() local
163 nrfx_twim_xfer_desc_t xfer = NRFX_TWIM_XFER_DESC_TXRX(address, &reg, 1, (uint8_t *)val, cnt); in i2c_read_reg_bytes() local
/lk-master/tools/
A Dliblkboot.c70 size_t xfer = (txlen - pos > 65536) ? 65536 : txlen - pos; in upload() local
/lk-master/app/lkboot/
A Dlkboot.c131 size_t xfer = (len > 65536) ? 65536 : len; in lkb_write() local
/lk-master/app/moot/
A Dusbboot.c172 ssize_t xfer = (image_length > (ssize_t)sizeof(buffer)) ? in handle_usb_cmd() local
/lk-master/app/lpcboot/
A Dlpcboot.c179 u32 addr, xfer; in handle() local

Completed in 7 milliseconds