enum

GBA::Flash::Command

Inherits Enum < Comparable < Value < Object

Constants

ENTER_IDENT = 144_u8
EXIT_IDENT = 240_u8
PREPARE_ERASE = 128_u8
ERASE_ALL = 16_u8
ERASE_CHUNK = 48_u8
PREPARE_WRITE = 160_u8
SET_BANK = 176_u8

Instance methods

enter_ident?

Returns true if this enum value equals ENTER_IDENT

Source
erase_all?

Returns true if this enum value equals ERASE_ALL

Source
erase_chunk?

Returns true if this enum value equals ERASE_CHUNK

Source
exit_ident?

Returns true if this enum value equals EXIT_IDENT

Source
prepare_erase?

Returns true if this enum value equals PREPARE_ERASE

Source
prepare_write?

Returns true if this enum value equals PREPARE_WRITE

Source
set_bank?

Returns true if this enum value equals SET_BANK

Source