Searched +full:hi +full:- +full:z (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/dts/bindings/pinctrl/ |
D | nxp,imx8m-pinctrl.yaml | 2 # SPDX-License-Identifier: Apache-2.0 15 drive-strength = "40-ohm"; 16 slew-rate = "slow"; 26 input-schmitt-enable: HYS=1 27 bias-pull-up: PUE=1 28 drive-open-drain: ODE=1 29 slew-rate: SRE=<enum_idx> 30 drive-strength: DSE=<enum_idx> 31 input-enable: SION=1 (in SW_MUX_CTL_PAD register) 39 SRE=<slew-rate>, [all …]
|
/Zephyr-latest/tests/posix/common/src/ |
D | clock.c | 5 * SPDX-License-Identifier: Apache-2.0 15 #define CLOCK_INVALID -1 19 /* Set a particular time. In this case, the output of: `date +%s -d 2018-01-01T15:45:01Z` */ 33 return ts->tv_sec * NSEC_PER_SEC + ts->tv_nsec; in ts_to_ns() 38 ts->tv_sec = tv->tv_sec; in tv_to_ts() 39 ts->tv_nsec = tv->tv_usec * NSEC_PER_USEC; in tv_to_ts() 55 _decl_op(int64_t, tp_diff, -); /* a - b */ 57 /* lo <= (a - b) < hi */ 59 int64_t lo, int64_t hi) in tp_diff_in_range_ns() argument 63 return diff >= lo && diff < hi; in tp_diff_in_range_ns() [all …]
|
/Zephyr-latest/drivers/fpga/ |
D | fpga_ice40_bitbang.c | 5 * SPDX-License-Identifier: Apache-2.0 30 * restore the default pinctrl settings. On some higher-end microcontrollers 34 * However, on lower-end microcontrollers, the amount of time that elapses 36 * leaves us with the bitbanging option. Of course, on lower-end 40 * in order to bitbang on lower-end microcontrollers, we actually require 61 * lattice,ice40-fpga.yaml for details. 65 for (; n > 0; --n) { in fpga_ice40_delay() 73 for (; n > 0; --n) { in fpga_ice40_send_clocks() 83 gpio_port_pins_t clk, gpio_port_pins_t pico, uint8_t *z, in fpga_ice40_spi_send_data() argument 86 bool hi; in fpga_ice40_spi_send_data() local [all …]
|
/Zephyr-latest/drivers/stepper/ti/ |
D | drv8424.c | 2 * SPDX-FileCopyrightText: Copyright (c) 2024 Navimatix GmbH 3 * SPDX-License-Identifier: Apache-2.0 61 LOG_ERR("%s: Failed to reset micro-step pin (error: %d)", dev->name, ret); in drv8424_set_microstep_pin() 74 /* Hi-Z is set by configuring pin as disconnected, not in drv8424_set_microstep_pin() 84 LOG_ERR("%s: Failed to set micro-step pin (error: %d)", dev->name, ret); in drv8424_set_microstep_pin() 95 const struct drv8424_config *config = dev->config; in drv8424_microstep_recovery() 96 struct drv8424_data *data = dev->data; in drv8424_microstep_recovery() 99 uint8_t m0_value = data->pin_states.m0; in drv8424_microstep_recovery() 100 uint8_t m1_value = data->pin_states.m1; in drv8424_microstep_recovery() 102 ret = drv8424_set_microstep_pin(dev, &config->m0_pin, m0_value); in drv8424_microstep_recovery() [all …]
|