Searched refs:flash_device (Results 1 – 4 of 4) sorted by relevance
130 int rt_partition_init(const char* flash_device, const struct rt_partition* parts, rt_size_t num) in rt_partition_init() argument137 device = (struct rt_device *)rt_device_find(flash_device); in rt_partition_init()140 DEBUG_TRACE("block device %s not found!\r\n", flash_device); in rt_partition_init()
28 int rt_partition_init(const char* flash_device, const struct rt_partition* parts, rt_size_t num);
18 struct rt_device flash_device; member
Completed in 6 milliseconds