chore(core): remove flash otp interface from python

[no changelog]
cepetr/low-power
tychovrahe 1 week ago committed by cepetr
parent cdaa16b347
commit 8331b961f5

@ -1,36 +1,6 @@
from typing import *
# extmod/modtrezorio/modtrezorio-flash.h
class FlashOTP:
"""
"""
def __init__(self) -> None:
"""
"""
def write(self, block: int, offset: int, data: bytes) -> None:
"""
Writes data to OTP flash
"""
def read(self, block: int, offset: int, data: bytearray) -> None:
"""
Reads data from OTP flash
"""
def lock(self, block: int) -> None:
"""
Lock OTP flash block
"""
def is_locked(self, block: int) -> bool:
"""
Is OTP flash block locked?
"""
# extmod/modtrezorio/modtrezorio-hid.h
class HID:
"""

Loading…
Cancel
Save