Home
last modified time | relevance | path

Searched refs:init_ok (Results 1 – 14 of 14) sorted by relevance

/components/fal/src/
A Dfal.c22 static rt_uint8_t init_ok = 0; variable
49 if ((result > 0) && (!init_ok)) in fal_init()
51 init_ok = 1; in fal_init()
56 init_ok = 0; in fal_init()
70 return init_ok; in fal_init_check()
A Dfal_flash.c29 static rt_uint8_t init_ok = 0; variable
40 if (init_ok) in fal_flash_init()
79 init_ok = 1; in fal_flash_init()
93 RT_ASSERT(init_ok); in fal_flash_device_find()
A Dfal_partition.c66 static rt_uint8_t init_ok = 0; variable
162 if (init_ok) in fal_partition_init()
304 init_ok = 1; in fal_partition_init()
332 if (!init_ok) in fal_partition_find()
367 if (!init_ok) in fal_get_partition_table()
386 if (!init_ok) in fal_set_partition_table_temp()
/components/drivers/misc/
A Drt_random.c73 static rt_bool_t init_ok = RT_FALSE; in random_device_init() local
75 if (init_ok) in random_device_init()
98 init_ok = RT_TRUE; in random_device_init()
164 static rt_bool_t init_ok = RT_FALSE; in urandom_device_init() local
166 if (init_ok) in urandom_device_init()
189 init_ok = RT_TRUE; in urandom_device_init()
A Drt_null.c44 static rt_bool_t init_ok = RT_FALSE; in null_device_init() local
46 if (init_ok) in null_device_init()
69 init_ok = RT_TRUE; in null_device_init()
A Drt_zero.c45 static rt_bool_t init_ok = RT_FALSE; in zero_device_init() local
47 if (init_ok) in zero_device_init()
70 init_ok = RT_TRUE; in zero_device_init()
/components/fal/samples/porting/
A Dfal_flash_sfud_port.c66 RT_ASSERT(sfud_dev->init_ok); in read()
75 RT_ASSERT(sfud_dev->init_ok); in write()
87 RT_ASSERT(sfud_dev->init_ok); in erase()
/components/utilities/ulog/
A Dulog.c75 rt_bool_t init_ok; member
509 if (!ulog.init_ok)
659 if (!ulog.init_ok)
779 RT_ASSERT(ulog.init_ok);
868 if (!ulog.init_ok)
913 if (!ulog.init_ok)
986 if (!ulog.init_ok)
1470 if (!ulog.init_ok)
1498 if (ulog.init_ok)
1527 ulog.init_ok = RT_TRUE;
[all …]
/components/drivers/rtc/
A Ddev_soft_rtc.c205 static rt_bool_t init_ok = RT_FALSE; in rt_soft_rtc_init() local
208 if (init_ok) in rt_soft_rtc_init()
249 init_ok = RT_TRUE; in rt_soft_rtc_init()
/components/drivers/spi/sfud/src/
A Dsfud.c97 flash->init_ok = true; in sfud_device_init()
100 flash->init_ok = false; in sfud_device_init()
412 SFUD_ASSERT(flash->init_ok); in sfud_read()
460 SFUD_ASSERT(flash->init_ok); in sfud_chip_erase()
520 SFUD_ASSERT(flash->init_ok);
623 SFUD_ASSERT(flash->init_ok);
707 SFUD_ASSERT(flash->init_ok);
/components/net/lwip/port/
A Dsys_arch.c61 static rt_bool_t init_ok = RT_FALSE; in lwip_system_init() local
63 if (init_ok) in lwip_system_init()
99 init_ok = RT_TRUE; in lwip_system_init()
/components/dfs/dfs_v1/src/
A Ddfs.c50 static rt_bool_t init_ok = RT_FALSE; in dfs_init() local
52 if (init_ok) in dfs_init()
103 init_ok = RT_TRUE; in dfs_init()
/components/drivers/spi/sfud/inc/
A Dsfud_def.h274 bool init_ok; /**< initialize OK flag */ member
/components/net/sal/src/
A Dsal_socket.c80 static rt_bool_t init_ok = RT_FALSE; variable
137 if (init_ok) in sal_init()
160 init_ok = RT_TRUE; in sal_init()

Completed in 23 milliseconds