Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_adapter.c149 adapter->alcs_event_handle->pcontext, (void *)adapter, &event); in iotx_alcs_coap_adapter_send_msg_handle()
184 adapter->alcs_event_handle->pcontext, (void *)adapter, &event); in iotx_alcs_coap_adapter_send_msg_handle()
331 adapter->role = param->role; in iotx_alcs_adapter_init()
350 adapter->alcs_event_handle = in iotx_alcs_adapter_init()
498 return (void *)adapter; in iotx_alcs_construct()
561 adapter->alcs_server_auth_timer_func(adapter->coap_ctx); in alcs_heartbeat()
566 adapter->alcs_client_auth_timer_func(adapter->coap_ctx); in alcs_heartbeat()
574 if (adapter == NULL || adapter->coap_ctx == NULL) { in iotx_alcs_yield()
602 if (adapter == NULL || adapter->coap_ctx || msg == NULL || in iotx_alcs_send()
714 if (adapter == NULL || adapter->coap_ctx == NULL || msg == NULL || in iotx_alcs_send_Response()
[all …]
A Dalcs_adapter.h63 int iotx_alcs_adapter_list_init(iotx_alcs_adapter_t *adapter);
/AliOS-Things-master/components/py_engine/
A Daos.mk99 adapter/haas/_frozen_mpy.c adapter/haas/help.c adapter/haas/machine_hw_i2c.c \
100 adapter/haas/machine_pwm.c adapter/haas/machine_timer.c adapter/haas/machine_wdt.c \
101adapter/haas/moddriver.c adapter/haas/modpm.c adapter/haas/moduos.c adapter/haas/mp…
102adapter/haas/fs.c adapter/haas/machine_adc.c adapter/haas/machine_hw_spi.c adapter/haa…
103 adapter/haas/machine_touchpad.c adapter/haas/modbattery.c adapter/haas/modipc.c \
104 adapter/haas/modsocket.c adapter/haas/modutime.c adapter/haas/mpthreadport.c \
105 adapter/haas/gccollect.c adapter/haas/machine_dac.c adapter/haas/machine_pin.c \
106 adapter/haas/machine_sw_timer.c adapter/haas/machine_uart.c adapter/haas/modcharger.c \
107adapter/haas/modmachine.c adapter/haas/modsysteminfo.c adapter/haas/mphalport.c adapter/haas/ut…
310 adapter/ \
[all …]
/AliOS-Things-master/hardware/arch/armv7m/
A DREADME.md13 ├─ gcc # System adapter file of armv7m architecture for gcc
14 ├─ armcc # System adapter file of armv7m architecture for armcc
15 ├─ iccarm # System adapter file of armv7m architecture for iccarm
16 ├─ panic # panic adapter file of armv7m architecture
/AliOS-Things-master/components/amp/main/
A DMakefile10 ../adapter/include \
11 ../adapter/include/peripheral \
12 ../adapter/platform/linux \
49 ../adapter/include \
56 ../adapter/platform/linux
/AliOS-Things-master/components/amp/services/
A DMakefile23 ../adapter/include \
24 ../adapter/include/peripheral \
25 ../adapter/platform/linux \
73 ../adapter/include \
80 ../adapter/platform/linux
/AliOS-Things-master/components/amp_adapter/
A DConfig.in2 bool "amp adapter"
8 # Configurations for component amp adapter
A Daos.mk5 $(NAME)_SUMMARY := amp adapter
A DMakefile2 MODULE = adapter
/AliOS-Things-master/components/amp/engine/duktape_engine/
A DMakefile68 ../../adapter/include \
69 ../../adapter/include/peripheral \
70 ../../adapter/platform/linux \
123 ../../adapter/include
/AliOS-Things-master/components/amp/
A DREADME.md24 系统适配代码在`adapter`目录中,结构如下
/AliOS-Things-master/components/ble_host/bt_host/
A DKconfig78 adapter using a User Channel HCI socket to the Linux kernel. It
80 The Bluetooth adapter must be powered off in order for Zephyr to
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/interconnection/
A DMakefile22 -Iservices/bluedroid/adapter/src \
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/src/osdep/alios/
A Dwrapper.h444 void rtw_init_timer(_timer *ptimer, void *adapter, TIMER_FUN pfunc,void* cntx, const char *name);
/AliOS-Things-master/components/SDL2/src/render/direct3d/
A DSDL_render_d3d.c67 UINT adapter; member
1766 data->adapter = SDL_Direct3D9GetAdapterIndex(displayIndex); in D3D_CreateRenderer()
1768 IDirect3D9_GetDeviceCaps(data->d3d, data->adapter, D3DDEVTYPE_HAL, &caps); in D3D_CreateRenderer()
1781 result = IDirect3D9_CreateDevice(data->d3d, data->adapter, in D3D_CreateRenderer()
/AliOS-Things-master/kernel/rhino/
A Dcsi.mk31 KERNEL_CSRC += $(KERNELDIR)/rhino/adapter/csi_rhino.c

Completed in 20 milliseconds