Home
last modified time | relevance | path

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

/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_lpm.c25 #ifndef GENIE_WAKE_UP_IO_NUM_MAX
26 #define GENIE_WAKE_UP_IO_NUM_MAX 5 macro
29 genie_lpm_wakeup_io_config_t g_wakeup_io[GENIE_WAKE_UP_IO_NUM_MAX];
122 _genie_lpm_io_status_t g_io_status[GENIE_WAKE_UP_IO_NUM_MAX]; in genie_lpm_io_wakeup_handler()
172 if (config.io_list_size > GENIE_WAKE_UP_IO_NUM_MAX) in _genie_lpm_io_wakeup_init()
174 GENIE_LOG_ERR("Wakeup i/o num should no more than %d", GENIE_WAKE_UP_IO_NUM_MAX); in _genie_lpm_io_wakeup_init()
176 …g_wakeup_io_num = GENIE_WAKE_UP_IO_NUM_MAX < config.io_list_size ? GENIE_WAKE_UP_IO_NUM_MAX : conf… in _genie_lpm_io_wakeup_init()

Completed in 2 milliseconds