Home
last modified time | relevance | path

Searched refs:semihost_open (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/arch/common/semihost/src/
Dmain.c19 fd = semihost_open(test_file, SEMIHOST_OPEN_WB); in ZTEST()
37 fd = semihost_open(test_file, SEMIHOST_OPEN_RB); in ZTEST()
65 fd = semihost_open(test_file, SEMIHOST_OPEN_WB); in ZTEST()
/Zephyr-latest/include/zephyr/arch/common/
Dsemihost.h140 long semihost_open(const char *path, long mode);
/Zephyr-latest/subsys/demand_paging/backing_store/
Dbacking_store_ondemand_semihost.c70 semih_fd = semihost_open("./zephyr/zephyr.bin", SEMIHOST_OPEN_RB); in k_mem_paging_backing_store_init()
/Zephyr-latest/arch/common/
Dsemihost.c62 long semihost_open(const char *path, long mode) in semihost_open() function
/Zephyr-latest/doc/hardware/arch/
Dsemihost.rst35 fd = semihost_open(path, SEMIHOST_OPEN_RB);