43 lines
1.5 KiB
Python
43 lines
1.5 KiB
Python
from _typeshed import Incomplete as Incomplete
|
|
|
|
def country(*args, **kwargs) -> Incomplete: ...
|
|
def bootsel_button(*args, **kwargs) -> Incomplete: ...
|
|
|
|
class Flash:
|
|
def readblocks(self, *args, **kwargs) -> Incomplete: ...
|
|
def writeblocks(self, *args, **kwargs) -> Incomplete: ...
|
|
def ioctl(self, *args, **kwargs) -> Incomplete: ...
|
|
def __init__(self, *argv, **kwargs) -> None: ...
|
|
|
|
class PIO:
|
|
JOIN_TX: int
|
|
JOIN_NONE: int
|
|
JOIN_RX: int
|
|
SHIFT_LEFT: int
|
|
OUT_HIGH: int
|
|
OUT_LOW: int
|
|
SHIFT_RIGHT: int
|
|
IN_LOW: int
|
|
IRQ_SM3: int
|
|
IN_HIGH: int
|
|
IRQ_SM2: int
|
|
IRQ_SM0: int
|
|
IRQ_SM1: int
|
|
def state_machine(self, *args, **kwargs) -> Incomplete: ...
|
|
def remove_program(self, *args, **kwargs) -> Incomplete: ...
|
|
def irq(self, *args, **kwargs) -> Incomplete: ...
|
|
def add_program(self, *args, **kwargs) -> Incomplete: ...
|
|
def __init__(self, *argv, **kwargs) -> None: ...
|
|
|
|
class StateMachine:
|
|
def irq(self, *args, **kwargs) -> Incomplete: ...
|
|
def put(self, *args, **kwargs) -> Incomplete: ...
|
|
def restart(self, *args, **kwargs) -> Incomplete: ...
|
|
def rx_fifo(self, *args, **kwargs) -> Incomplete: ...
|
|
def tx_fifo(self, *args, **kwargs) -> Incomplete: ...
|
|
def init(self, *args, **kwargs) -> Incomplete: ...
|
|
def exec(self, *args, **kwargs) -> Incomplete: ...
|
|
def get(self, *args, **kwargs) -> Incomplete: ...
|
|
def active(self, *args, **kwargs) -> Incomplete: ...
|
|
def __init__(self, *argv, **kwargs) -> None: ...
|