Home
last modified time | relevance | path

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

/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_lpm.c29 genie_lpm_wakeup_io_config_t g_wakeup_io[GENIE_WAKE_UP_IO_NUM_MAX]; variable
134 bool status = genie_sal_sleep_wakeup_io_get_status(g_wakeup_io[i].port); in genie_lpm_io_wakeup_handler()
135 …if (((g_wakeup_io[i].io_pol == FALLING || g_wakeup_io[i].io_pol == ACT_LOW) && status == false) ||… in genie_lpm_io_wakeup_handler()
137 g_io_status[i].port = g_wakeup_io[i].port; in genie_lpm_io_wakeup_handler()
177 memcpy(g_wakeup_io, config.io_config, sizeof(genie_lpm_wakeup_io_config_t) * g_wakeup_io_num); in _genie_lpm_io_wakeup_init()
181 genie_sal_sleep_wakup_io_set(g_wakeup_io[i].port, g_wakeup_io[i].io_pol); in _genie_lpm_io_wakeup_init()

Completed in 2 milliseconds