Home
last modified time | relevance | path

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

/picolibc-latest/semihost/
Dsys_feature.c73 int to_read = len - sizeof(fb_magic); in get_features() local
74 if (to_read > (int) sizeof(feature_bytes)) in get_features()
75 to_read = sizeof(feature_bytes); in get_features()
77 (void) sys_semihost_read(fd, feature_bytes, to_read); in get_features()