Module settings

Module settings 

Source
Expand description

Typed access to the system settings region of the memory image.

The system settings occupy bytes 0x0000-0x1FFF (32 pages, 8,192 bytes). This region stores the radio’s global configuration including VFO state, squelch levels, display settings, audio settings, and more.

§Known offsets

RegionOffsetConfidence
Power-on message0x11C0D74 dev notes
Model name0x11D0D74 dev notes
Callsign data0x1300D74 dev notes
Power level A0x0359Hardware verified
Attenuator A0x035CHardware verified
Dual band0x0396Hardware verified
VOX enable0x101BHardware verified
VOX gain0x101CHardware verified
Lock0x1060Hardware verified
Key beep0x1071Hardware verified
Bluetooth0x1078Hardware verified
Squelch A0x100DFirmware analysis
Squelch B0x100EFirmware analysis
Language0x1006Firmware analysis
Beep volume0x1072Firmware analysis
Backlight control0x1069Firmware analysis
Auto power off0x10D0Firmware analysis
Battery saver0x10C0Firmware analysis
Key lock type0x1061Firmware analysis
VOX delay0x101DFirmware analysis

Structs§

SettingsAccess
Read-only access to the system settings region.
SettingsWriter
Mutable access to the system settings region of the memory image.