Home
last modified time | relevance | path

Searched refs:internal (Results 1 – 25 of 48) sorted by relevance

12

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/
Dclient_common.c250 bt_mesh_client_internal_data_t *internal = NULL; in bt_mesh_client_send_msg() local
266 internal = (bt_mesh_client_internal_data_t *)client->internal_data; in bt_mesh_client_send_msg()
267 if (!internal) { in bt_mesh_client_send_msg()
301 if (bt_mesh_client_check_node_in_list(&internal->queue, param->ctx.addr)) { in bt_mesh_client_send_msg()
332 sys_slist_append(&internal->queue, &node->client_node); in bt_mesh_client_send_msg()
445 bt_mesh_client_internal_data_t *internal = NULL; in bt_mesh_client_free_node() local
459 internal = (bt_mesh_client_internal_data_t *)client->internal_data; in bt_mesh_client_free_node()
460 if (!internal) { in bt_mesh_client_free_node()
467 sys_slist_find_and_remove(&internal->queue, &node->client_node); in bt_mesh_client_free_node()
477 bt_mesh_client_internal_data_t *internal = NULL; in bt_mesh_client_clear_list() local
[all …]
Dtime_scene_client.c632 time_scene_internal_data_t *internal = NULL; in time_scene_client_init() local
647 internal = bt_mesh_calloc(sizeof(time_scene_internal_data_t)); in time_scene_client_init()
648 if (!internal) { in time_scene_client_init()
653 sys_slist_init(&internal->queue); in time_scene_client_init()
658 client->internal_data = internal; in time_scene_client_init()
Dsensor_client.c576 sensor_internal_data_t *internal = NULL; in sensor_client_init() local
591 internal = bt_mesh_calloc(sizeof(sensor_internal_data_t)); in sensor_client_init()
592 if (!internal) { in sensor_client_init()
597 sys_slist_init(&internal->queue); in sensor_client_init()
602 client->internal_data = internal; in sensor_client_init()
Dgeneric_client.c1136 generic_internal_data_t *internal = NULL; in generic_client_init() local
1151 internal = bt_mesh_calloc(sizeof(generic_internal_data_t)); in generic_client_init()
1152 if (!internal) { in generic_client_init()
1157 sys_slist_init(&internal->queue); in generic_client_init()
1162 client->internal_data = internal; in generic_client_init()
Dlighting_client.c1326 light_internal_data_t *internal = NULL; in lighting_client_init() local
1341 internal = bt_mesh_calloc(sizeof(light_internal_data_t)); in lighting_client_init()
1342 if (!internal) { in lighting_client_init()
1347 sys_slist_init(&internal->queue); in lighting_client_init()
1352 client->internal_data = internal; in lighting_client_init()
/hal_espressif-latest/components/esp_psram/
DKconfig.spiram.common49 int "Maximum malloc() size, in bytes, to always put in internal memory"
55 … allocate chunks less than this size in internal memory, while allocations larger than this will be
57 … from the non-preferred region instead, so malloc() will not suddenly fail when either internal or
61 …bool "Try to allocate memories of WiFi and LWIP in SPIRAM firstly. If failed, allocate internal me…
65 … Try to allocate memories of WiFi and LWIP in SPIRAM firstly. If failed, try to allocate internal
69 …int "Reserve this amount of bytes for data that specifically needs to be in DMA or internal memory"
74 …Because the external/internal RAM allocation strategy is not always perfect, it sometimes may happ…
75 …that the internal memory is entirely filled up. This causes allocations that are specifically done…
76internal memory, for example the stack for new tasks or memory to service DMA or have memory that's
82 …Note that because FreeRTOS stacks are forced to internal memory, they will also use this memory po…
[all …]
/hal_espressif-latest/components/wpa_supplicant/
DCMakeLists.txt39 "src/crypto/md4-internal.c"
115 # Add internal RC4 as RC4 has been removed from mbedtls
118 set(crypto_src ${crypto_src} "src/crypto/des-internal.c")
143 "src/crypto/aes-internal-dec.c"
144 "src/crypto/aes-internal-enc.c"
145 "src/crypto/aes-internal.c"
153 "src/crypto/des-internal.c"
154 "src/crypto/md4-internal.c"
155 "src/crypto/md5-internal.c"
157 "src/crypto/sha1-internal.c"
[all …]
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
DKconfig.rtc20 the internal 90kHz oscillator. It does not require external components.
51 - 90000 Hz if internal RC oscillator is used as clock source. For this use value 1024.
54 If the crystal could not start, it will be switched to internal RC.
62 before giving up and switching to the internal RC.
64 does not start and switches to internal RC.
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dhealth_cli.c311 health_internal_data_t *internal = NULL; in health_cli_init() local
328 internal = bt_mesh_calloc(sizeof(health_internal_data_t)); in health_cli_init()
329 if (!internal) { in health_cli_init()
334 sys_slist_init(&internal->queue); in health_cli_init()
339 client->internal_data = internal; in health_cli_init()
/hal_espressif-latest/components/esp_hw_support/port/esp32/
DKconfig.rtc22 the internal 150kHz oscillator. It does not require external components.
83 - 150000 Hz if internal RC oscillator is used as clock source. For this use value 1024.
86 If the crystal could not start, it will be switched to internal RC.
94 before giving up and switching to the internal RC.
96 does not start and switches to internal RC.
/hal_espressif-latest/zephyr/esp32/
DCMakeLists.txt464 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/md4-internal.c"
537 # Add internal RC4 as RC4 has been removed from mbedtls
541 … set(CRYPTO_SRCS ${CRYPTO_SRCS} "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/des-internal.c")
566 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/aes-internal-dec.c"
567 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/aes-internal-enc.c"
568 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/aes-internal.c"
576 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/des-internal.c"
577 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/md4-internal.c"
578 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/md5-internal.c"
580 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/sha1-internal.c"
[all …]
/hal_espressif-latest/zephyr/esp32c2/
DCMakeLists.txt422 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/md4-internal.c"
495 # Add internal RC4 as RC4 has been removed from mbedtls
499 … set(CRYPTO_SRCS ${CRYPTO_SRCS} "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/des-internal.c")
524 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/aes-internal-dec.c"
525 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/aes-internal-enc.c"
526 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/aes-internal.c"
534 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/des-internal.c"
535 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/md4-internal.c"
536 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/md5-internal.c"
538 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/sha1-internal.c"
[all …]
/hal_espressif-latest/zephyr/esp32s2/
DCMakeLists.txt425 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/md4-internal.c"
497 # Add internal RC4 as RC4 has been removed from mbedtls
501 … set(CRYPTO_SRCS ${CRYPTO_SRCS} "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/des-internal.c")
526 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/aes-internal-dec.c"
527 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/aes-internal-enc.c"
528 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/aes-internal.c"
536 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/des-internal.c"
537 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/md4-internal.c"
538 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/md5-internal.c"
540 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/sha1-internal.c"
[all …]
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dset-flash-voltage-cmd.rst12 The ``espefuse.py set_flash_voltage`` command permanently sets the internal flash voltage regulator…
107 Set internal flash voltage regulator (VDD_SPI) to 1.8V.
128 Enable internal flash voltage regulator (VDD_SPI) to 3.3V.
149 Disable internal flash voltage regulator (VDD_SPI). SPI flash will
/hal_espressif-latest/zephyr/esp32c3/
DCMakeLists.txt477 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/md4-internal.c"
550 # Add internal RC4 as RC4 has been removed from mbedtls
554 … set(CRYPTO_SRCS ${CRYPTO_SRCS} "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/des-internal.c")
579 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/aes-internal-dec.c"
580 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/aes-internal-enc.c"
581 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/aes-internal.c"
589 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/des-internal.c"
590 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/md4-internal.c"
591 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/md5-internal.c"
593 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/sha1-internal.c"
[all …]
/hal_espressif-latest/zephyr/esp32c6/
DCMakeLists.txt430 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/md4-internal.c"
503 # Add internal RC4 as RC4 has been removed from mbedtls
507 … set(CRYPTO_SRCS ${CRYPTO_SRCS} "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/des-internal.c")
532 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/aes-internal-dec.c"
533 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/aes-internal-enc.c"
534 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/aes-internal.c"
542 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/des-internal.c"
543 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/md4-internal.c"
544 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/md5-internal.c"
546 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/sha1-internal.c"
[all …]
/hal_espressif-latest/zephyr/esp32s3/
DCMakeLists.txt494 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/md4-internal.c"
568 # Add internal RC4 as RC4 has been removed from mbedtls
572 … set(CRYPTO_SRCS ${CRYPTO_SRCS} "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/des-internal.c")
597 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/aes-internal-dec.c"
598 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/aes-internal-enc.c"
599 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/aes-internal.c"
607 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/des-internal.c"
608 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/md4-internal.c"
609 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/md5-internal.c"
611 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/sha1-internal.c"
[all …]
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
DKconfig.rtc34 - 136000 Hz if internal RC oscillator is used as clock source. For this use value 1024.
37 If the crystal could not start, it will be switched to internal RC.
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
DKconfig.rtc36 - 150000 Hz if internal RC oscillator is used as clock source. For this use value 1024.
39 If the crystal could not start, it will be switched to internal RC.
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/
DKconfig.rtc32 - 150000 Hz if internal RC oscillator is used as clock source. For this use value 1024.
35 If the crystal could not start, it will be switched to internal RC.
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
DKconfig.rtc36 - 150000 Hz if internal RC oscillator is used as clock source. For this use value 1024.
39 If the crystal could not start, it will be switched to internal RC.
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
DKconfig.rtc45 - 136000 Hz if internal RC oscillator is used as clock source. For this use value 1024.
48 If the crystal could not start, it will be switched to internal RC.
/hal_espressif-latest/components/esp_pm/
DKconfig51 bool "Put lightsleep related codes in internal RAM"
60 bool "Put RTOS IDLE related codes in internal RAM"
100 option will consume 1.68 KB of internal RAM and will reduce sleep current consumption
101 by about 100 uA. On esp32s3 soc, enabling this option will consume 8.58 KB of internal
110 … cache configuration, if this option is enabled, it will consume up to 9 KB of internal RAM.
/hal_espressif-latest/components/esp_hw_support/
DKconfig12 For internal chip testing, a small number of new versions chips didn't
93 consumption caused by internal pull-up during sleep.
109 consumption caused by internal pull-up during sleep.
181 bool "Allow to enable internal pull-up/downs for the Deep-Sleep wakeup IOs"
185 make use of the internal ones.
192 …If enabled, it allows user to register sleep event callbacks. It is primarily designed for internal
265internal 8MHZ as a reference when estimating. Due to the internal oscillator's frequency being
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-S3.rst143 …USB_PHY_SEL (BLOCK0) This bit is used to switch internal PHY and ext…
144 = internal PHY is assigned to USB Device while external PHY is assigned to USB OTG R/W (0b0)
162 …(VDD_SPI) determined by GPIO45 on reset (GPIO45=High: VDD_SPI pin is powered from internal 1.8V LDO

12