/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | utility.c | 31 void callback_to_python(mp_obj_t function, mp_obj_t arg) { in callback_to_python()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | utility.c | 31 void callback_to_python(mp_obj_t function, mp_obj_t arg) { in callback_to_python()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/hal/ |
A D | pinmap.h | 28 int function; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/ |
A D | pinmap.c | 16 void pin_function(PinName pin, int function) in pin_function()
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | utility.c | 31 void callback_to_python(mp_obj_t function, mp_obj_t arg) in callback_to_python()
|
/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/ |
A D | vl53l0x_platform_log.c | 50 uint32_t function, const char *format, ...) in trace_print_module_function()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/apps/common/ |
A D | app_spec_ostimer.h | 17 #define specTimerDef(name, function) \ argument
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/ |
A D | tcpip_priv.h | 127 tcpip_callback_fn function; member 131 tcpip_api_call_fn function; member 141 tcpip_callback_fn function; member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | tcpip.c | 285 tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block) in tcpip_callback_with_block() 466 tcpip_callbackmsg_new(tcpip_callback_fn function, void *ctx) in tcpip_callbackmsg_new()
|
/AliOS-Things-master/components/cli/include/aos/ |
A D | cli.h | 24 cmd_fun_t function; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | hal_iomux.h | 42 enum HAL_IOMUX_FUNCTION_T function; member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/ |
A D | tcpip_priv.h | 133 tcpip_callback_fn function; member 137 tcpip_api_call_fn function; member 155 tcpip_callback_fn function; member
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | modmicropython.c | 158 STATIC mp_obj_t mp_micropython_schedule(mp_obj_t function, mp_obj_t arg) { in mp_micropython_schedule()
|
/AliOS-Things-master/components/mbedtls/programs/test/ |
A D | selftest.c | 183 int ( *function )( int ); member
|
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/ |
A D | vk_layer.h | 114 VkLayerFunction function; member 130 VkLayerFunction function; member
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_assert.h | 118 const char *function; member
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_shape.c | 232 SDL_TraverseShapeTree(SDL_ShapeTree *tree,SDL_TraversalFunction function,void* closure) in SDL_TraverseShapeTree()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/apps/key/ |
A D | app_key.h | 72 APP_KEY_HANDLE_CB_T function; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | netif.h | 430 #define netif_set_igmp_mac_filter(netif, function) do { if((netif) != NULL) { (netif)->igmp_mac_fil… argument 436 #define netif_set_mld_mac_filter(netif, function) do { if((netif) != NULL) { (netif)->mld_mac_filte… argument
|
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | SDL_android.c | 56 #define CONCAT1(prefix, class, function) CONCAT2(prefix, class, function) argument 57 #define CONCAT2(prefix, class, function) Java_ ## prefix ## _ ## class ## _ ## funct… argument 58 #define SDL_JAVA_INTERFACE(function) CONCAT1(SDL_JAVA_PREFIX, SDLActivity, funct… argument 59 #define SDL_JAVA_AUDIO_INTERFACE(function) CONCAT1(SDL_JAVA_PREFIX, SDLAudioManager, f… argument 60 #define SDL_JAVA_CONTROLLER_INTERFACE(function) CONCAT1(SDL_JAVA_PREFIX, SDLControllerManag… argument 61 #define SDL_JAVA_INTERFACE_INPUT_CONNECTION(function) CONCAT1(SDL_JAVA_PREFIX, SDLInputConnection… argument
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | netif.h | 435 #define netif_set_igmp_mac_filter(netif, function) do { if((netif) != NULL) { (netif)->igmp_mac_fil… argument 441 #define netif_set_mld_mac_filter(netif, function) do { if((netif) != NULL) { (netif)->mld_mac_filte… argument
|
/AliOS-Things-master/components/SDL2/src/joystick/windows/ |
A D | SDL_mmjoystick.c | 408 SetMMerror(char *function, int code) in SetMMerror()
|
/AliOS-Things-master/components/SDL2/src/hidapi/android/ |
A D | hid.cpp | 30 #define CONCAT1(prefix, class, function) CONCAT2(prefix, class, function) argument 31 #define CONCAT2(prefix, class, function) Java_ ## prefix ## _ ## class ## _ ## funct… argument 32 #define HID_DEVICE_MANAGER_JAVA_INTERFACE(function) CONCAT1(SDL_JAVA_PREFIX, HIDDeviceManager, … argument
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/cmsis/ |
A D | cmsis_os.h | 413 #define osTimerDef(name, function) \ argument 416 #define osTimerDef(name, function) \ argument
|
/AliOS-Things-master/components/SDL2/src/audio/directsound/ |
A D | SDL_directsound.c | 100 SetDSerror(const char *function, int code) in SetDSerror()
|