Searched defs:channel_id (Results 1 – 9 of 9) sorted by relevance
40 int channel_id = SEGGER_SYSVIEW_GetChannelID(); in task_senddata_entry() local78 int channel_id = SEGGER_SYSVIEW_GetChannelID(); in task_recvdata_entry() local
49 uint8_t channel_id; member63 int32_t channel_id = mp_obj_get_int(args[0]); in mdac_make_new() local
59 uint8_t channel_id; member72 int32_t channel_id = mp_obj_get_int(args[0]); in madc_make_new() local
35 uint8_t channel_id; member49 mp_int_t channel_id = mp_obj_get_int(args[0]); in mdac_make_new() local
47 uint8_t channel_id; member61 mp_int_t channel_id = mp_obj_get_int(args[0]); in madc_make_new() local
44 char *channel_id; /* string return by server to identify a specific stream member186 char *channel_id = NULL; in on_stream_header() local252 char *channel_id = NULL; in on_stream_chunk_recv() local273 char *channel_id = NULL; in on_stream_close() local293 char *channel_id = NULL; in on_stream_frame_send() local313 char *channel_id = NULL; in on_stream_frame_recv() local684 char *channel_id, char *data, in IOT_HTTP2_Stream_Send_Message()
100 channel_id; /* string return by server to identify a specific stream member
Completed in 10 milliseconds