Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/peripheral/flash/src/
A Dmtdnor.c21 ret = csi_spiflash_read(NULL, from, desc->datbuf, desc->datlen); in _nor_read()
35 ret = csi_spiflash_program(NULL, to, desc->datbuf, desc->datlen); in _nor_write()
A Dmtd.c322 info.datbuf = buf; in aos_mtd_read()
340 if (info->datbuf && (info->datlen > (mtd->size - offset))) in aos_mtd_oob_read()
358 info.datbuf = (uint8_t*)buf; in aos_mtd_write()
381 if (info->datbuf && (info->datlen > (mtd->size - offset))) { in aos_mtd_oob_write()
A Dmtdnand.c214 buf = desc->datbuf; in nand_do_read_desc()
302 uint8_t *buf = desc->datbuf; in nand_do_write_desc()
503 if (!desc->datbuf || !desc->datlen) in nand_read()
531 if (!desc->datbuf || !desc->datlen) in nand_write()
/AliOS-Things-master/components/drivers/peripheral/flash/include/aos/
A Dmtd.h106 uint8_t *datbuf; /* if NULL only oob are read/written */ member

Completed in 6 milliseconds