Searched refs:semihost_flen (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.7.0/tests/arch/common/semihost/src/ |
D | main.c | 21 zassert_equal(semihost_flen(fd), 0, "File not empty"); in ZTEST() 25 zassert_equal(semihost_flen(fd), sizeof(w_buffer), "Size not updated"); in ZTEST() 27 zassert_equal(semihost_flen(fd), 2 * sizeof(w_buffer), "Size not updated"); in ZTEST() 39 zassert_equal(semihost_flen(fd), 2 * sizeof(w_buffer), "Data not preserved"); in ZTEST() 67 zassert_equal(semihost_flen(fd), 0, "File not empty"); in ZTEST()
|
/Zephyr-Core-3.7.0/include/zephyr/arch/common/ |
D | semihost.h | 160 long semihost_flen(long fd);
|
/Zephyr-Core-3.7.0/arch/common/ |
D | semihost.c | 82 long semihost_flen(long fd) in semihost_flen() function
|
/Zephyr-Core-3.7.0/doc/hardware/arch/ |
D | semihost.rst | 40 file_len = semihost_flen(fd);
|