Home
last modified time | relevance | path

Searched refs:DebugLinkMemory (Results 1 – 4 of 4) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/accounts/usbwallet/internal/trezor/
H A Dmessages.pb.go2713 type DebugLinkMemory struct { struct
2718 func (m *DebugLinkMemory) Reset() { *m = DebugLinkMemory{} } argument
2719 func (m *DebugLinkMemory) String() string { return proto.CompactTextString(m) } argument
2720 func (*DebugLinkMemory) ProtoMessage() {} argument
2721 func (*DebugLinkMemory) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{70} } argument
2723 func (m *DebugLinkMemory) GetMemory() []byte { argument
2857 proto.RegisterType((*DebugLinkMemory)(nil), "DebugLinkMemory")
H A Dmessages.proto874 * @next DebugLinkMemory
885 message DebugLinkMemory { message
/dports/security/py-trezor/trezor-0.13.0/src/trezorlib/
H A Ddebuglink.py209 @expect(messages.DebugLinkMemory, field="memory", ret_type=bytes)
H A Dmessages.py107 DebugLinkMemory = 111 variable in MessageType
3716 class DebugLinkMemory(protobuf.MessageType): class