Searched refs:typ (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/scripts/footprint/ |
D | upload_data.py | 27 def create_event(data, board, feature, commit, current_time, typ, application): argument 38 "type": typ, 113 typ = 'ram' 115 typ = 'rom' 134 create_event(data, board, feature, commit, current_time, typ, app)
|
/Zephyr-latest/samples/drivers/jesd216/ |
D | README.rst | 45 ET1: instr 20h for 4096 By; typ 48 ms, max 384 ms 46 ET2: instr 52h for 32768 By; typ 240 ms, max 1920 ms 47 ET3: instr D8h for 65536 By; typ 480 ms, max 3840 ms 48 Chip erase: typ 6144 ms, max 36864 ms 50 Page program: typ 896 us, max 5376 us
|
/Zephyr-latest/scripts/utils/ |
D | board_v1_to_v2.py | 78 yaml = ruamel.yaml.YAML(typ='safe', pure=True)
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/ |
D | __init__.py | 246 typ: str,
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 105 typ = severity.lower() 107 super().__init__(msg, typ)
|