/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/ |
D | miniz.c | 1083 mz_uint flags; in tdefl_compress_lz_codes() local 1177 mz_uint flags; in tdefl_compress_lz_codes() local 1951 …efl_init(tdefl_compressor *d, tdefl_put_buf_func_ptr pPut_buf_func, void *pPut_buf_user, int flags) in tdefl_init() 1996 …t void *pBuf, size_t buf_len, tdefl_put_buf_func_ptr pPut_buf_func, void *pPut_buf_user, int flags) in tdefl_compress_mem_to_output() 2043 … *tdefl_compress_mem_to_heap(const void *pSrc_buf, size_t src_buf_len, size_t *pOut_len, int flags) in tdefl_compress_mem_to_heap() 2058 …mem_to_mem(void *pOut_buf, size_t out_buf_len, const void *pSrc_buf, size_t src_buf_len, int flags) in tdefl_compress_mem_to_mem() 2854 …tinfl_decompress_mem_to_heap(const void *pSrc_buf, size_t src_buf_len, size_t *pOut_len, int flags) in tinfl_decompress_mem_to_heap() 2892 …mem_to_mem(void *pOut_buf, size_t out_buf_len, const void *pSrc_buf, size_t src_buf_len, int flags) in tinfl_decompress_mem_to_mem() 2901 …In_buf, size_t *pIn_buf_size, tinfl_put_buf_func_ptr pPut_buf_func, void *pPut_buf_user, int flags) in tinfl_decompress_mem_to_callback() 3379 static mz_bool mz_zip_reader_init_internal(mz_zip_archive *pZip, mz_uint flags) in mz_zip_reader_init_internal() [all …]
|
/hal_espressif-3.7.0/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls-rsa.c | 30 static void crypto_dump_verify_info(u32 flags) in crypto_dump_verify_info() 38 static void crypto_dump_verify_info(u32 flags) { } in crypto_dump_verify_info() 49 u32 flags = 0; in crypto_verify_cert() local
|
/hal_espressif-3.7.0/components/esp_hw_support/ |
D | rtc_module.c | 59 uint32_t flags; member 104 …rtc_isr_register(intr_handler_t handler, void* handler_arg, uint32_t rtc_intr_mask, uint32_t flags) in rtc_isr_register()
|
D | intr_alloc.c | 72 int flags: 16; //OR of VECDESC_FL_* defines member 236 static bool is_vect_desc_usable(vector_desc_t *vd, int flags, int cpu, int force) in is_vect_desc_usable() 306 static int get_available_int(int flags, int cpu, int force, int source) in get_available_int() 467 esp_err_t esp_intr_alloc_intrstatus(int source, int flags, uint32_t intrstatusreg, uint32_t intrsta… in esp_intr_alloc_intrstatus() 648 esp_err_t esp_intr_alloc(int source, int flags, intr_handler_t handler, void *arg, intr_handle_t *r… in esp_intr_alloc()
|
/hal_espressif-3.7.0/components/driver/include/esp_private/ |
D | spi_common_internal.h | 65 uint32_t flags; ///< Flags (attributes) of the bus member 475 uint32_t flags; ///< flags for the lock, OR-ed of `SPI_BUS_LOCK_DEV_*` flags. member
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/ |
D | net.c | 410 uint8_t flags = 0x00; in bt_mesh_net_flags() local 425 uint8_t flags = bt_mesh_net_flags(sub); in bt_mesh_net_beacon_update() local 442 int bt_mesh_net_create(uint16_t idx, uint8_t flags, const uint8_t key[16], in bt_mesh_net_create() 996 const uint8_t net_id[8], uint8_t flags, in auth_match() 1017 struct bt_mesh_subnet *bt_mesh_subnet_find(const uint8_t net_id[8], uint8_t flags, in bt_mesh_subnet_find() 1579 uint8_t flags = (uint8_t)bt_mesh.sub[0].kr_flag; in bt_mesh_net_start() local
|
D | beacon.c | 104 uint8_t flags = bt_mesh_net_flags(sub); in bt_mesh_beacon_create() local 340 uint8_t flags = 0U; in secure_beacon_recv() local
|
D | test.h | 24 uint8_t flags; member
|
D | provisioner_main.h | 32 uint8_t flags; /* Node key refresh flag and iv update flag */ member
|
D | provisioner_prov.h | 50 uint8_t flags; member
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/eap_server/ |
D | eap_server_wsc.c | 133 u8 flags; in eap_wsc_build_msg() local 262 u8 flags, u8 op_code, u16 message_length, in eap_wsc_process_fragment() 298 u8 op_code, flags; in eap_wsc_process() local
|
/hal_espressif-3.7.0/components/newlib/ |
D | random.c | 17 ssize_t getrandom(void *buf, size_t buflen, unsigned int flags) in getrandom()
|
/hal_espressif-3.7.0/components/mbedtls/test_apps/main/ |
D | test_esp_crt_bundle.c | 403 uint32_t flags = 0; variable 421 uint32_t flags = 0; variable
|
/hal_espressif-3.7.0/components/esp_mm/ |
D | esp_cache.c | 50 esp_err_t esp_cache_msync(void *addr, size_t size, int flags) in esp_cache_msync()
|
/hal_espressif-3.7.0/components/bt/controller/esp32/ |
D | hli_api.h | 31 int flags; member
|
/hal_espressif-3.7.0/components/esp_system/include/ |
D | esp_debug_helpers.h | 116 …ne __attribute__((deprecated)) esp_err_t esp_set_watchpoint(int no, void *adr, int size, int flags) in esp_set_watchpoint()
|
/hal_espressif-3.7.0/components/esp_hw_support/include/ |
D | esp_async_memcpy.h | 53 uint32_t flags; /*!< Extra flags to control async memcpy feature */ member
|
D | esp_intr_alloc.h | 305 static inline int esp_intr_flags_to_level(int flags) in esp_intr_flags_to_level()
|
/hal_espressif-3.7.0/components/newlib/test_apps/newlib/main/ |
D | test_file.c | 26 static int blksize_test_open(void* ctx, const char * path, int flags, int mode) in blksize_test_open()
|
/hal_espressif-3.7.0/components/driver/spi/include/driver/ |
D | spi_master.h | 81 uint32_t flags; ///< Bitwise OR of SPI_DEVICE_* flags member 123 uint32_t flags; ///< Bitwise OR of SPI_TRANS_* flags member
|
D | spi_slave.h | 38 uint32_t flags; ///< Bitwise OR of SPI_SLAVE_* flags member
|
/hal_espressif-3.7.0/components/driver/spi/sdspi/ |
D | sdspi_transaction.c | 105 int flags = 0; in sdspi_host_do_transaction() local
|
/hal_espressif-3.7.0/components/esp_netif/include/ |
D | esp_netif_defaults.h | 28 #define ESP_NETIF_IPV4_ONLY_FLAGS(flags) (flags) argument
|
/hal_espressif-3.7.0/components/driver/gpio/include/driver/ |
D | dedic_gpio.h | 35 } flags; /*!< Flags to control specific behaviour of GPIO bundle */ member
|
/hal_espressif-3.7.0/components/hal/include/hal/ |
D | usb_dwc_hal.h | 141 } flags; /**< Flags regarding channel's status and information */ member 166 } flags; member 703 …esc_fill(void *desc_list, uint32_t desc_idx, uint8_t *xfer_data_buff, int xfer_len, uint32_t flags) in usb_dwc_hal_xfer_desc_fill()
|