module GBA::Reg::Base32

Direct including types

Defined in:

crab/gba/reg.cr

Instance Method Summary

Instance Method Detail

def read_byte(byte_num : Int) : UInt8 #

[View source]
def write_byte(byte_num : Int, byte : UInt8) : UInt8 #

[View source]