Home
last modified time | relevance | path

Searched refs:typ (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/scripts/footprint/
Dupload_data.py27 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/
DREADME.rst45 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/
Dboard_v1_to_v2.py78 yaml = ruamel.yaml.YAML(typ='safe', pure=True)
/Zephyr-latest/doc/_extensions/zephyr/kconfig/
D__init__.py246 typ: str,
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py105 typ = severity.lower()
107 super().__init__(msg, typ)