Home
last modified time | relevance | path

Searched defs:cmds (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/nimble/bleprph/main/
Dscli.c75 static esp_console_cmd_t cmds[] = { variable
/hal_espressif-3.6.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/main/
Dscli.c140 static esp_console_cmd_t cmds[] = { variable
/hal_espressif-3.6.0/components/esp_lcd/src/
Desp_lcd_panel_io_i2c.c90 …uint8_t cmds[4] = {BYTESHIFT(lcd_cmd, 3), BYTESHIFT(lcd_cmd, 2), BYTESHIFT(lcd_cmd, 1), BYTESHIFT(… in panel_io_i2c_tx_buffer() local
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/
Dstub_commands.c237 esp_command_error handle_write_reg(const write_reg_args_t *cmds, uint32_t num_commands) in handle_write_reg()
/hal_espressif-3.6.0/tools/ldgen/
Dgeneration.py166 def process_commands(cmds): argument