Home
last modified time | relevance | path

Searched full:typ (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/dts/bindings/gpio/
Dadi,max14916-gpio.yaml102 1 - Minimum fault LED (FLED) on-time = 1s (typ)
103 2 - Minimum fault LED (FLED) on-time = 2s (typ)
104 3 - Minimum fault LED (FLED) on-time = 3s (typ)
114 false: To select regular blanking time (4ms, typ) for diagnostic fault bits, OWOff_
116 true: To select long blanking time (8ms, typ) for diagnostic fault bits, OWOff_
139 SYNCH watchdog timeout is 600ms (typ) if enabled.
151 0: Set threshold voltage for short-to-VDD detection to 9V (typ)
152 1: Set threshold voltage for short-to-VDD detection to 10V (typ)
153 2: Set threshold voltage for short-to-VDD detection to 12V (typ)
154 3: Set threshold voltage for short-to-VDD detection to 14V (typ)
[all …]
Dadi,max14906-gpio.yaml113 1 - Minimum fault LED (FLED) on-time = 1s (typ)
114 2 - Minimum fault LED (FLED) on-time = 2s (typ)
115 3 - Minimum fault LED (FLED) on-time = 3s (typ)
125 false: To select regular blanking time (4ms, typ) for diagnostic fault bits, OWOff_
127 true: To select long blanking time (8ms, typ) for diagnostic fault bits, OWOff_
150 SYNCH watchdog timeout is 600ms (typ) if enabled.
162 0: Set threshold voltage for short-to-VDD detection to 9V (typ)
163 1: Set threshold voltage for short-to-VDD detection to 10V (typ)
164 2: Set threshold voltage for short-to-VDD detection to 12V (typ)
165 3: Set threshold voltage for short-to-VDD detection to 14V (typ)
[all …]
/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/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/drivers/clock_control/
Dclock_stm32_ll_common.h34 /* Some stm32F4 devices (typ. stm32F401) have a dedicated PLL I2S with PLL M divider */
/Zephyr-latest/subsys/jwt/
Djwt.c147 /* {"alg":"RS256","typ":"JWT"} */ in jwt_add_header()
150 /* {"alg":"ES256","typ":"JWT"} */ in jwt_add_header()
/Zephyr-latest/samples/drivers/jesd216/src/
Dmain.c119 printf("; typ %u ms, max %u ms", in summarize_dw89()
136 printf("Chip erase: typ %u ms, max %u ms\n", in summarize_dw11()
144 printf("Page program: typ %u us, max %u us\n", in summarize_dw11()
/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/drivers/led/
Dlp5562.c497 * ENABLE register (00h) need to be longer than 488μs (typ.). in lp5562_set_engine_exec_state()
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py105 typ = severity.lower()
107 super().__init__(msg, typ)