enum

GBA::RTC::Register

Inherits Enum < Comparable < Value < Object

Constants

RESET = 0
CONTROL = 1
DATE_TIME = 2
TIME = 3
IRQ = 6

Instance methods

bytes
Source
control?

Returns true if this enum value equals CONTROL

Source
date_time?

Returns true if this enum value equals DATE_TIME

Source
irq?

Returns true if this enum value equals IRQ

Source
reset?

Returns true if this enum value equals RESET

Source
time?

Returns true if this enum value equals TIME

Source