Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 595 Bytes

pynq.metadata.clock_dict_view.rst

File metadata and controls

17 lines (13 loc) · 595 Bytes

pynq.metadata-clock_dict_view Module

Provides a view onto the Metadata object that displays all configurable clocks in the system. Models a dictionary, where the key is the index for the clock and the values contain:

  • enable : int whether the clock is enabled, 1 when enabled, 0 when disabled.
  • divisor0 : int divisor value for the clock
  • divisor1 : int divisor value for the clock
.. automodule:: pynq.metadata.clock_dict_view
    :members:
    :undoc-members:
    :show-inheritance: