Home
last modified time | relevance | path

Searched refs:p_config (Results 1 – 4 of 4) 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()
119 if (genie_lpm_ctx.p_config.lpm_wakeup_io != 0) in genie_lpm_io_wakeup_handler()
254 memcpy(&genie_lpm_ctx.p_config, lpm_conf, sizeof(genie_lpm_conf_t)); in genie_lpm_init()
256 if (genie_lpm_ctx.p_config.genie_lpm_cb == NULL) in genie_lpm_init()
262 if (genie_lpm_ctx.p_config.delay_sleep_time == 0) in genie_lpm_init()
264 genie_lpm_ctx.p_config.delay_sleep_time = DEFAULT_BOOTUP_DELAY_SLEEP_TIME; in genie_lpm_init()
269 …dms", genie_lpm_ctx.p_config.lpm_wakeup_io, genie_lpm_ctx.p_config.sleep_ms, genie_lpm_ctx.p_confi… in genie_lpm_init()
270 …if (genie_lpm_ctx.p_config.lpm_wakeup_io != 0 && genie_lpm_ctx.p_config.lpm_wakeup_io_config.io_li… in genie_lpm_init()
276 if ((genie_lpm_ctx.p_config.sleep_ms != 0) && (genie_lpm_ctx.p_config.wakeup_ms != 0)) in genie_lpm_init()
296 if (genie_lpm_ctx.p_config.is_auto_enable == 1) in genie_lpm_start()
[all …]
/AliOS-Things-master/components/linkkit/iot_coap/client/
A Diotx_coap_api.c844 if (NULL == p_config) { in IOT_CoAP_Init()
848 if (NULL == p_config->p_devinfo) { in IOT_CoAP_Init()
880 if (NULL != p_config->p_devinfo) { in IOT_CoAP_Init()
883 p_config->p_devinfo->device_id, in IOT_CoAP_Init()
886 p_config->p_devinfo->product_key, in IOT_CoAP_Init()
889 p_config->p_devinfo->device_secret, in IOT_CoAP_Init()
892 p_config->p_devinfo->device_name, in IOT_CoAP_Init()
904 if (NULL != p_config->p_url) { in IOT_CoAP_Init()
905 param.url = p_config->p_url; in IOT_CoAP_Init()
914 param.waittime = p_config->wait_time_ms; in IOT_CoAP_Init()
[all …]
/AliOS-Things-master/components/genie_service/core/inc/
A Dgenie_lpm.h72 genie_lpm_conf_t p_config; member
/AliOS-Things-master/components/linkkit/include/linkkit/
A Dcoap_api.h117 iotx_coap_context_t *IOT_CoAP_Init(iotx_coap_config_t *p_config);

Completed in 7 milliseconds