/hal_espressif-3.4.0/components/esp_serial_slave_link/ |
D | essl_spi.c | 62 static uint16_t get_hd_command(uint16_t cmd_i, uint32_t flags) in get_hd_command() 91 static int get_hd_dummy_bits(uint32_t flags) in get_hd_dummy_bits() 101 …err_t essl_spi_rdbuf(spi_device_handle_t spi, uint8_t *out_data, int addr, int len, uint32_t flags) in essl_spi_rdbuf() 117 …sl_spi_rdbuf_polling(spi_device_handle_t spi, uint8_t *out_data, int addr, int len, uint32_t flags) in essl_spi_rdbuf_polling() 133 …r_t essl_spi_wrbuf(spi_device_handle_t spi, const uint8_t *data, int addr, int len, uint32_t flags) in essl_spi_wrbuf() 148 …_spi_wrbuf_polling(spi_device_handle_t spi, const uint8_t *data, int addr, int len, uint32_t flags) in essl_spi_wrbuf_polling() 163 …p_err_t essl_spi_rddma_seg(spi_device_handle_t spi, uint8_t *out_data, int seg_len, uint32_t flags) in essl_spi_rddma_seg() 177 esp_err_t essl_spi_rddma_done(spi_device_handle_t spi, uint32_t flags) in essl_spi_rddma_done() 186 …_t essl_spi_rddma(spi_device_handle_t spi, uint8_t *out_data, int len, int seg_len, uint32_t flags) in essl_spi_rddma() 207 …err_t essl_spi_wrdma_seg(spi_device_handle_t spi, const uint8_t *data, int seg_len, uint32_t flags) in essl_spi_wrdma_seg() [all …]
|
/hal_espressif-3.4.0/tools/ldgen/ |
D | generation.py | 50 def __init__(self, node, sections, target, flags, explicit, force=False, dryrun=False): argument 236 def self_placement(self, sections, target, flags, explicit=True, force=False): argument 241 def child_placement(self, entity, sections, target, flags, sections_db): argument 245 def insert(self, entity, sections, target, flags, sections_db): argument 290 def child_placement(self, entity, sections, target, flags, sections_db): argument
|
/hal_espressif-3.4.0/components/espcoredump/corefile/ |
D | elf.py | 234 def __init__(self, name, addr, data, flags): # type: (str, int, bytes, int) -> None argument 260 def __init__(self, addr, data, flags): # type: (int, bytes, int) -> None argument 283 def __init__(self, addr, data, flags): # type: (int, bytes, int) -> None argument 324 def add_segment(self, addr, data, seg_type, flags): # type: (int, bytes, int, int) -> None argument
|
/hal_espressif-3.4.0/examples/protocols/http2_request/main/ |
D | http2_request_example_main.c | 38 int handle_get_response(struct sh2lib_handle *handle, const char *data, size_t len, int flags) in handle_get_response() 52 int handle_echo_response(struct sh2lib_handle *handle, const char *data, size_t len, int flags) in handle_echo_response()
|
/hal_espressif-3.4.0/examples/peripherals/usb/host/msc/components/msc/src/ |
D | msc_scsi_bot.c | 109 uint8_t flags; member 129 uint8_t flags; member 140 uint8_t flags; member 151 uint8_t flags; member 166 uint8_t flags; member 174 uint8_t flags; member 197 uint8_t flags; member 208 uint8_t flags; member 224 uint8_t flags; member
|
/hal_espressif-3.4.0/components/esptool_py/esptool/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.4.0/components/vfs/test/ |
D | test_vfs_fd.c | 38 static int collision_test_vfs_open(void* ctx, const char * path, int flags, int mode) in collision_test_vfs_open() 112 static int concurrent_test_vfs_open(const char * path, int flags, int mode) in concurrent_test_vfs_open() 221 static int time_test_vfs_open(const char *path, int flags, int mode) in time_test_vfs_open()
|
D | test_vfs_open.c | 14 static int open_errno_test_open(const char * path, int flags, int mode) in open_errno_test_open()
|
/hal_espressif-3.4.0/examples/protocols/http2_request/components/sh2lib/ |
D | sh2lib.c | 52 size_t length, int flags, void *user_data) in callback_send() 85 size_t length, int flags, void *user_data) in callback_recv() 183 static int callback_on_data_chunk_recv(nghttp2_session *session, uint8_t flags, in callback_on_data_chunk_recv() 203 size_t valuelen, uint8_t flags, void *user_data) in callback_on_header()
|
/hal_espressif-3.4.0/components/driver/include/driver/ |
D | spi_common_internal.h | 58 uint32_t flags; ///< Flags (attributes) of the bus member 481 uint32_t flags; ///< flags for the lock, OR-ed of `SPI_BUS_LOCK_DEV_*` flags. member
|
/hal_espressif-3.4.0/components/openssl/library/ |
D | ssl_err.c | 93 uint32_t ERR_peek_error_line_data(const char **file, int *line, const char **data, int *flags) in ERR_peek_error_line_data() 98 uint32_t ERR_get_error_line_data(const char **file, int *line, const char **data, int *flags) in ERR_get_error_line_data()
|
/hal_espressif-3.4.0/components/newlib/ |
D | random.c | 25 ssize_t getrandom(void *buf, size_t buflen, unsigned int flags) in getrandom()
|
/hal_espressif-3.4.0/components/esp_hw_support/ |
D | intr_alloc.c | 71 int flags: 16; //OR of VECDESC_FLAG_* defines member 217 static bool is_vect_desc_usable(vector_desc_t *vd, int flags, int cpu, int force) in is_vect_desc_usable() 284 static int get_available_int(int flags, int cpu, int force, int source) in get_available_int() 438 esp_err_t esp_intr_alloc_intrstatus(int source, int flags, uint32_t intrstatusreg, uint32_t intrsta… in esp_intr_alloc_intrstatus() 597 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.4.0/components/mbedtls/test/ |
D | test_esp_crt_bundle.c | 360 uint32_t flags = 0; variable 378 uint32_t flags = 0; variable
|
/hal_espressif-3.4.0/examples/peripherals/rmt/ir_protocols/components/infrared_tools/include/ |
D | ir_tools.h | 200 … uint32_t flags; /*!< Flags for IR builder, different flags will enable different features */ member 209 uint32_t flags; /*!< Flags for IR parser, different flags will enable different features */ member
|
/hal_espressif-3.4.0/components/esp_https_server/src/ |
D | https_server.c | 57 static int httpd_ssl_recv(httpd_handle_t server, int sockfd, char *buf, size_t buf_len, int flags) in httpd_ssl_recv() 74 …c int httpd_ssl_send(httpd_handle_t server, int sockfd, const char *buf, size_t buf_len, int flags) in httpd_ssl_send()
|
/hal_espressif-3.4.0/components/esp_http_server/src/ |
D | httpd_txrx.c | 575 int httpd_default_send(httpd_handle_t hd, int sockfd, const char *buf, size_t buf_len, int flags) in httpd_default_send() 589 int httpd_default_recv(httpd_handle_t hd, int sockfd, char *buf, size_t buf_len, int flags) in httpd_default_recv() 603 int httpd_socket_send(httpd_handle_t hd, int sockfd, const char *buf, size_t buf_len, int flags) in httpd_socket_send() 615 int httpd_socket_recv(httpd_handle_t hd, int sockfd, char *buf, size_t buf_len, int flags) in httpd_socket_recv()
|
/hal_espressif-3.4.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() 990 const uint8_t net_id[8], uint8_t flags, in auth_match() 1011 struct bt_mesh_subnet *bt_mesh_subnet_find(const uint8_t net_id[8], uint8_t flags, in bt_mesh_subnet_find() 1563 uint8_t flags = (uint8_t)bt_mesh.sub[0].kr_flag; in bt_mesh_net_start() local
|
/hal_espressif-3.4.0/examples/protocols/sockets/non_blocking/main/ |
D | non_blocking_socket_example.c | 137 int flags = fcntl(sock, F_GETFL); in tcp_client_task() local 264 int flags = fcntl(listen_sock, F_GETFL); in tcp_server_task() local
|
/hal_espressif-3.4.0/components/esp_lcd/include/ |
D | esp_lcd_panel_io.h | 101 } flags; member 127 } flags; member 203 } flags; member
|
D | esp_lcd_panel_vendor.h | 25 } flags; member
|
D | esp_lcd_panel_rgb.h | 69 } flags; member 109 } flags; member
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32h2/ |
D | esp_memprot.c | 76 esp_err_t esp_mprot_set_pms_area(const esp_mprot_pms_area_t area_type, const uint32_t flags) in esp_mprot_set_pms_area() 81 esp_err_t esp_mprot_get_pms_area(const esp_mprot_pms_area_t area_type, uint32_t *flags) in esp_mprot_get_pms_area()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s3/ |
D | esp_memprot.c | 76 esp_err_t esp_mprot_set_pms_area(const esp_mprot_pms_area_t area_type, const uint32_t flags) in esp_mprot_set_pms_area() 81 esp_err_t esp_mprot_get_pms_area(const esp_mprot_pms_area_t area_type, uint32_t *flags) in esp_mprot_get_pms_area()
|
/hal_espressif-3.4.0/components/bt/controller/esp32/ |
D | hli_api.h | 40 int flags; member
|