/AliOS-Things-master/components/ble_host/bt_shell/bt_host/ |
A D | ll.c | 110 u8_t enable; in cmd_advx() local 121 enable = 1; in cmd_advx() 123 enable = 0; in cmd_advx() 173 printk("adv enable (%u)...", enable); in cmd_advx() 174 err = ll_adv_enable(enable); in cmd_advx() 188 u8_t enable; in cmd_scanx() local 197 enable = 1; in cmd_scanx() 200 enable = 1; in cmd_scanx() 203 enable = 0; in cmd_scanx() 229 printk("scan enable (%u)...", enable); in cmd_scanx() [all …]
|
/AliOS-Things-master/components/jsoncpp/CMakeFiles/ |
A D | CMakeOutput.log | 25 …enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enab… 64 …enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enab… 109 …enable-languages=c ada c++ java go d fortran objc obj-c++ --prefix=/usr --program-suffix=-5 --enab… 148 …enable-languages=c ada c++ java go d fortran objc obj-c++ --prefix=/usr --program-suffix=-5 --enab…
|
/AliOS-Things-master/components/amp-utility/python/ |
A D | Recorder.py | 126 def ns_enable(enable): argument 136 def ec_enable(enable): argument 146 def agc_enable(enable): argument 156 def vad_enable(enable): argument
|
A D | Player.py | 374 def eq_enable(enable): argument 394 def pcmdump_enable(enable): argument
|
/AliOS-Things-master/components/uvoice/include/ |
A D | uvoice_recorder.h | 35 int (*ns_enable)(int enable); 36 int (*ec_enable)(int enable); 37 int (*agc_enable)(int enable); 38 int (*vad_enable)(int enable);
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_provisioner/ |
A D | mesh_provisioner.c | 33 uint8_t enable: 1; member 337 g_mesh_prov.enable = 1; in ble_mesh_provisioner_enable() 361 g_mesh_prov.enable = 0; in ble_mesh_provisioner_disable() 369 if (!g_mesh_prov.init_flag || !g_mesh_prov.enable) { in ble_mesh_provisioner_dev_filter() 373 if (!enable) { in ble_mesh_provisioner_dev_filter() 396 if (!g_mesh_prov.init_flag || !g_mesh_prov.enable) { in ble_mesh_provisioner_show_dev() 400 if (enable) { in ble_mesh_provisioner_show_dev() 418 if (!g_mesh_prov.init_flag || !g_mesh_prov.enable) { in ble_mesh_provisioner_dev_add() 452 if (!g_mesh_prov.init_flag || !g_mesh_prov.enable) { in ble_mesh_provisioner_get_add_appkey_flag() 488 if (!g_mesh_prov.init_flag || !g_mesh_prov.enable || !str) { in ble_mesh_provisioner_OOB_input_string() [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/drivers/ana/ |
A D | pmu.h | 118 void pmu_codec_config(int enable); 120 void pmu_anc_config(int enable); 134 void pmu_fir_high_speed_config(int enable); 142 void pmu_high_performance_mode_enable(bool enable); 154 …_status_check(enum PMU_USB_PIN_CHK_STATUS_T status, PMU_USB_PIN_CHK_CALLBACK callback, int enable); 198 void pmu_at_skip_shutdown(bool enable);
|
/AliOS-Things-master/components/csi/csi1/include/drv/ |
A D | bmu.h | 262 int32_t csi_bmu_set_pshold(bmu_handle_t handle, bmu_pshold_status_e enable); 270 int32_t csi_bmu_set_llp_todo(bmu_handle_t handle, bmu_llp_todo_e enable); 310 int32_t csi_bmu_sdnpvd_setonoff(bmu_handle_t handle, bmu_enable_e enable); 342 int32_t csi_bmu_sdncmp_setonoff(bmu_handle_t handle, bmu_enable_e enable); 412 int32_t csi_bmu_run_setonoff(bmu_handle_t handle, bmu_regulator_e regulator, bmu_enable_e enable); 421 int32_t csi_bmu_dor_setonoff(bmu_handle_t handle, bmu_regulator_e regulator, bmu_enable_e enable); 430 int32_t csi_bmu_sby_setonoff(bmu_handle_t handle, bmu_regulator_e regulator, bmu_enable_e enable);
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/ |
A D | wifi_util.h | 37 int wext_set_support_wpa3(__u8 enable); 85 int wext_set_trp_tis(__u8 enable); 86 int wext_set_anti_interference(__u8 enable); 95 void wext_set_indicate_mgnt(int enable); 113 int wext_set_ch_deauth(const char *ifname, __u8 enable); 116 int wext_wowlan_ctrl(const char *ifname, int enable); 128 int wext_set_bw40_enable(__u8 enable);
|
A D | wifi_promisc.c | 20 extern void _promisc_filter_by_ap_and_phone_mac(u8 enable, void *ap_mac, void *phone_mac); 102 void promisc_filter_by_ap_and_phone_mac(u8 enable, void *ap_mac, void *phone_mac) in promisc_filter_by_ap_and_phone_mac() argument 105 _promisc_filter_by_ap_and_phone_mac(enable, ap_mac, phone_mac); in promisc_filter_by_ap_and_phone_mac() 163 paff_array[i].enable = 0; in promisc_init_packet_filter() 195 paff_array[i].enable = 0; in promisc_add_packet_filter() 212 paff_array[i].enable = 1; in promisc_enable_packet_filter() 229 paff_array[i].enable = 0; in promisc_disable_packet_filter() 247 paff_array[i].enable = 0; in promisc_remove_packet_filter()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | configure.in | 132 AC_ARG_ENABLE([gif], [AC_HELP_STRING([--enable-gif], [support loading GIF images [default=yes]])], 134 AC_ARG_ENABLE([jpg], [AC_HELP_STRING([--enable-jpg], [support loading JPG images [default=yes]])], 138 AC_ARG_ENABLE([lbm], [AC_HELP_STRING([--enable-lbm], [support loading LBM images [default=yes]])], 140 AC_ARG_ENABLE([pcx], [AC_HELP_STRING([--enable-pcx], [support loading PCX images [default=yes]])], 142 AC_ARG_ENABLE([png], [AC_HELP_STRING([--enable-png], [support loading PNG images [default=yes]])], 146 AC_ARG_ENABLE([pnm], [AC_HELP_STRING([--enable-pnm], [support loading PNM images [default=yes]])], 148 AC_ARG_ENABLE([svg], [AC_HELP_STRING([--enable-svg], [support loading SVG images [default=yes]])], 150 AC_ARG_ENABLE([tga], [AC_HELP_STRING([--enable-tga], [support loading TGA images [default=yes]])], 156 AC_ARG_ENABLE([xcf], [AC_HELP_STRING([--enable-xcf], [support loading XCF images [default=yes]])], 158 AC_ARG_ENABLE([xpm], [AC_HELP_STRING([--enable-xpm], [support loading XPM images [default=yes]])], [all …]
|
A D | config.log | 68 …enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enab… 331 …enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enab… 369 …enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enab… 645 …2 conftest.c -ljpeg -L/usr/local/lib -Wl,-rpath,/usr/local/lib -Wl,--enable-new-dtags -lSDL2 >… 801 … conftest.c -lpng -lz -L/usr/local/lib -Wl,-rpath,/usr/local/lib -Wl,--enable-new-dtags -lSDL2 >… 942 … conftest.c -ltiff -lz -L/usr/local/lib -Wl,-rpath,/usr/local/lib -Wl,--enable-new-dtags -lSDL2 >… 1098 … conftest.c -lwebp -lm -L/usr/local/lib -Wl,-rpath,/usr/local/lib -Wl,--enable-new-dtags -lSDL2 >… 1275 pkg_cv_SDL_LIBS='-L/usr/local/lib -Wl,-rpath,/usr/local/lib -Wl,--enable-new-dtags -lSDL2' 1326 LIBS=' -L/usr/local/lib -Wl,-rpath,/usr/local/lib -Wl,--enable-new-dtags -lSDL2' 1363 SDL_LIBS='-L/usr/local/lib -Wl,-rpath,/usr/local/lib -Wl,--enable-new-dtags -lSDL2'
|
/AliOS-Things-master/components/uvoice/media/ |
A D | uvoice_recorder.c | 886 static int recorder_ns_enable(int enable) in recorder_ns_enable() argument 896 enable = !!enable; in recorder_ns_enable() 898 if (recorder->ns_enable != enable) { in recorder_ns_enable() 899 recorder->ns_enable = enable; in recorder_ns_enable() 921 enable = !!enable; in recorder_ec_enable() 923 if (recorder->ec_enable != enable) { in recorder_ec_enable() 924 recorder->ec_enable = enable; in recorder_ec_enable() 946 enable = !!enable; in recorder_agc_enable() 949 recorder->agc_enable = enable; in recorder_agc_enable() 971 enable = !!enable; in recorder_vad_enable() [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | hal_i2cip.h | 20 static inline uint8_t i2cip_w_enable(uint32_t reg_base, uint8_t enable) in i2cip_w_enable() argument 24 if (enable) in i2cip_w_enable() 36 static inline uint8_t i2cip_w_10bit_master(uint32_t reg_base, uint8_t enable) in i2cip_w_10bit_master() argument 40 if (enable) in i2cip_w_10bit_master() 51 static inline uint8_t i2cip_w_10bit_slave(uint32_t reg_base, uint8_t enable) in i2cip_w_10bit_slave() argument 55 if (enable) in i2cip_w_10bit_slave() 307 static inline uint32_t i2cip_w_tx_dma_enable(uint32_t reg_base, uint8_t enable) in i2cip_w_tx_dma_enable() argument 311 if (enable) in i2cip_w_tx_dma_enable() 318 static inline uint32_t i2cip_w_rx_dma_enable(uint32_t reg_base, uint8_t enable) in i2cip_w_rx_dma_enable() argument 322 if (enable) in i2cip_w_rx_dma_enable()
|
/AliOS-Things-master/components/py_engine/modules/audio/ |
A D | uvoicerecorder.c | 215 int enable = mp_obj_get_int(enable_in); in uvoice_ns_enable() local 216 mp_int_t ret = self->recorder_obj->ns_enable(enable); in uvoice_ns_enable() 225 int enable = mp_obj_get_int(enable_in); in uvoice_ec_enable() local 226 mp_int_t ret = self->recorder_obj->ec_enable(enable); in uvoice_ec_enable() 235 int enable = mp_obj_get_int(enable_in); in uvoice_agc_enable() local 236 mp_int_t ret = self->recorder_obj->agc_enable(enable); in uvoice_agc_enable() 245 int enable = mp_obj_get_int(enable_in); in uvoice_vad_enable() local 246 mp_int_t ret = self->recorder_obj->vad_enable(enable); in uvoice_vad_enable()
|
/AliOS-Things-master/components/drivers/peripheral/adc/src/ |
A D | adc_csi.c | 67 static aos_status_t adc_csi_set_channel(aos_adc_t *adc, int32_t channel, bool enable) in adc_csi_set_channel() argument 71 return csi_adc_channel_enable(&(aos_csi_adc->csi_adc), (uint8_t)channel, enable); in adc_csi_set_channel() 83 bool enable = (mode == AOS_ADC_MODE_CONTINUE); in adc_csi_set_mode() local 86 return csi_adc_continue_mode(&(aos_csi_adc->csi_adc), enable); in adc_csi_set_mode()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | configure.ac | 99 AS_HELP_STRING([[[--enable-werror[=OPT]]]], 264 AS_HELP_STRING([[[--enable-unversioned-links]]], 284 AS_HELP_STRING([[[--enable-unversioned-libpng-pc]]], 292 AS_HELP_STRING([[[--enable-unversioned-libpng-config]]], 306 AS_HELP_STRING([[[--enable-hardware-optimizations]]], 357 AS_HELP_STRING([[[--enable-arm-neon]]], 403 AS_HELP_STRING([[[--enable-mips-msa]]], 448 AS_HELP_STRING([[[--enable-intel-sse]]], 451 [yes/on: enable the optimizations.] 483 AS_HELP_STRING([[[--enable-powerpc-vsx]]], [all …]
|
/AliOS-Things-master/components/py_engine/tests/pyb/ |
A D | extint.py | 6 ext.enable() 13 ext.enable()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/ |
A D | snmp_traps.c | 94 u8_t enable; member 107 snmp_trap_dst_enable(u8_t dst_idx, u8_t enable) in snmp_trap_dst_enable() argument 110 trap_dst[dst_idx].enable = enable; in snmp_trap_dst_enable() 133 snmp_set_auth_traps_enabled(u8_t enable) in snmp_set_auth_traps_enabled() argument 135 snmp_auth_traps_enabled = enable; in snmp_set_auth_traps_enabled() 177 if ((td->enable != 0) && !ip_addr_isany(&td->dip)) { in snmp_send_trap()
|
/AliOS-Things-master/components/ble_host/include/ |
A D | hci_api.h | 35 int hci_api_le_scan_enable(uint8_t enable, uint8_t filter_dup); 42 int hci_api_le_adv_enable(uint8_t enable); 58 int hci_api_set_host_flow_enable(uint8_t enable); 148 int hci_api_le_set_addr_res_enable(uint8_t enable); 201 int hci_api_le_ext_adv_enable( uint8_t enable, uint16_t set_num, struct ext_adv_set_t adv_set… 205 int hci_api_le_ext_scan_enable(uint8_t enable,uint8_t filter_dup,uint16_t duration, uint16_t period…
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/audioflinger/ |
A D | audioflinger.h | 93 void af_codec_set_noise_reduction(bool enable); 103 void af_codec_sync_config(enum AUD_STREAM_T stream, enum AF_CODEC_SYNC_TYPE_T type, bool enable); 104 …c_sync_resample_rate_config(enum AUD_STREAM_T stream, enum AF_CODEC_SYNC_TYPE_T type, bool enable); 105 …d af_codec_sync_gain_config(enum AUD_STREAM_T stream, enum AF_CODEC_SYNC_TYPE_T type, bool enable);
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/hal_ext/ |
A D | pwmout_ex_api.h | 81 void pwmout_period_int(pwmout_t *obj, pwm_period_callback_t callback, u8 enable); 95 void pwmout_autoadj_int (pwmout_t *obj, pwm_lim_callback_t callback, u8 direction, u8 enable);
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/ |
A D | c_api_experimental.h | 120 TfLiteInterpreterOptions* options, bool enable); 147 TfLiteInterpreterOptions* options, bool enable);
|
/AliOS-Things-master/components/csi/csi2/include/drv/ |
A D | gpio_pin.h | 93 csi_error_t csi_gpio_pin_irq_enable(csi_gpio_pin_t *pin, bool enable); 101 csi_error_t csi_gpio_pin_debonce(csi_gpio_pin_t *pin, bool enable);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/drivers/bt/ |
A D | bt_drv_reg_op.h | 128 void bt_drv_reg_op_enable_emsack_mode(uint16_t connHandle, uint8_t master, uint8_t enable); 147 void bt_drv_reg_op_esco_acl_sniff_delay_cal(uint16_t hciHandle,bool enable); 173 void btdrv_reg_op_enable_private_tws_schedule(bool enable); 175 void btdrv_decrease_tx_pwr_when_reconnect(bool enable); 197 void btdrv_afh_follow_en(bool enable, uint8_t be_followed_link_id, uint8_t follow_link_id);
|