Searched refs:session (Results 1 – 8 of 8) sorted by relevance
150 struct webclient_session* session = webclient_session_create(1024); in get_weather_forecast() local151 if(session == NULL) return; in get_weather_forecast()153 int rc = webclient_get(session, url); in get_weather_forecast()162 int bytes_read = webclient_read(session, &response[data_ptr], INITIAL_RESPONSE_SIZE); in get_weather_forecast()184 webclient_close(session); in get_weather_forecast()
5 * session. This is required when the RA MCU being debugged is in
52 …reLaunchTask": "", // Set this to run a task from tasks.json before starting a debug session
116 USBH_Status USBH_MTP_OpenSession(USBH_Info_t *phost, uint32_t session);
581 USBH_Status USBH_MTP_OpenSession(USBH_Info_t *phost, uint32_t session) in USBH_MTP_OpenSession() argument590 USBH_MTP_Info.session_id = session; in USBH_MTP_OpenSession()597 USBH_MTP_Info.op_container.param1 = session; in USBH_MTP_OpenSession()
221 // at the same link session. Formats flags, file name and
156 Here is a picture of the RT-Thread session on the VGA monitor:
585 …__IO uint8_t session : 1; /* When operation as an 'A' device,this bit is set…
Completed in 31 milliseconds