class GBA::GPIO

Defined in:

crab/gba/gpio.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(gba : GBA) #

[View source]

Instance Method Detail

def [](io_addr : UInt32) : UInt8 #

[View source]
def []=(io_addr : UInt32, value : UInt8) : Nil #

[View source]
def address?(address : Int) : Bool #

[View source]
def allow_reads : Bool #

[View source]