Home
last modified time | relevance | path

Searched defs:init (Results 1 – 25 of 95) sorted by relevance

1234

/AliOS-Things-master/components/drivers/core/base/include/drivers/
A Du_ld.h111 #define BUS_DRIVER_FULL_ENTRY(init, get_hw_info) int bus_drv_##init(void) { \ argument
116 #define BUS_DRIVER_ENTRY(init) BUS_DRIVER_FULL_ENTRY(init, NULL) argument
119 #define VFS_DRIVER_FULL_ENTRY(init, get_hw_info) int vfs_drv_##init(void) { \ argument
124 #define VFS_DRIVER_ENTRY(init) VFS_DRIVER_FULL_ENTRY(init, NULL) argument
131 #define EARLY_DRIVER_ENTRY(init) EARLY_DRIVER_FULL_ENTRY(init, NULL) argument
138 #define LEVEL0_DRIVER_ENTRY(init) LEVEL0_DRIVER_FULL_ENTRY(init, NULL) argument
145 #define LEVEL1_DRIVER_ENTRY(init) LEVEL1_DRIVER_FULL_ENTRY(init, NULL) argument
153 #define LEVEL2_DRIVER_ENTRY(init) LEVEL2_DRIVER_FULL_ENTRY(init, NULL) argument
160 #define LEVEL3_DRIVER_ENTRY(init) LEVEL3_DRIVER_FULL_ENTRY(init, NULL) argument
162 #define POST_DRIVER_FULL_ENTRY(init, get_hw_info) int post_drv_##init(void) { \ argument
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/gradle/wrapper/
A Dgradle-wrapper.jar ... PROJECT_STRING private java.io.File gradleUserHome public void <init> () public void <init> (java.io.File) java. ...
/AliOS-Things-master/components/amp-utility/python/
A DSnd.py29 def init(): function
A DTts.py45 def init(aicloud_type, config): function
/AliOS-Things-master/components/amp/jsmodules/
A Dds18b20.js28 export function init(gpioid) { function
/AliOS-Things-master/components/amp/modules/
A DDS18B20.js26 function init(gpioid) { function
A Dsi7006.js34 function init(i2cid) { function
A Dspl06.js80 function init(i2cid) { function
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaevents.m119 - (id)init; method
125 {
/AliOS-Things-master/hardware/arch/armv7m/common/
A Dpanic_mpu.c59 MPU_Region_Init_t init; in enable_region() local
77 static void mpu_config_region(MPU_Region_Init_t *init) in mpu_config_region()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmpv3.c107 static u8_t init; in snmpv3_build_priv_param() local
/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/
A Ddht11.js122 function init() function
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitwindow.m52 {
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp.jar ... static final int UNUSED private static int[] outputSize public void <init> () public static int WebPGetDecoderVersion () public static int WebPGetInfo (byte[], long ...
/AliOS-Things-master/components/amp/jslib/src/
A Dlocation.js64 export function init() { function
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmachine_spi.h48 void (*init)(mp_obj_base_t *obj, size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args); member
/AliOS-Things-master/components/cplusplus/
A DworkQueue.cpp49 kstat_t Work::init(work_handle_t handle, void *arg, tick_t dly) in init() function in Work
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Dgradlew.bat48 :init label
/AliOS-Things-master/documentation/aos-tools/
A Daos-tools_user_manual.md47 ## init section in aos-tools 命令
/AliOS-Things-master/hardware/board/haaseduk1/startup/
A Dstartup.c76 int init = BES_WIFI_BT; in haas_board_init() local
/AliOS-Things-master/hardware/board/haas100/startup/
A Dstartup.c75 int init = BES_WIFI_BT; in haas_board_init() local
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/
A Dhal_test.c245 static int init(void) in init() function
/AliOS-Things-master/components/drivers/peripheral/i2c/src/
A Di2c_core.h47 uint32_t init; /**< whether i2c controller is initialized or not >*/ member
/AliOS-Things-master/components/drivers/peripheral/watchdog/src/
A Dwdg_core.h39 bool init; /**< whether watchdog controller is initialized or not >*/ member
/AliOS-Things-master/hardware/board/haaseduk1/board_test/
A Dble_test.c110 init_param_t init = { in example_BLE_init() local

Completed in 75 milliseconds

1234