/hal_espressif-2.7.6/components/sdmmc/ |
D | sdmmc_cmd.c | 23 esp_err_t sdmmc_send_cmd(sdmmc_card_t* card, sdmmc_command_t* cmd) in sdmmc_send_cmd() 50 esp_err_t sdmmc_send_app_cmd(sdmmc_card_t* card, sdmmc_command_t* cmd) in sdmmc_send_app_cmd() 72 sdmmc_command_t cmd = { in sdmmc_send_cmd_go_idle_state() local 100 sdmmc_command_t cmd = { in sdmmc_send_cmd_send_if_cond() local 121 sdmmc_command_t cmd = { in sdmmc_send_cmd_send_op_cond() local 177 sdmmc_command_t cmd = { in sdmmc_send_cmd_read_ocr() local 193 sdmmc_command_t cmd = { in sdmmc_send_cmd_all_send_cid() local 211 sdmmc_command_t cmd = { in sdmmc_send_cmd_send_cid() local 230 sdmmc_command_t cmd = { in sdmmc_send_cmd_set_relative_addr() local 253 sdmmc_command_t cmd = { in sdmmc_send_cmd_set_blocklen() local [all …]
|
D | sdmmc_mmc.c | 206 sdmmc_command_t cmd = { in sdmmc_mmc_send_ext_csd_data() local 219 sdmmc_command_t cmd = { in sdmmc_mmc_switch() local
|
/hal_espressif-2.7.6/components/esp_gdbstub/src/ |
D | gdbstub.c | 65 unsigned char *cmd; in esp_gdbstub_panic_handler() local 98 static void handle_g_command(const unsigned char* cmd, int len) in handle_g_command() 109 static void handle_G_command(const unsigned char* cmd, int len) in handle_G_command() 119 static void handle_m_command(const unsigned char* cmd, int len) in handle_m_command() 139 int esp_gdbstub_handle_command(unsigned char *cmd, int len) in esp_gdbstub_handle_command() 247 static void handle_H_command(const unsigned char* cmd, int len) in handle_H_command() 273 static void handle_qC_command(const unsigned char* cmd, int len) in handle_qC_command() 285 static void handle_T_command(const unsigned char* cmd, int len) in handle_T_command() 302 static void handle_qfThreadInfo_command(const unsigned char* cmd, int len) in handle_qfThreadInfo_command() 309 static void handle_qsThreadInfo_command(const unsigned char* cmd, int len) in handle_qsThreadInfo_command() [all …]
|
/hal_espressif-2.7.6/examples/system/console/components/cmd_system/ |
D | cmd_system.c | 87 const esp_console_cmd_t cmd = { in register_version() local 106 const esp_console_cmd_t cmd = { in register_restart() local 125 const esp_console_cmd_t cmd = { in register_free() local 178 const esp_console_cmd_t cmd = { in register_tasks() local 259 const esp_console_cmd_t cmd = { in register_deep_sleep() local 356 const esp_console_cmd_t cmd = { in register_light_sleep() local
|
/hal_espressif-2.7.6/components/driver/ |
D | sdmmc_transaction.c | 259 static esp_err_t handle_event(sdmmc_command_t* cmd, sdmmc_req_state_t* state, in handle_event() 281 static bool cmd_needs_auto_stop(const sdmmc_command_t* cmd) in cmd_needs_auto_stop() 291 static sdmmc_hw_cmd_t make_hw_cmd(sdmmc_command_t* cmd) in make_hw_cmd() 330 static void process_command_response(uint32_t status, sdmmc_command_t* cmd) in process_command_response() 362 static void process_data_status(uint32_t status, sdmmc_command_t* cmd) in process_data_status() 392 static esp_err_t process_events(sdmmc_event_t evt, sdmmc_command_t* cmd, in process_events()
|
D | sdspi_transaction.c | 52 static void r1_response_to_err(uint8_t r1, int cmd, esp_err_t *out_err) in r1_response_to_err() 80 static void r1_sdio_response_to_err(uint8_t r1, int cmd, esp_err_t *out_err) in r1_sdio_response_to_err()
|
D | i2c.c | 108 i2c_cmd_t cmd; /*!< command in current cmd link */ member 880 i2c_cmd_desc_t *cmd = (i2c_cmd_desc_t *) cmd_handle; in i2c_cmd_link_delete() local 893 static esp_err_t i2c_cmd_link_append(i2c_cmd_handle_t cmd_handle, i2c_cmd_t *cmd) in i2c_cmd_link_append() 931 i2c_cmd_t cmd; in i2c_master_start() local 944 i2c_cmd_t cmd; in i2c_master_stop() local 965 i2c_cmd_t cmd; in i2c_master_write() local 984 i2c_cmd_t cmd; in i2c_master_write_byte() local 1003 i2c_cmd_t cmd; in i2c_master_read_static() local 1025 i2c_cmd_t cmd; in i2c_master_read_byte() local 1063 i2c_cmd_t *cmd = &p_i2c->cmd_link.head->cmd; in i2c_master_cmd_begin_static() local [all …]
|
D | sdspi_host.c | 428 esp_err_t sdspi_host_start_command(sdspi_dev_handle_t handle, sdspi_hw_cmd_t *cmd, void *data, in sdspi_host_start_command() 486 static esp_err_t start_command_default(slot_info_t *slot, int flags, sdspi_hw_cmd_t *cmd) in start_command_default() 612 static esp_err_t shift_cmd_response(sdspi_hw_cmd_t* cmd, int sent_bytes) in shift_cmd_response() 672 static esp_err_t start_command_read_blocks(slot_info_t *slot, sdspi_hw_cmd_t *cmd, in start_command_read_blocks() 805 static esp_err_t start_command_write_blocks(slot_info_t *slot, sdspi_hw_cmd_t *cmd, in start_command_write_blocks()
|
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ |
D | ble_mesh_console_system.c | 52 const esp_console_cmd_t cmd = { in register_restart() local 71 const esp_console_cmd_t cmd = { in register_free() local 174 const esp_console_cmd_t cmd = { in register_make() local
|
/hal_espressif-2.7.6/components/console/test/ |
D | test_console.c | 21 const esp_console_cmd_t cmd = { variable 50 esp_console_cmd_t cmd = { variable
|
/hal_espressif-2.7.6/components/lwip/port/esp32/ |
D | vfs_lwip.c | 63 static int lwip_fcntl_r_wrapper(int fd, int cmd, int arg) in lwip_fcntl_r_wrapper() 68 static int lwip_ioctl_r_wrapper(int fd, int cmd, va_list args) in lwip_ioctl_r_wrapper()
|
D | no_vfs_syscalls.c | 61 int _fcntl_r(struct _reent *r, int fd, int cmd, int arg) in _fcntl_r() 66 int ioctl(int fd, int cmd, ...) in ioctl()
|
/hal_espressif-2.7.6/examples/peripherals/rmt/ir_protocols/main/ |
D | ir_protocols_main.c | 30 uint32_t cmd = 0; in example_ir_rx_task() local 78 uint32_t cmd = 0x20; in example_ir_tx_task() local
|
/hal_espressif-2.7.6/west/ |
D | update.py | 21 def cmd_check(cmd, cwd=None, stderr=subprocess.STDOUT): argument 25 def cmd_exec(cmd, cwd=None, shell=False): argument
|
/hal_espressif-2.7.6/components/console/ |
D | commands.c | 93 esp_err_t esp_console_cmd_register(const esp_console_cmd_t *cmd) in esp_console_cmd_register() 180 const cmd_item_t *cmd = NULL; in find_command_by_name() local 210 const cmd_item_t *cmd = find_command_by_name(argv[0]); in esp_console_run() local
|
/hal_espressif-2.7.6/components/esp_hid/src/ |
D | esp_hid_common.c | 32 uint8_t cmd; member 208 hid_report_cmd_t *cmd = (hid_report_cmd_t *)malloc(sizeof(hid_report_cmd_t)); in parse_cmd() local 229 static int handle_cmd(hid_report_cmd_t *cmd) in handle_cmd() 352 hid_report_cmd_t *cmd; in esp_hid_parse_report_map() local
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/a2dp/ |
D | btc_a2dp_control.c | 50 static inline void a2dp_cmd_acknowledge(int cmd, int status) in a2dp_cmd_acknowledge() 69 int cmd = btc_aa_ctrl_cb.a2dp_cmd_pending; in btc_a2dp_control_command_ack() local
|
/hal_espressif-2.7.6/examples/peripherals/i2c/i2c_self_test/main/ |
D | i2c_example_main.c | 67 i2c_cmd_handle_t cmd = i2c_cmd_link_create(); in i2c_master_read_slave() local 93 i2c_cmd_handle_t cmd = i2c_cmd_link_create(); in i2c_master_write_slave() local 119 i2c_cmd_handle_t cmd = i2c_cmd_link_create(); in i2c_master_sensor_test() local
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/smp/ |
D | smp_l2c.c | 160 UINT8 cmd ; in smp_data_received() local 304 UINT8 cmd ; in smp_br_data_received() local
|
/hal_espressif-2.7.6/examples/peripherals/i2c/i2c_tools/main/ |
D | cmd_i2ctools.c | 126 i2c_cmd_handle_t cmd = i2c_cmd_link_create(); in do_i2cdetect_cmd() local 190 i2c_cmd_handle_t cmd = i2c_cmd_link_create(); in do_i2cget_cmd() local 268 i2c_cmd_handle_t cmd = i2c_cmd_link_create(); in do_i2cset_cmd() local 344 i2c_cmd_handle_t cmd = i2c_cmd_link_create(); in do_i2cdump_cmd() local
|
/hal_espressif-2.7.6/components/espcoredump/corefile/ |
D | gdb.py | 60 def _gdbmi_run_cmd_get_responses(self, cmd, resp_message, resp_type, multiple=True, argument 82 def _gdbmi_run_cmd_get_one_response(self, cmd, resp_message, resp_type): argument
|
/hal_espressif-2.7.6/examples/wifi/simple_sniffer/main/ |
D | simple_sniffer_example_main.c | 133 const esp_console_cmd_t cmd = { in register_mount() local 165 const esp_console_cmd_t cmd = { in register_unmount() local
|
/hal_espressif-2.7.6/examples/peripherals/spi_master/lcd/main/ |
D | spi_master_example_main.c | 77 uint8_t cmd; member 190 void lcd_cmd(spi_device_handle_t spi, const uint8_t cmd) in lcd_cmd() 250 int cmd=0; in lcd_init() local
|
/hal_espressif-2.7.6/examples/system/gcov/ |
D | example_test.py | 30 def dump_coverage(cmd): argument
|
/hal_espressif-2.7.6/components/driver/test/ |
D | test_rmt.c | 274 uint32_t cmd = 0x20; in do_nec_tx_rx() local 371 uint32_t cmd = 0x20; variable 547 uint32_t cmd = 0x20; variable
|