/hal_espressif-2.7.6/examples/protocols/pppos_client/components/modem/src/ |
D | esp_modem_dce_service.c | 89 char command[16]; in esp_modem_dce_set_flow_ctrl() local 104 char command[64]; in esp_modem_dce_define_pdp_context() local
|
/hal_espressif-2.7.6/components/console/ |
D | commands.c | 32 const char *command; member 251 esp_console_cmd_t command = { in esp_console_register_help_command() local
|
D | esp_console.h | 154 const char *command; member
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/hci/ |
D | hci_layer.c | 50 BT_HDR *command; member 238 BT_HDR *command, in transmit_command() 268 static future_t *transmit_command_futured(BT_HDR *command) in transmit_command_futured()
|
/hal_espressif-2.7.6/components/wpa_supplicant/test/ |
D | test_dpp.c | 43 char command[1200] = {0}; variable
|
/hal_espressif-2.7.6/components/wpa_supplicant/src/esp_supplicant/ |
D | esp_dpp.c | 354 char *command = (char *)evt->data; in esp_dpp_task() local 517 char *command = os_zalloc(1200); in esp_supp_dpp_bootstrap_gen() local
|
/hal_espressif-2.7.6/examples/peripherals/rmt/ir_protocols/components/infrared_tools/src/ |
D | ir_builder_rmt_rc5.c | 101 static esp_err_t rc5_build_frame(ir_builder_t *builder, uint32_t address, uint32_t command) in rc5_build_frame()
|
D | ir_parser_rmt_rc5.c | 76 static esp_err_t rc5_parser_get_scan_code(ir_parser_t *parser, uint32_t *address, uint32_t *command… in rc5_parser_get_scan_code()
|
D | ir_builder_rmt_nec.c | 98 static esp_err_t nec_build_frame(ir_builder_t *builder, uint32_t address, uint32_t command) in nec_build_frame()
|
D | ir_parser_rmt_nec.c | 139 static esp_err_t nec_parser_get_scan_code(ir_parser_t *parser, uint32_t *address, uint32_t *command… in nec_parser_get_scan_code()
|
/hal_espressif-2.7.6/examples/protocols/pppos_client/main/ |
D | pppos_client_main.c | 90 char command[MODEM_SMS_MAX_LENGTH] = {0}; in example_send_message_text() local
|
/hal_espressif-2.7.6/examples/protocols/icmp_echo/main/ |
D | echo_example_main.c | 183 esp_console_cmd_t command = { in register_quit() local
|
/hal_espressif-2.7.6/components/spi_flash/sim/stubs/soc/include/hal/ |
D | spi_flash_types.h | 23 uint8_t command; ///< Command to send, always 8bits member
|
/hal_espressif-2.7.6/components/freemodbus/common/include/ |
D | esp_modbus_master.h | 105 uint8_t command; /*!< Modbus command to send */ member
|
/hal_espressif-2.7.6/components/hal/esp32c3/include/hal/ |
D | gpspi_flash_ll.h | 291 static inline void gpspi_flash_ll_set_command(spi_dev_t *dev, uint8_t command, uint32_t bitlen) in gpspi_flash_ll_set_command()
|
D | spimem_flash_ll.h | 458 static inline void spimem_flash_ll_set_command(spi_mem_dev_t *dev, uint32_t command, uint32_t bitle… in spimem_flash_ll_set_command()
|
/hal_espressif-2.7.6/components/hal/esp32s2/include/hal/ |
D | gpspi_flash_ll.h | 284 static inline void gpspi_flash_ll_set_command(spi_dev_t *dev, uint8_t command, uint32_t bitlen) in gpspi_flash_ll_set_command()
|
D | spimem_flash_ll.h | 454 static inline void spimem_flash_ll_set_command(spi_mem_dev_t *dev, uint32_t command, uint32_t bitle… in spimem_flash_ll_set_command()
|
/hal_espressif-2.7.6/components/hal/esp32s3/include/hal/ |
D | gpspi_flash_ll.h | 295 static inline void gpspi_flash_ll_set_command(spi_dev_t *dev, uint8_t command, uint32_t bitlen) in gpspi_flash_ll_set_command()
|
D | spimem_flash_ll.h | 454 static inline void spimem_flash_ll_set_command(spi_mem_dev_t *dev, uint32_t command, uint32_t bitle… in spimem_flash_ll_set_command()
|
/hal_espressif-2.7.6/components/hal/esp32/include/hal/ |
D | spi_flash_ll.h | 325 static inline void spi_flash_ll_set_command(spi_dev_t *dev, uint8_t command, uint32_t bitlen) in spi_flash_ll_set_command()
|
/hal_espressif-2.7.6/components/hal/include/hal/ |
D | spi_flash_types.h | 38 uint16_t command; ///< Command to send member
|
/hal_espressif-2.7.6/components/bootloader_support/src/ |
D | bootloader_flash.c | 448 uint32_t bootloader_execute_flash_command(uint8_t command, uint32_t mosi_data, uint8_t mosi_len, ui… in bootloader_execute_flash_command()
|
/hal_espressif-2.7.6/components/freemodbus/serial_master/modbus_controller/ |
D | mbc_serial_master.c | 307 uint8_t command = 0; in mbc_serial_master_get_command() local
|
/hal_espressif-2.7.6/components/freemodbus/tcp_master/modbus_controller/ |
D | mbc_tcp_master.c | 307 uint8_t command = 0; in mbc_tcp_master_get_command() local
|