Sha256: 4bd69f9bc70d09a9133e6381ead79bd0bf3efad40ee584eb93ea1697a0984331
Contents?: true
Size: 709 Bytes
Versions: 24
Compression:
Stored size: 709 Bytes
Contents
# This file was generated by Origen, any hand edits will likely get overwritten # rubocop:disable all module Origen module Export1 module Block1 module X def self.extended(model) # ** Some Control Register ** # Blah, blah, # and some more blah model.add_reg :ctrl, 0x24, size: 16 do |reg| reg.bit 7, :coco, access: :ro reg.bit 6, :aien # **Some Diff Bit** - This is a... # blah, blah # # 0 | It's off # 1 | It's on reg.bit 5, :diff reg.bit 4..0, :adch, reset: 0x1F end end end end end end # rubocop:enable all
Version data entries
24 entries across 24 versions & 1 rubygems