1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-16 01:22:02 +00:00
trezor-firmware/src/trezor/messages/DebugLinkMemoryWrite.py

10 lines
293 B
Python
Raw Normal View History

2016-10-03 13:41:38 +00:00
# Automatically generated by pb2py
import protobuf as p
from micropython import const
t = p.MessageType('DebugLinkMemoryWrite')
t.wire_type = const(112)
t.add_field(1, 'address', p.UVarintType)
t.add_field(2, 'memory', p.BytesType)
t.add_field(3, 'flash', p.BoolType)
2016-10-24 13:42:59 +00:00
DebugLinkMemoryWrite = t