Searched refs:feature_bytes (Results 1 – 1 of 1) sorted by relevance
43 static uint8_t feature_bytes[SH_EXT_NUM_BYTES]; variable74 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()88 return (feature_bytes[byte] & (1 << bit)) != 0; in sys_semihost_feature()