/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>;
|
D | nrf7002ek_common.dtsi | 21 wifi-max-tx-pwr-2g-dsss = <21>; 22 wifi-max-tx-pwr-2g-mcs0 = <16>; 23 wifi-max-tx-pwr-2g-mcs7 = <16>;
|
/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>;
|
D | nrf70_common.dtsi | 12 wifi-max-tx-pwr-2g-dsss = <21>; 13 wifi-max-tx-pwr-2g-mcs0 = <16>; 14 wifi-max-tx-pwr-2g-mcs7 = <16>;
|
/Zephyr-latest/drivers/can/ |
D | can_common.c | 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() 252 const struct can_timing *min, const struct can_timing *max, in can_calc_timing_internal() argument 255 uint32_t total_tq = CAN_SYNC_SEG + max->prop_seg + max->phase_seg1 + max->phase_seg2; in can_calc_timing_internal() 276 prescaler <= max->prescaler; in can_calc_timing_internal() [all …]
|
/Zephyr-latest/include/zephyr/devicetree/ |
D | can.h | 117 #define DT_CAN_TRANSCEIVER_MAX_BITRATE(node_id, max) \ argument 119 MIN(DT_PROP(DT_PHANDLE(node_id, phys), max_bitrate), max), \ 120 MIN(DT_PROP_OR(DT_CHILD(node_id, can_transceiver), max_bitrate, max), max)) 139 #define DT_INST_CAN_TRANSCEIVER_MAX_BITRATE(inst, max) \ argument 140 DT_CAN_TRANSCEIVER_MAX_BITRATE(DT_DRV_INST(inst), max)
|
/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/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/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/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/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>;
|
D | nucleo_g431rb.overlay | 14 spi-max-frequency = <500000>; 19 spi-max-frequency = <16000000>; 34 * SPI_LOOPBACK_SLOW_FREQ = 500000 with max prescaler 256
|
D | nucleo_g474re.overlay | 11 * with max prescaler 256 23 spi-max-frequency = <500000>; 28 spi-max-frequency = <16000000>;
|
/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/tests/drivers/can/timing/src/ |
D | main.c | 103 const struct can_timing *max) in assert_timing_within_bounds() argument 105 zassert_true(timing->sjw <= max->sjw, "sjw exceeds max"); in assert_timing_within_bounds() 106 zassert_true(timing->prop_seg <= max->prop_seg, "prop_seg exceeds max"); in assert_timing_within_bounds() 107 zassert_true(timing->phase_seg1 <= max->phase_seg1, "phase_seg1 exceeds max"); in assert_timing_within_bounds() 108 zassert_true(timing->phase_seg2 <= max->phase_seg2, "phase_seg2 exceeds max"); in assert_timing_within_bounds() 109 zassert_true(timing->prescaler <= max->prescaler, "prescaler exceeds max"); in assert_timing_within_bounds() 151 const struct can_timing *max = NULL; in test_timing_values() local 163 max = can_get_timing_data_max(dev); in test_timing_values() 170 max = can_get_timing_max(dev); in test_timing_values() 187 assert_timing_within_bounds(&timing, min, max); in test_timing_values()
|
/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>;
|
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/src/ |
D | main.c | 193 m_cfg_wdt0.window.max = DEFAULT_WINDOW_MAX; in ZTEST() 221 m_cfg_wdt0.window.max = DEFAULT_WINDOW_MAX; in ZTEST() 249 m_cfg_wdt0.window.max = DEFAULT_WINDOW_MAX; in ZTEST() 273 m_cfg_wdt0.window.max = DEFAULT_WINDOW_MAX; in ZTEST() 292 m_cfg_wdt0.window.max = 0U; in ZTEST() 300 m_cfg_wdt0.window.max = WDT_WINDOW_MAX_ALLOWED + 1; in ZTEST() 328 m_cfg_wdt0.window.max = DEFAULT_WINDOW_MAX; in ZTEST() 336 m_cfg_wdt0.window.max = WDT_WINDOW_MAX_ALLOWED >> 1; in ZTEST() 356 m_cfg_wdt0.window.max = DEFAULT_WINDOW_MAX; in ZTEST() 395 m_cfg_wdt0.window.max = DEFAULT_WINDOW_MAX; in ZTEST() [all …]
|
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/ |
D | kernel_apis.c | 57 uint32_t start_time, stop_time, diff, max, min; in ZTEST() local 66 max = WAIT_TIME_US + (TOLERANCE_PPC * WAIT_TIME_US / 100); in ZTEST() 69 zassert_true(diff <= max && diff >= min, in ZTEST()
|
/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/drivers/video/ |
D | video_common.c | 109 uint64_t max = stepwise->max.numerator; in video_closest_frmival_stepwise() local 114 min *= stepwise->max.denominator * stepwise->step.denominator * desired->denominator; in video_closest_frmival_stepwise() 115 max *= stepwise->min.denominator * stepwise->step.denominator * desired->denominator; in video_closest_frmival_stepwise() 116 step *= stepwise->min.denominator * stepwise->max.denominator * desired->denominator; in video_closest_frmival_stepwise() 117 goal *= stepwise->min.denominator * stepwise->max.denominator * stepwise->step.denominator; in video_closest_frmival_stepwise() 120 goal = CLAMP(goal, min, max); in video_closest_frmival_stepwise() 124 match->denominator = stepwise->min.denominator * stepwise->max.denominator * in video_closest_frmival_stepwise()
|
/Zephyr-latest/tests/drivers/build_all/ethernet/ |
D | spi_devices.overlay | 47 spi-max-frequency = <0>; 55 spi-max-frequency = <0>; 63 spi-max-frequency = <0>; 71 spi-max-frequency = <25000000>; 96 spi-max-frequency = <0>; 129 spi-max-frequency = <0>; 145 spi-max-frequency = <0>;
|
/Zephyr-latest/tests/drivers/build_all/display/ |
D | app.overlay | 40 mipi-max-frequency = <25000000>; 50 mipi-max-frequency = <25000000>; 62 mipi-max-frequency = <250000000>; 77 mipi-max-frequency = <25000000>; 104 mipi-max-frequency = <4000000>; 113 mipi-max-frequency = <4000000>; 132 mipi-max-frequency = <100000000>; 142 mipi-max-frequency = <100000000>; 157 mipi-max-frequency = <16000000>; 177 mipi-max-frequency = <25000000>; [all …]
|