Home
last modified time | relevance | path

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

/bsp/nxp/mcx/mcxn/frdm-mcxn947/board/ports/
A Dwifi_weather_sample.c150 struct webclient_session* session = webclient_session_create(1024); in get_weather_forecast() local
151 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()
/bsp/renesas/ra4m2-eco/
A DJLinkSettings.JLinkScript5 * session. This is required when the RA MCU being debugged is in
/bsp/Infineon/psoc6-pioneerkit_modus/libs/psoc6make/make/scripts/vscode/
A Dlaunch.json52 …reLaunchTask": "", // Set this to run a task from tasks.json before starting a debug session
/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/
A Dusbh_mtp.h116 USBH_Status USBH_MTP_OpenSession(USBH_Info_t *phost, uint32_t session);
A Dusbh_mtp.c581 USBH_Status USBH_MTP_OpenSession(USBH_Info_t *phost, uint32_t session) in USBH_MTP_OpenSession() argument
590 USBH_MTP_Info.session_id = session; in USBH_MTP_OpenSession()
597 USBH_MTP_Info.op_container.param1 = session; in USBH_MTP_OpenSession()
/bsp/m16c62p/
A Dlnkm30627fhp.xcl221 // at the same link session. Formats flags, file name and
/bsp/avr32/at32uc3a0256/
A DREADME.md156 Here is a picture of the RT-Thread session on the VGA monitor:
/bsp/airm2m/air105/libraries/HAL_Driver/Src/
A Dcore_usb_ll_driver.c585 …__IO uint8_t session : 1; /* When operation as an 'A' device,this bit is set…

Completed in 31 milliseconds