Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 224) sorted by relevance

123456789

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dlighting_client.c809 struct bt_mesh_light_lightness_set *set; in light_set_state() local
810 set = (struct bt_mesh_light_lightness_set *)value; in light_set_state()
811 net_buf_simple_add_le16(msg, set->lightness); in light_set_state()
812 net_buf_simple_add_u8(msg, set->tid); in light_set_state()
813 if (set->op_en) { in light_set_state()
814 net_buf_simple_add_u8(msg, set->trans_time); in light_set_state()
815 net_buf_simple_add_u8(msg, set->delay); in light_set_state()
821 struct bt_mesh_light_lightness_linear_set *set; in light_set_state() local
822 set = (struct bt_mesh_light_lightness_linear_set *)value; in light_set_state()
823 net_buf_simple_add_le16(msg, set->lightness); in light_set_state()
[all …]
Dgeneric_client.c744 struct bt_mesh_gen_onoff_set *set; in gen_set_state() local
745 set = (struct bt_mesh_gen_onoff_set *)value; in gen_set_state()
746 net_buf_simple_add_u8(msg, set->onoff); in gen_set_state()
747 net_buf_simple_add_u8(msg, set->tid); in gen_set_state()
748 if (set->op_en) { in gen_set_state()
749 net_buf_simple_add_u8(msg, set->trans_time); in gen_set_state()
750 net_buf_simple_add_u8(msg, set->delay); in gen_set_state()
757 struct bt_mesh_gen_level_set *set; in gen_set_state() local
758 set = (struct bt_mesh_gen_level_set *)value; in gen_set_state()
759 net_buf_simple_add_le16(msg, set->level); in gen_set_state()
[all …]
Dtime_scene_client.c408 struct bt_mesh_time_set *set; in time_scene_set_state() local
409 set = (struct bt_mesh_time_set *)value; in time_scene_set_state()
410 net_buf_simple_add_mem(msg, set->tai_seconds, 5); in time_scene_set_state()
411 net_buf_simple_add_u8(msg, set->sub_second); in time_scene_set_state()
412 net_buf_simple_add_u8(msg, set->uncertainty); in time_scene_set_state()
413 net_buf_simple_add_le16(msg, set->tai_utc_delta << 1 | set->time_authority); in time_scene_set_state()
414 net_buf_simple_add_u8(msg, set->time_zone_offset); in time_scene_set_state()
418 struct bt_mesh_time_zone_set *set; in time_scene_set_state() local
419 set = (struct bt_mesh_time_zone_set *)value; in time_scene_set_state()
420 net_buf_simple_add_u8(msg, set->time_zone_offset_new); in time_scene_set_state()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_config_model.c469 esp_ble_mesh_cfg_client_set_state_t *set) in btc_ble_mesh_config_client_set_state() argument
478 if (params->opcode != ESP_BLE_MESH_MODEL_OP_NODE_RESET && set == NULL) { in btc_ble_mesh_config_client_set_state()
495 return bt_mesh_cfg_beacon_set(&param, set->beacon_set.beacon); in btc_ble_mesh_config_client_set_state()
497 return bt_mesh_cfg_ttl_set(&param, set->default_ttl_set.ttl); in btc_ble_mesh_config_client_set_state()
499 return bt_mesh_cfg_friend_set(&param, set->friend_set.friend_state); in btc_ble_mesh_config_client_set_state()
501 return bt_mesh_cfg_gatt_proxy_set(&param, set->gatt_proxy_set.gatt_proxy); in btc_ble_mesh_config_client_set_state()
503 return bt_mesh_cfg_relay_set(&param, set->relay_set.relay, in btc_ble_mesh_config_client_set_state()
504 set->relay_set.relay_retransmit); in btc_ble_mesh_config_client_set_state()
506 return bt_mesh_cfg_net_key_add(&param, set->net_key_add.net_idx, in btc_ble_mesh_config_client_set_state()
507 &set->net_key_add.net_key[0]); in btc_ble_mesh_config_client_set_state()
[all …]
/hal_espressif-latest/components/esp_wifi/
DCMakeLists.txt4 set(srcs
20 set(link_binary_libs 0)
21 set(ldfragments)
23 set(link_binary_libs 1)
24 set(ldfragments "linker.lf")
29 set(extra_priv_requires esp32)
31 set(extra_priv_requires)
34 set(srcs
64 set(target_name "${idf_target}")
69 set(blobs core espnow net80211 pp smartconfig)
[all …]
/hal_espressif-latest/components/esp_coex/
DCMakeLists.txt5 set(link_binary_libs 0)
6 set(ldfragments)
8 set(link_binary_libs 1)
9 set(ldfragments "linker.lf")
11 set(srcs "src/coexist.c"
29 set(target_name "${idf_target}")
33 set(blob coexist)
/hal_espressif-latest/components/esp_hw_support/include/hal/
Dcpu_ll.h111 void cpu_ll_compare_and_set_native(volatile uint32_t *addr, uint32_t compare, uint32_t *set) in cpu_ll_compare_and_set_native() argument
118 temp = *set; in cpu_ll_compare_and_set_native()
119 *set = temp; in cpu_ll_compare_and_set_native()
126 :"=r"(*set) in cpu_ll_compare_and_set_native()
127 :"r"(addr), "r"(compare), "0"(*set) in cpu_ll_compare_and_set_native()
139 *addr = *set; in cpu_ll_compare_and_set_native()
146 *set = old_value; in cpu_ll_compare_and_set_native()
154 *addr = *set; in cpu_ll_compare_and_set_native()
159 *set = old_value; in cpu_ll_compare_and_set_native()
/hal_espressif-latest/components/xtensa/include/xtensa/
Dxtruntime-frames.h36 #define STRUCT_BEGIN .set XT_STRUCT_OFFSET, 0
37 #define STRUCT_FIELD(ctype,size,pre,name) .set pre##name, XT_STRUCT_OFFSET; .set XT_STR…
38 #define STRUCT_AFIELD(ctype,size,pre,name,n) .set pre##name, XT_STRUCT_OFFSET;\
39 .set XT_STRUCT_OFFSET, pre##name + (size)*(n);
40 #define STRUCT_AFIELD_A(ctype,size,align,pre,name,n) .set pre##name, XT_STRUCT_OFFSET\
41 ….ifgt (align-1); .set pre##name, XT_STRUCT_OFFSET + (align - (XT_STRUCT_OFFSET & (align-1))); .end…
42 .set XT_STRUCT_OFFSET, pre##name + (size)*(n);
43 #define STRUCT_END(sname) .set sname##Size, XT_STRUCT_OFFSET;
149 .set UserFrameTotalSize, 16+32+UserFrameSize
153 .set UserFrameTotalSize, ((UserFrameTotalSize+255) & 0xFFFFFF00)
/hal_espressif-latest/components/bootloader/
Dproject_include.cmake1 set(BOOTLOADER_OFFSET ${CONFIG_BOOTLOADER_OFFSET_IN_FLASH})
13 set(BOOTLOADER_BUILD_DIR "${build_dir}/bootloader")
14 set(BOOTLOADER_ELF_FILE "${BOOTLOADER_BUILD_DIR}/bootloader.elf")
15 set(bootloader_binary_files
34 set(secure_apps_signing_version "1")
36 set(secure_apps_signing_version "2")
47 set(bootloader_binary_files
75 set(scheme "ecdsa192")
77 set(scheme "ecdsa256")
88 set(SECURE_BOOT_SIGNING_KEY ${secure_boot_signing_key}) # needed by some other components
[all …]
/hal_espressif-latest/components/xtensa/esp32/include/xtensa/config/
Dtie-asm.h83 .set .Lxchal_ofs_, .Lxchal_ofs_ + 4
86 .set .Lxchal_ofs_, .Lxchal_ofs_ + 4
95 .set .Lxchal_ofs_, .Lxchal_ofs_ + 8
98 .set .Lxchal_ofs_, .Lxchal_ofs_ + 8
115 .set .Lxchal_ofs_, .Lxchal_ofs_ + 24
118 .set .Lxchal_ofs_, .Lxchal_ofs_ + 24
129 .set .Lxchal_ofs_, .Lxchal_ofs_ + 12
132 .set .Lxchal_ofs_, .Lxchal_ofs_ + 12
163 .set .Lxchal_ofs_, .Lxchal_ofs_ + 4
166 .set .Lxchal_ofs_, .Lxchal_ofs_ + 4
[all …]
/hal_espressif-latest/components/mbedtls/
DCMakeLists.txt5 set(priv_requires soc esp_hw_support)
12 set(mbedtls_srcs "")
13 set(mbedtls_include_dirs "port/include" "mbedtls/include" "mbedtls/library")
32 set(linkage_type INTERFACE)
34 set(linkage_type PUBLIC)
39 set(bundle_name "x509_crt_bundle")
40 set(DEFAULT_CRT_DIR ${COMPONENT_DIR}/esp_crt_bundle)
43 set(GENERATE_CERT_BUNDLEPY ${python} ${COMPONENT_DIR}/esp_crt_bundle/gen_crt_bundle.py)
82 set(ENABLE_TESTING CACHE BOOL OFF)
83 set(ENABLE_PROGRAMS CACHE BOOL OFF)
[all …]
/hal_espressif-latest/components/efuse/
DCMakeLists.txt11 set(include_dirs include ${target}/include)
12 set(private_include private_include ${target}/private_include)
17 set(type "with_key_purposes")
20 set(type "without_key_purposes/one_key_block")
22 set(type "without_key_purposes/three_key_blocks")
37 set(TOOL_TARGET -t ${target})
40 set(GEN_EFUSE_TABLE_ARG ${TOOL_TARGET} --max_blk_len ${CONFIG_EFUSE_MAX_BLK_LEN})
46 set(EFUSE_COMMON_TABLE_CSV_PATH "${COMPONENT_DIR}/${target}/esp_efuse_table.csv")
76 set(EFUSE_TEST_TABLE_CSV_PATH "${COMPONENT_DIR}/test/esp_efuse_test_table.csv")
/hal_espressif-latest/components/esp_phy/
DCMakeLists.txt3 set(srcs "src/phy_override.c" "src/lib_printf.c" "src/phy_common.c")
6 set(link_binary_libs 0)
7 set(ldfragments)
9 set(link_binary_libs 1)
10 set(ldfragments "linker.lf")
37 set(embed_files "${build_dir}/phy_multiple_init_data.bin")
49 set(target_name "${idf_target}")
92 set(phy_init_data_bin "${build_dir}/phy_multiple_init_data.bin")
94 set(COMPONENT_EMBED_FILES "${build_dir}/phy_multiple_init_data.bin")
97 set(phy_init_data_bin "${build_dir}/phy_init_data.bin")
[all …]
/hal_espressif-latest/components/wpa_supplicant/
DCMakeLists.txt1 set(linker_fragments linker.lf)
11 set(srcs "port/os_xtensa.c"
74 set(esp_srcs "esp_supplicant/src/esp_eap_client.c"
83 set(esp_srcs ${esp_srcs} "esp_supplicant/src/esp_hostap.c")
87 set(tls_src "esp_supplicant/src/crypto/tls_mbedtls.c")
89 set(tls_src
109 set(crypto_src
116 set(crypto_src ${crypto_src} "src/crypto/rc4.c")
118 set(crypto_src ${crypto_src} "src/crypto/des-internal.c")
127 set(crypto_src ${crypto_src} "src/crypto/aes-omac1.c")
[all …]
/hal_espressif-latest/components/esp_event/
DCMakeLists.txt2 set(priv_include_dirs "private_include")
3 set(priv_requires "")
4 set(requires "log" "esp_common" "freertos")
5 set(srcs "default_event_loop.c"
/hal_espressif-latest/components/esp_mm/
DCMakeLists.txt3 set(includes "include")
6 set(priv_requires heap spi_flash)
8 set(srcs)
11 set(srcs "esp_mmu_map.c"
/hal_espressif-latest/components/esp_common/
DCMakeLists.txt4 set(ldfragments)
5 set(srcs "src/esp_err_check_linux.c")
7 set(ldfragments common.lf soc.lf)
8 set(srcs)
21 set(optional_reqs ulp
/hal_espressif-latest/components/xtensa/esp32s3/include/xtensa/config/
Dtie-asm.h83 .set .Lxchal_ofs_, .Lxchal_ofs_ + 4
86 .set .Lxchal_ofs_, .Lxchal_ofs_ + 4
95 .set .Lxchal_ofs_, .Lxchal_ofs_ + 8
98 .set .Lxchal_ofs_, .Lxchal_ofs_ + 8
115 .set .Lxchal_ofs_, .Lxchal_ofs_ + 24
118 .set .Lxchal_ofs_, .Lxchal_ofs_ + 24
149 .set .Lxchal_ofs_, .Lxchal_ofs_ + 4
152 .set .Lxchal_ofs_, .Lxchal_ofs_ + 4
161 .set .Lxchal_ofs_, .Lxchal_ofs_ + 8
164 .set .Lxchal_ofs_, .Lxchal_ofs_ + 8
[all …]
/hal_espressif-latest/components/riscv/include/riscv/
Drvruntime-frames.h22 #define STRUCT_BEGIN .set RV_STRUCT_OFFSET, 0
23 #define STRUCT_FIELD(ctype,size,asname,name) .set asname, RV_STRUCT_OFFSET; .set RV_STRUCT_OFFSE…
24 #define STRUCT_AFIELD(ctype,size,asname,name,n) .set asname, RV_STRUCT_OFFSET;\
25 .set RV_STRUCT_OFFSET, asname + (size)*(n);
26 #define STRUCT_END(sname) .set sname##Size, RV_STRUCT_OFFSET;
/hal_espressif-latest/components/riscv/
DCMakeLists.txt10 set(priv_requires soc)
12 set(priv_requires soc)
13 set(srcs
/hal_espressif-latest/components/xtensa/esp32s2/include/xtensa/config/
Dtie-asm.h87 .set .Lxchal_ofs_, .Lxchal_ofs_ + 4
90 .set .Lxchal_ofs_, .Lxchal_ofs_ + 4
121 .set .Lxchal_ofs_, .Lxchal_ofs_ + 4
124 .set .Lxchal_ofs_, .Lxchal_ofs_ + 4
/hal_espressif-latest/components/esp_psram/
DCMakeLists.txt3 set(includes "include")
5 set(priv_requires heap spi_flash esp_mm)
12 set(srcs)
39 # To handle some corner cases, the same flag is set in project_include.cmake
43 # set strategy selected
44 # note that we don't need to set link options as the library linked is independent of this
/hal_espressif-latest/components/esp_netif/
DCMakeLists.txt3 set(srcs_lwip
12 set(srcs
17 set(include_dirs "include")
18 set(priv_include_dirs "private_include")
/hal_espressif-latest/components/bootloader_support/
DCMakeLists.txt1 set(srcs
30 set(include_dirs "include" "bootloader_flash/include"
32 set(priv_requires micro-ecc spi_flash efuse esp_app_format)
50 set(include_dirs "include" "bootloader_flash/include")
51 set(priv_include_dirs "private_include")
53 set(priv_requires spi_flash mbedtls efuse heap esp_app_format)
95 set(requires soc) #unfortunately the header directly uses SOC registers
141 set(secure_boot_verification_key ${CONFIG_SECURE_BOOT_VERIFICATION_KEY})
147 set(secure_boot_verification_key "${CMAKE_BINARY_DIR}/signature_verification_key.bin")
/hal_espressif-latest/components/spi_flash/
DCMakeLists.txt9 set(srcs "spi_flash_wrap.c")
10 set(priv_requires bootloader_support soc)
12 set(srcs "flash_brownout_hook.c")
36 set(cache_srcs
50 set(priv_requires bootloader_support app_update soc driver esp_mm)

123456789