/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | spi.dtsi | 16 spi-max-frequency = <0>; 23 spi-max-frequency = <0>; 30 spi-max-frequency = <0>; 36 spi-max-frequency = <0>; 43 spi-max-frequency = <0>; 49 spi-max-frequency = <0>; 56 spi-max-frequency = <0>; 63 spi-max-frequency = <0>; 70 spi-max-frequency = <0>; 77 spi-max-frequency = <0>; [all …]
|
/Zephyr-latest/boards/shields/nrf7002eb/ |
D | nrf7002eb.overlay | 22 spi-max-frequency = <DT_FREQ_M(8)>; 33 wifi-max-tx-pwr-2g-dsss = <21>; 34 wifi-max-tx-pwr-2g-mcs0 = <16>; 35 wifi-max-tx-pwr-2g-mcs7 = <16>; 36 wifi-max-tx-pwr-5g-low-mcs0 = <13>; 37 wifi-max-tx-pwr-5g-low-mcs7 = <13>; 38 wifi-max-tx-pwr-5g-mid-mcs0 = <13>; 39 wifi-max-tx-pwr-5g-mid-mcs7 = <13>; 40 wifi-max-tx-pwr-5g-high-mcs0 = <12>; 41 wifi-max-tx-pwr-5g-high-mcs7 = <12>;
|
/Zephyr-latest/boards/shields/nrf7002ek/ |
D | nrf7002ek_common_5g.dtsi | 7 wifi-max-tx-pwr-5g-low-mcs0 = <13>; 8 wifi-max-tx-pwr-5g-low-mcs7 = <13>; 9 wifi-max-tx-pwr-5g-mid-mcs0 = <13>; 10 wifi-max-tx-pwr-5g-mid-mcs7 = <13>; 11 wifi-max-tx-pwr-5g-high-mcs0 = <12>; 12 wifi-max-tx-pwr-5g-high-mcs7 = <12>;
|
/Zephyr-latest/boards/nordic/nrf7002dk/ |
D | nrf70_common_5g.dtsi | 7 wifi-max-tx-pwr-5g-low-mcs0 = <9>; 8 wifi-max-tx-pwr-5g-low-mcs7 = <9>; 9 wifi-max-tx-pwr-5g-mid-mcs0 = <11>; 10 wifi-max-tx-pwr-5g-mid-mcs7 = <11>; 11 wifi-max-tx-pwr-5g-high-mcs0 = <13>; 12 wifi-max-tx-pwr-5g-high-mcs7 = <13>;
|
/Zephyr-latest/boards/shields/npm6001_ek/ |
D | npm6001_ek.overlay | 25 /* limits are set to min/max allowed values */ 29 regulator-max-microvolt = <3300000>; 34 regulator-max-microvolt = <1400000>; 39 regulator-max-microvolt = <1400000>; 44 regulator-max-microvolt = <3300000>; 49 regulator-max-microvolt = <3300000>; 54 regulator-max-microvolt = <1800000>;
|
/Zephyr-latest/dts/bindings/sdhc/ |
D | sdhc.yaml | 11 max-current-330: 15 Max drive current in mA at 3.3V. A value of zero indicates no maximum 18 max-current-300: 22 Max drive current in mA at 3.0V. A value of zero indicates no maximum 25 max-current-180: 29 Max drive current in mA at 1.8V. A value of zero indicates no maximum 32 max-bus-freq:
|
/Zephyr-latest/include/zephyr/devicetree/ |
D | can.h | 37 * max-bitrate = <1000000>; 51 * max-bitrate = <2000000>; 59 * max-bitrate = <2000000>; 76 MAX(DT_PROP_OR(DT_PHANDLE(node_id, phys), min_bitrate, 0), min), \ 77 MAX(DT_PROP_OR(DT_CHILD(node_id, can_transceiver), min_bitrate, min), min)) 90 * max-bitrate = <1000000>; 103 * max-bitrate = <2000000>; 114 * @param max maximum bitrate supported by the CAN controller 117 #define DT_CAN_TRANSCEIVER_MAX_BITRATE(node_id, max) \ argument 119 MIN(DT_PROP(DT_PHANDLE(node_id, phys), max_bitrate), max), \ [all …]
|
/Zephyr-latest/drivers/can/ |
D | can_common.c | 151 * @param max Pointer to the maximum supported timing parameter values. 156 const struct can_timing *min, const struct can_timing *max) in update_sample_pnt() argument 158 uint16_t tseg1_max = max->phase_seg1 + max->prop_seg; in update_sample_pnt() 165 tseg2 = CLAMP(tseg2, min->phase_seg2, max->phase_seg2); in update_sample_pnt() 174 if (tseg2 > max->phase_seg2) { in update_sample_pnt() 190 res->prop_seg = CLAMP(tseg1 / 2, min->prop_seg, max->prop_seg); in update_sample_pnt() 193 if (res->phase_seg1 > max->phase_seg1) { in update_sample_pnt() 195 res->phase_seg1 = max->phase_seg1; in update_sample_pnt() 242 * @param max Pointer to the maximum supported timing parameter values. 252 const struct can_timing *min, const struct can_timing *max, in can_calc_timing_internal() argument [all …]
|
/Zephyr-latest/tests/drivers/build_all/adc/boards/ |
D | native_sim.overlay | 171 spi-max-frequency = <0>; 178 spi-max-frequency = <0>; 186 spi-max-frequency = <0>; 194 spi-max-frequency = <0>; 202 spi-max-frequency = <0>; 210 spi-max-frequency = <0>; 218 spi-max-frequency = <0>; 226 spi-max-frequency = <0>; 234 spi-max-frequency = <0>; 242 spi-max-frequency = <12000000>; [all …]
|
/Zephyr-latest/dts/bindings/wifi/ |
D | wifi-tx-power-5g.yaml | 17 wifi-max-tx-pwr-5g-low-mcs0: 21 wifi-max-tx-pwr-5g-low-mcs7: 25 wifi-max-tx-pwr-5g-mid-mcs0: 29 wifi-max-tx-pwr-5g-mid-mcs7: 33 wifi-max-tx-pwr-5g-high-mcs0: 37 wifi-max-tx-pwr-5g-high-mcs7:
|
/Zephyr-latest/dts/bindings/sensor/ |
D | ams,tmd2620.yaml | 42 description: count of IR led pulses (min. 1; max. 64) 46 description: high threshold for interrupt. (min. 0; max. 255) 50 description: low threshold for interrupt. (min. 0; max. 255) 56 LED drive strength in multiples of 6mA (min. 0; max. 31) 61 filters proximity interrupt. (min. 0; max. 15) 75 time the sensor waits between proximity cycles. (min. 0; max 255).
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.dw_axi_dmac | 33 Max timeout to abort or disable the channel 36 int "max burst transaction length" 39 set max number of source and destination data units supported 48 int "max block size"
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_opentitan.c | 77 * The bark interrupt occurs at max (or if the timeout is too long to be 78 * supported, the value x s.t. min < x < max and x is the largest valid timeout) 80 * Minimum must be >= bark.min, and maximum >= bark.max. If the timeout is too 81 * long to fit, it tries to find the value x s.t. min < x < max where x is the 83 * The bite action occurs max. 98 if (bite == NULL || bite->window.max < cfg->window.max || in ot_aontimer_install_timeout() 111 if (cfg->window.min > cfg->window.max || (uint64_t) cfg->window.min > max_window) { in ot_aontimer_install_timeout() 127 bark_thold = ((uint64_t) cfg->window.max * dev_cfg->clk_freq / 1000); in ot_aontimer_install_timeout() 128 bite_thold = ((uint64_t) bite->window.max * dev_cfg->clk_freq / 1000); in ot_aontimer_install_timeout() 140 bite_thold = ((uint64_t) cfg->window.max * dev_cfg->clk_freq / 1000); in ot_aontimer_install_timeout() [all …]
|
/Zephyr-latest/tests/drivers/spi/spi_loopback/boards/ |
D | sam_e70_xplained_same70q21.overlay | 16 spi-max-frequency = <500000>; 21 spi-max-frequency = <1000000>; 34 spi-max-frequency = <500000>; 39 spi-max-frequency = <1000000>;
|
D | sam_v71_xult_samv71q21.overlay | 16 spi-max-frequency = <500000>; 21 spi-max-frequency = <1000000>; 34 spi-max-frequency = <500000>; 39 spi-max-frequency = <1000000>;
|
/Zephyr-latest/tests/drivers/build_all/dac/ |
D | app.overlay | 132 spi-max-frequency = <0>; 148 spi-max-frequency = <0>; 164 spi-max-frequency = <0>; 180 spi-max-frequency = <0>; 187 spi-max-frequency = <0>; 194 spi-max-frequency = <0>; 202 spi-max-frequency = <0>; 210 spi-max-frequency = <0>; 218 spi-max-frequency = <0>; 226 spi-max-frequency = <0>; [all …]
|
/Zephyr-latest/samples/basic/sys_heap/ |
D | README.rst | 38 allocated 0, free 196, max allocated 0, heap size 256 39 allocated 156, free 36, max allocated 156, heap size 256 40 allocated 100, free 92, max allocated 156, heap size 256 41 allocated 0, free 196, max allocated 156, heap size 256
|
/Zephyr-latest/tests/drivers/spi/spi_loopback/ |
D | overlay-sam-spi-dma.overlay | 20 spi-max-frequency = <500000>; 25 spi-max-frequency = <1000000>; 38 spi-max-frequency = <500000>; 43 spi-max-frequency = <1000000>;
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | wch,afio.yaml | 41 default: "max-speed-2mhz" 43 - "max-speed-10mhz" 44 - "max-speed-2mhz" 45 - "max-speed-30mhz"
|
/Zephyr-latest/tests/drivers/build_all/charger/ |
D | i2c.dtsi | 15 constant-charge-current-max-microamp = <1000000>; 16 constant-charge-voltage-max-microvolt = <4208000>; 30 constant-charge-voltage-max-microvolt = <4050000>; 41 constant-charge-current-max-microamp = <500000>; 42 constant-charge-voltage-max-microvolt = <4200000>;
|
/Zephyr-latest/subsys/net/lib/dhcpv6/ |
D | dhcpv6_internal.h | 51 #define DHCPV6_SOL_MAX_DELAY 1000 /* Max delay of first Solicit, milliseconds */ 53 #define DHCPV6_SOL_MAX_RT 3600000 /* Max Solicit timeout value, milliseconds */ 55 #define DHCPV6_REQ_MAX_RT 30000 /* Max Request timeout value, milliseconds */ 56 #define DHCPV6_REQ_MAX_RC 10 /* Max Request retry attempts */ 57 #define DHCPV6_CNF_MAX_DELAY 1000 /* Max delay of first Confirm, milliseconds */ 59 #define DHCPV6_CNF_MAX_RT 4000 /* Max Confirm timeout, milliseconds */ 60 #define DHCPV6_CNF_MAX_RD 10000 /* Max Confirm duration, milliseconds */ 62 #define DHCPV6_REN_MAX_RT 600000 /* Max Renew timeout value, milliseconds */ 64 #define DHCPV6_REB_MAX_RT 600000 /* Max Rebind timeout value, milliseconds */
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
D | Kconfig | 23 Mention max number of threads in CMSIS RTOS V2 compliant application. 32 Mention max number of dynamic threads in CMSIS RTOS V2 compliant 38 int "Max stack size threads can be allocated in CMSIS RTOS V2 application" 42 Mention max stack size threads can be allocated in CMSIS RTOS V2 application. 63 Mention max number of mutexes in CMSIS RTOS V2 compliant application. 70 Mention max number of semaphores in CMSIS RTOS V2 compliant application.
|
/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 49 Byte program: type 32 + 1 * B us, max 192 + 6 * B us 50 Page program: typ 896 us, max 5376 us
|
/Zephyr-latest/ |
D | .gitlint | 4 ignore=title-trailing-punctuation, T3, title-max-length, T1, body-hard-tab, B3, B1 19 [title-max-length-no-revert] 25 [body-max-line-count] 26 # max-line-count=200 44 [max-line-length-with-exceptions] 45 # B1 = body-max-line-length
|
/Zephyr-latest/boards/shields/npm1300_ek/ |
D | npm1300_ek.overlay | 24 /* limits are set to min/max allowed values */ 27 regulator-max-microvolt = <3300000>; 32 regulator-max-microvolt = <3300000>; 37 regulator-max-microvolt = <3300000>; 42 regulator-max-microvolt = <3300000>;
|