Home
last modified time | relevance | path

Searched refs:genie_lpm_cb (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_lpm.c57 if (!genie_lpm_ctx.p_config.genie_lpm_cb) in _genie_lpm_timer_irq_handler()
59 genie_lpm_ctx.p_config.genie_lpm_cb(WAKEUP_BY_TIMER, genie_lpm_ctx.status, NULL); in _genie_lpm_timer_irq_handler()
79 genie_lpm_ctx.p_config.genie_lpm_cb(WAKEUP_BY_TIMER, genie_lpm_ctx.status, NULL); in _genie_lpm_timer_irq_handler()
159 genie_lpm_ctx.p_config.genie_lpm_cb(WAKEUP_BY_IO, genie_lpm_ctx.status, &list); in genie_lpm_io_wakeup_handler()
164 genie_lpm_ctx.p_config.genie_lpm_cb(WAKEUP_IS_WAKEUP, genie_lpm_ctx.status, NULL); in genie_lpm_io_wakeup_handler()
256 if (genie_lpm_ctx.p_config.genie_lpm_cb == NULL) in genie_lpm_init()
/AliOS-Things-master/components/genie_service/core/inc/
A Dgenie_lpm.h67 genie_lpm_cb_t genie_lpm_cb; //User callback member
/AliOS-Things-master/solutions/genie_mesh_demo/light_ctl/
A Dlight.c513 context.lpm_conf.genie_lpm_cb = light_ctl_lpm_cb; in application_start()

Completed in 4 milliseconds