clang 20.0.0git
|
Functions | |
def | csv2def (csv_path, def_path) |
Variables | |
int | DEVICE_COLUMN = 0 |
int | MULTIPLIER_COLUMN = 3 |
str | MULTIPLIER_SW = "0" |
tuple | MULTIPLIER_HW_16 = ("1", "2") |
tuple | MULTIPLIER_HW_32 = ("4", "8") |
str | PREFIX |
str | SUFFIX |
def gen-msp430-def.csv2def | ( | csv_path, | |
def_path | |||
) |
Parse the devices.csv file at the given path, generate the definitions and write them to the given path. :param csv_path: Path to the devices.csv to parse :type csv_path: str :param def_path: Path to the output file to write the definitions to "type def_path: str
Definition at line 61 of file gen-msp430-def.py.
References csv2def().
Referenced by csv2def().
int gen-msp430-def.DEVICE_COLUMN = 0 |
Definition at line 19 of file gen-msp430-def.py.
int gen-msp430-def.MULTIPLIER_COLUMN = 3 |
Definition at line 20 of file gen-msp430-def.py.
tuple gen-msp430-def.MULTIPLIER_HW_16 = ("1", "2") |
Definition at line 23 of file gen-msp430-def.py.
tuple gen-msp430-def.MULTIPLIER_HW_32 = ("4", "8") |
Definition at line 24 of file gen-msp430-def.py.
str gen-msp430-def.MULTIPLIER_SW = "0" |
Definition at line 22 of file gen-msp430-def.py.
str gen-msp430-def.PREFIX |
Definition at line 26 of file gen-msp430-def.py.
str gen-msp430-def.SUFFIX |
Definition at line 52 of file gen-msp430-def.py.