Home
last modified time | relevance | path

Searched refs:persist (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/sensor/drv/
A Ddrv_als_ams_tcs3400.c144 uint8_t persist; member
270 tcs3400_chip.persist = ALS_PERSIST(0); in drv_als_ams_tcs3400_set_default_config()
274 tcs3400_chip.shadow[TCS3400_PERSISTENCE] = tcs3400_chip.persist; in drv_als_ams_tcs3400_set_default_config()
A Ddrv_als_ps_ams_tmd2725.c221 uint8_t persist; member
358 tmd2725_chip.persist = PRX_PERSIST(0) | ALS_PERSIST(0); in drv_als_ps_ams_tmd2725_set_default_config()
378 tmd2725_chip.shadow[TMD2725_REG_PERS] = tmd2725_chip.persist; in drv_als_ps_ams_tmd2725_set_default_config()
753 tmd2725_chip.persist & in drv_ps_ams_tmd2725_set_power_mode()
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/lightmeter/
A Dlightmeter.md239 …中断的情况,在PS Data高于PS High Threashold或低于PS Low Threshold之后,需要等待一个PS persist时间,如果PS persist时间之内,PS Dat…
/AliOS-Things-master/components/SDL2/src/filesystem/cocoa/
A DSDL_sysfilesystem.m99 …ve persistent local storage! Use iCloud storage if you want your data to persist between sessions.…
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dppp.h222 unsigned int persist :1; /* Persist mode, always try to open the connection */ member
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dppp.h222 unsigned int persist :1; /* Persist mode, always try to open the connection */ member
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dpppol2tp.c718 if (!l2tp->ppp->settings.persist && l2tp->sccrq_retried >= PPPOL2TP_MAXSCCRQ) { in pppol2tp_timeout()
A Dpppoe.c837 if (!sc->pcb->settings.persist && sc->sc_padi_retried >= PPPOE_DISC_MAXPADI) { in pppoe_timeout()
/AliOS-Things-master/components/SDL2/src/render/metal/
A DSDL_render_metal.m461 /* The backbuffer's contents aren't guaranteed to persist after

Completed in 17 milliseconds