/AliOS-Things-master/components/drivers/peripheral/gpio/src/ |
A D | gpioc_csi.c | 33 static aos_status_t set_input_cfg(aos_gpioc_csi_t *gpioc_csi, uint32_t pin, uint32_t cfg) in set_input_cfg() 74 static aos_status_t set_output_cfg(aos_gpioc_csi_t *gpioc_csi, uint32_t pin, uint32_t cfg) in set_output_cfg() 97 uint32_t cfg = mode & AOS_GPIO_INPUT_CFG_MASK; in restore_mode() local 103 uint32_t cfg = mode & AOS_GPIO_OUTPUT_CFG_MASK; in restore_mode() local 121 uint32_t cfg = mode & AOS_GPIO_INPUT_CFG_MASK; in gpioc_csi_set_mode() local 148 uint32_t cfg = mode & AOS_GPIO_OUTPUT_CFG_MASK; in gpioc_csi_set_mode() local
|
/AliOS-Things-master/hardware/chip/haas1000/csi/ |
A D | gpio.c | 44 struct HAL_IOMUX_PIN_FUNCTION_MAP cfg; in csi_gpio_dir() local 69 struct HAL_IOMUX_PIN_FUNCTION_MAP cfg; in csi_gpio_mode() local 155 struct HAL_GPIO_IRQ_CFG_T cfg; in csi_gpio_irq_enable() local
|
A D | pwm.c | 36 struct HAL_PWM_CFG_T cfg; in csi_pwm_out_config() local
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | gatt.c | 274 struct gatt_sc_cfg *cfg; in bt_gatt_clear_sc() local 321 struct gatt_sc_cfg *cfg; in sc_clear() local 366 struct gatt_sc_cfg *cfg; in sc_save() local 485 struct gatt_cf_cfg *cfg; in cf_read() local 530 struct gatt_cf_cfg *cfg; in cf_write() local 732 struct gatt_cf_cfg *cfg; in remove_cf_cfg() local 904 struct gatt_cf_cfg *cfg; in sc_indicate_rsp() local 1724 struct gatt_cf_cfg *cfg; in gatt_cf_notify_multi() local 2197 struct gatt_cf_cfg *cfg; in sc_restore_rsp() local 2220 struct gatt_sc_cfg *cfg; in sc_restore() local [all …]
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/ |
A D | commonclient_ut.cc | 41 const ClientConfiguration cfg; in TEST() local 163 const ClientConfiguration cfg; in TEST() local 215 const ClientConfiguration cfg; in TEST() local
|
A D | locationclient_ut.cc | 21 mockLocationClient(const string& key, const string& secret, const ClientConfiguration& cfg): in mockLocationClient() 23 mockLocationClient(const Credentials& credentials, const ClientConfiguration& cfg): in mockLocationClient()
|
A D | stsclient_ut.cc | 21 mockStsClient(const string& key, const string& secret, const ClientConfiguration& cfg): in mockStsClient() 23 mockStsClient(const Credentials& credentials, const ClientConfiguration& cfg): in mockStsClient()
|
/AliOS-Things-master/hardware/board/haas100/drivers/ |
A D | key.c | 46 int key_init(key_cfg_t *cfg) in key_init()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | cfg_srv.c | 83 struct bt_mesh_cfg_srv *cfg = model->user_data; in hb_send() local 775 struct bt_mesh_cfg_srv *cfg = model->user_data; in beacon_set() local 829 struct bt_mesh_cfg_srv *cfg = model->user_data; in default_ttl_set() local 880 struct bt_mesh_cfg_srv *cfg = model->user_data; in gatt_proxy_set() local 965 struct bt_mesh_cfg_srv *cfg = model->user_data; in net_transmit_set() local 1012 struct bt_mesh_cfg_srv *cfg = model->user_data; in relay_set() local 2253 void hb_pub_disable(struct bt_mesh_cfg_srv *cfg) in hb_pub_disable() 2666 struct bt_mesh_cfg_srv *cfg = model->user_data; in send_friend_status() local 2774 struct bt_mesh_cfg_srv *cfg = conf; in lpn_hb_send() local 3319 struct bt_mesh_cfg_srv *cfg = conf; in bt_mesh_cfg_reset() local [all …]
|
/AliOS-Things-master/components/drivers/peripheral/i2c/include/aos/ |
A D | i2c.h | 18 uint32_t cfg; member
|
A D | i2c_core.h | 47 uint32_t cfg; member
|
/AliOS-Things-master/components/ulog/src/ |
A D | ulog_fs_cfg.c | 28 ulog_cfg_t *cfg[ulog_cfg_para_cnt]; member 314 static void parser_cfg_file(const char* cfg) in parser_cfg_file()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | machine_wdt.c | 71 wdg_config_t cfg = {0}; in machine_wdt_make_new() local
|
A D | mphalport.c | 144 int32_t mp_hal_pin_config_set(mp_hal_pin_obj_t pin_obj, gpio_config_t cfg) { in mp_hal_pin_config_set()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | machine_wdt.c | 71 wdg_config_t cfg = {0}; in machine_wdt_make_new() local
|
A D | mphalport.c | 144 int32_t mp_hal_pin_config_set(mp_hal_pin_obj_t pin_obj, gpio_config_t cfg) { in mp_hal_pin_config_set()
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | vfs_lfs.c | 70 struct lfs1_file_config cfg; member 121 struct lfs2_file_config cfg; member
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | machine_wdt.c | 49 wdg_config_t cfg = { 0 }; in machine_wdt_make_new() local
|
A D | mphalport.c | 190 mp_int_t mp_hal_pin_config_set(mp_hal_pin_obj_t pin_obj, gpio_config_t cfg) in mp_hal_pin_config_set()
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | pwm.c | 34 static void __hal_pwm_pram2cfg(struct HAL_PWM_CFG_T *cfg, pwm_config_t *pram) in __hal_pwm_pram2cfg()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | hal_dma.h | 234 const struct HAL_DMA_CH_CFG_T *cfg, in hal_dma_init_desc() 239 const struct HAL_DMA_CH_CFG_T *cfg) {return HAL_DMA_ERR;} in hal_dma_sg_start() 242 const struct HAL_DMA_CH_CFG_T *cfg, in hal_dma_sg_2d_start() 246 static inline enum HAL_DMA_RET_T hal_dma_start(const struct HAL_DMA_CH_CFG_T *cfg) {return HAL_DMA_… in hal_dma_start()
|
/AliOS-Things-master/components/drivers/peripheral/spi/include/aos/ |
A D | spi.h | 26 uint32_t cfg; member
|
/AliOS-Things-master/hardware/chip/haas1000/aos_driver/pwm/ |
A D | pwm.c | 48 struct HAL_PWM_CFG_T cfg; in haas1000_pwm_out_config() local
|
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/ |
A D | h5.c | 117 #define H5_CFG_SLID_WIN(cfg) ((cfg) & 0x07) argument 118 #define H5_CFG_OOF_CNTRL(cfg) (((cfg) >> 3) & 0x01) argument 119 #define H5_CFG_DIC_TYPE(cfg) (((cfg) >> 4) & 0x01) argument 120 #define H5_CFG_VER_NUM(cfg) (((cfg) >> 5) & 0x07) argument 920 uint8_t cfg; in h5_process_ctl_pkts() local
|
/AliOS-Things-master/components/py_engine/engine/lib/littlefs/ |
A D | lfs2.c | 2452 const struct lfs2_file_config *cfg) { 3453 static int lfs2_init(lfs2_t *lfs2, const struct lfs2_config *cfg) { 4570 const struct lfs2_config *cfg) { 4869 #define LFS2_LOCK(cfg) cfg->lock(cfg) argument 4870 #define LFS2_UNLOCK(cfg) cfg->unlock(cfg) argument 4872 #define LFS2_LOCK(cfg) ((void)cfg, 0) argument 4873 #define LFS2_UNLOCK(cfg) ((void)cfg) argument 4878 int lfs2_format(lfs2_t *lfs2, const struct lfs2_config *cfg) { 4908 int lfs2_mount(lfs2_t *lfs2, const struct lfs2_config *cfg) { 5065 const struct lfs2_file_config *cfg) { [all …]
|