Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 38) sorted by relevance

12

/hal_espressif-2.7.6/examples/protocols/pppos_client/components/modem/src/
Desp_modem_dce_service.c89 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/
Dcommands.c32 const char *command; member
251 esp_console_cmd_t command = { in esp_console_register_help_command() local
Desp_console.h154 const char *command; member
/hal_espressif-2.7.6/components/bt/host/bluedroid/hci/
Dhci_layer.c50 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/
Dtest_dpp.c43 char command[1200] = {0}; variable
/hal_espressif-2.7.6/components/wpa_supplicant/src/esp_supplicant/
Desp_dpp.c354 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/
Dir_builder_rmt_rc5.c101 static esp_err_t rc5_build_frame(ir_builder_t *builder, uint32_t address, uint32_t command) in rc5_build_frame()
Dir_parser_rmt_rc5.c76 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()
Dir_builder_rmt_nec.c98 static esp_err_t nec_build_frame(ir_builder_t *builder, uint32_t address, uint32_t command) in nec_build_frame()
Dir_parser_rmt_nec.c139 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/
Dpppos_client_main.c90 char command[MODEM_SMS_MAX_LENGTH] = {0}; in example_send_message_text() local
/hal_espressif-2.7.6/examples/protocols/icmp_echo/main/
Decho_example_main.c183 esp_console_cmd_t command = { in register_quit() local
/hal_espressif-2.7.6/components/spi_flash/sim/stubs/soc/include/hal/
Dspi_flash_types.h23 uint8_t command; ///< Command to send, always 8bits member
/hal_espressif-2.7.6/components/freemodbus/common/include/
Desp_modbus_master.h105 uint8_t command; /*!< Modbus command to send */ member
/hal_espressif-2.7.6/components/hal/esp32c3/include/hal/
Dgpspi_flash_ll.h291 static inline void gpspi_flash_ll_set_command(spi_dev_t *dev, uint8_t command, uint32_t bitlen) in gpspi_flash_ll_set_command()
Dspimem_flash_ll.h458 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/
Dgpspi_flash_ll.h284 static inline void gpspi_flash_ll_set_command(spi_dev_t *dev, uint8_t command, uint32_t bitlen) in gpspi_flash_ll_set_command()
Dspimem_flash_ll.h454 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/
Dgpspi_flash_ll.h295 static inline void gpspi_flash_ll_set_command(spi_dev_t *dev, uint8_t command, uint32_t bitlen) in gpspi_flash_ll_set_command()
Dspimem_flash_ll.h454 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/
Dspi_flash_ll.h325 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/
Dspi_flash_types.h38 uint16_t command; ///< Command to send member
/hal_espressif-2.7.6/components/bootloader_support/src/
Dbootloader_flash.c448 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/
Dmbc_serial_master.c307 uint8_t command = 0; in mbc_serial_master_get_command() local
/hal_espressif-2.7.6/components/freemodbus/tcp_master/modbus_controller/
Dmbc_tcp_master.c307 uint8_t command = 0; in mbc_tcp_master_get_command() local

12