Nios® V Processor Software Developer Handbook

ID 743810
Date 7/20/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

13.5.2.38. is_char_device

Usage

is_char_device <slave_desc>

Options

  • <slave_desc>: String with the slave descriptor to query.

Description

Returns a boolean value that indicates whether the slave descriptor is a character device.

Examples

  • Example 1:puts [is_char_device jtag_uart]

    Returns:

    1
  • Example 2:puts [is_char_device onchip_ram_64_kbytes]

    Returns:

    0