Searched refs:NORFLASH_DEV_NAME (Results 1 – 1 of 1) sorted by relevance
522 #define NORFLASH_DEV_NAME "nor" macro528 hw_dev = rt_device_find(NORFLASH_DEV_NAME); in norflash_sample()531 rt_kprintf("norflash sample run failed! can't find %s device!\n", NORFLASH_DEV_NAME); in norflash_sample()536 rt_kprintf("norflash sample run success! find %s device!\n", NORFLASH_DEV_NAME); in norflash_sample()542 rt_kprintf("open %s device failed!\n", NORFLASH_DEV_NAME); in norflash_sample()547 rt_kprintf("open %s device success!\n", NORFLASH_DEV_NAME); in norflash_sample()
Completed in 6 milliseconds