Home
last modified time | relevance | path

Searched refs:cmd_size (Results 1 – 3 of 3) sorted by relevance

/components/drivers/spi/sfud/src/
A Dsfud.c407 uint8_t cmd_data[5], cmd_size; in sfud_read() local
434 cmd_size = flash->addr_in_4_byte ? 5 : 4; in sfud_read()
515 uint8_t cmd_data[5], cmd_size, cur_erase_cmd; local
561 cmd_size = flash->addr_in_4_byte ? 5 : 4;
616 uint8_t cmd_size; local
643 cmd_size = flash->addr_in_4_byte ? 5 : 4;
703 uint8_t cmd_data[8], cmd_size; local
735 cmd_size = flash->addr_in_4_byte ? 5 : 4;
736 cmd_data[cmd_size] = *data;
737 cmd_data[cmd_size + 1] = *(data + 1);
[all …]
/components/libc/posix/libdl/
A Ddlmodule.h74 struct rt_dlmodule *dlmodule_exec(const char* pgname, const char* cmd, int cmd_size);
78 struct rt_dlmodule* dlmodule_exec_custom(const char* pgname, const char* cmd, int cmd_size, struct …
A Ddlmodule.c566 struct rt_dlmodule* dlmodule_exec(const char* pgname, const char* cmd, int cmd_size) in dlmodule_exec() argument
743 struct rt_dlmodule* dlmodule_exec_custom(const char* pgname, const char* cmd, int cmd_size, struct … in dlmodule_exec_custom() argument

Completed in 6 milliseconds