Home
last modified time | relevance | path

Searched defs:nor (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dnor.c15 int32_t hal_nor_init(nor_dev_t *nor) in hal_nor_init()
27 int32_t hal_nor_finalize(nor_dev_t *nor) in hal_nor_finalize()
42 int32_t hal_nor_read(nor_dev_t *nor, uint32_t *addr, uint8_t *data, uint32_t len) in hal_nor_read()
58 int32_t hal_nor_write(nor_dev_t *nor, uint32_t *addr, uint8_t *data, uint32_t len) in hal_nor_write()
72 int32_t hal_nor_erase_block(nor_dev_t *nor, uint32_t *addr, uint32_t block_count) in hal_nor_erase_block()
85 int32_t hal_nor_erase_chip(nor_dev_t *nor, uint32_t *addr) in hal_nor_erase_chip()
/AliOS-Things-master/components/drivers/peripheral/flash/src/
A Dmtdnor.c52 int aos_mtd_nor_init(aos_mtd_t *nor, int blksize, int sector_size) in aos_mtd_nor_init()

Completed in 3 milliseconds