Home
last modified time | relevance | path

Searched full:down (Results 1 – 25 of 800) sorted by relevance

12345678910>>...32

/Zephyr-latest/tests/bluetooth/gap/src/
Dmain.c23 /* Round down expected from 20.625 */ in ZTEST()
25 /* Round down expected from 21.250 */ in ZTEST()
33 /* Round down expected from 6.25 */ in ZTEST()
35 /* Round down expected from 7.50 */ in ZTEST()
43 /* Round down expected from 11.25 */ in ZTEST()
45 /* Round down expected from 12.50 */ in ZTEST()
49 /* Round down expected from 33.60 */ in ZTEST()
51 /* Round down expected from 35.20 */ in ZTEST()
55 /* Round down expected from 33.60 */ in ZTEST()
57 /* Round down expected from 35.20 */ in ZTEST()
[all …]
/Zephyr-latest/dts/bindings/mfd/
Dnordic,npm6001.yaml32 nordic,buck-mode0-pull-down:
34 description: Enable pull-down resistor for BUCK_MODE0 pin.
42 nordic,buck-mode1-pull-down:
44 description: Enable pull-down resistor for BUCK_MODE1 pin.
52 nordic,buck-mode2-pull-down:
54 description: Enable pull-down resistor for BUCK_MODE2 pin.
/Zephyr-latest/tests/net/offloaded_netdev/src/
Dmain.c146 /* Verify iface under test is down before test */ in ZTEST()
148 "Iface under test must be admin-down before test"); in ZTEST()
161 /* Bring iface down */ in ZTEST()
164 /* Verify that a single iface went down once (according to the enable callback)*/ in ZTEST()
170 "Iface under test should be down after net_if_down"); in ZTEST()
177 /* Verify iface under test is down before test */ in ZTEST()
179 "Iface under test must be admin-down before test"); in ZTEST()
192 /* Bring iface down */ in ZTEST()
195 /* Verify that the iface went down, but callbacks were not fired*/ in ZTEST()
201 "Iface under test should be down after net_if_down"); in ZTEST()
[all …]
/Zephyr-latest/dts/bindings/timer/
Dst,stm32-timers.yaml37 * STM32_TIM_COUNTERMODE_CENTER_DOWN - counts up and down alternatively.
39 are set only when the counter is counting down.
40 * STM32_TIM_COUNTERMODE_CENTER_UP - counts up and down alternatively.
43 * STM32_TIM_COUNTERMODE_CENTER_UP_DOWN - counts up and down alternatively.
46 down.
/Zephyr-latest/dts/bindings/dac/
Dadi,ad569x-base.yaml34 power-down-mode:
39 - "power-down-1k"
40 - "power-down-100k"
41 - "power-down-3-state"
43 Power-down mode select.
/Zephyr-latest/dts/bindings/mtd/
Djedec,spi-nor-common.yaml33 Power-Down mode that is entered by command 0xB9 to reduce power
35 implies that the RDPD (0xAB) Release from Deep Power Down command
45 down by a timed sequence of CSn toggles rather than the RDPD
48 (1) tDPDD (Delay Time for Release from Deep Power-Down Mode)
49 (2) tCDRP (CSn Toggling Time before Release from Deep Power-Down Mode)
50 (3) tRDP (Recovery Time for Release from Deep Power-Down Mode)
53 used to wake the chip from Deep Power-Down mode.
62 deep power down.
73 deep power down and be ready to receive additional commands.
Datmel,at45.yaml61 When set, the driver will use the Ultra-Deep Power-Down command instead
62 of the default Deep Power-Down one to put the chip into low power mode.
66 Power-Down modes is that the chip consumes far less power in the latter
73 Time, in nanoseconds, needed by the chip to enter the Deep Power-Down
74 mode (or Ultra-Deep Power-Down mode when the "use-udpd" property is set)
81 Time, in nanoseconds, needed by the chip to exit from the Deep Power-Down
82 mode (or Ultra-Deep Power-Down mode when the "use-udpd" property is set)
/Zephyr-latest/dts/bindings/test/
Dvnd,pinctrl-test.yaml35 /* pin M has pull-down enabled */
36 bias-pull-down;
43 - bias-pull-down: Enable pull-down resistor.
48 - bias-pull-down
/Zephyr-latest/samples/drivers/i2s/echo/src/
Dcodec.c29 * Power Down Control: in init_wm8731_i2c()
31 * [6] CLKOUTPD = 1 (Enable Power Down) in init_wm8731_i2c()
32 * [5] OSCPDD = 0 (Disable Power Down) in init_wm8731_i2c()
33 * [4] OUTPD = 1 (Enable Power Down) in init_wm8731_i2c()
34 * [3] DACPD = 0 (Disable Power Down) in init_wm8731_i2c()
35 * [2] ADCPD = 0 (Disable Power Down) in init_wm8731_i2c()
36 * [1] MICPD = 1 (Enable Power Down) in init_wm8731_i2c()
37 * [0] LINEINPD = 0 (Disable Power Down) in init_wm8731_i2c()
99 * Down Control register to 0 at the very end of the power-on in init_wm8731_i2c()
/Zephyr-latest/soc/ambiq/apollo3x/
Dpower.c34 /* Cotex-m: power down, register value preserve.*/ in pm_state_set()
35 /* Cache: power down*/ in pm_state_set()
36 /* Flash: power down*/ in pm_state_set()
72 * put unused flash in power down mode. in ambiq_power_init()
80 * put unused ram in power down mode. in ambiq_power_init()
86 /* For optimal Deep Sleep current, configure cache to be powered-down in deepsleep. */ in ambiq_power_init()
/Zephyr-latest/include/zephyr/drivers/mfd/
Daxp192.h94 * @brief Enable pull-down on specified GPIO pin. AXP192 only supports
95 * pull-down on GPIO3..5. Pull-ups are not supported.
99 * @param enable true to enable, false to disable pull-down
102 * @retval -ENOTSUP if pull-down is not supported by the givenn GPIO
108 * @brief Read out the current pull-down configuration of a specific GPIO.
112 * @param enabled Pointer to current pull-down configuration (true: pull-down
113 * enabled/ false: pull-down disabled)
115 * @retval -ENOTSUP if pull-down is not supported by the givenn GPIO
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dasm_memory_management.h23 movi \ay, 1 /* Power down command */
28 /* Issue the power down command to the current LPSRAM bank */
32 /* Poll the status register to confirm the power down command has taken effect */
48 movi \ay, 1 /* Power down command */
53 s8i \ay, \az, 0 /* HSxPGCTL.l2lmpge = 1 (power down) */
/Zephyr-latest/boards/nxp/mimxrt1160_evk/
Dmimxrt1160_evk-pinctrl.dtsi17 bias-pull-down;
41 bias-pull-down;
48 bias-pull-down;
98 bias-pull-down;
112 bias-pull-down;
133 bias-pull-down;
148 bias-pull-down;
262 bias-pull-down;
293 bias-pull-down;
/Zephyr-latest/boards/nxp/mimxrt1170_evk/
Dmimxrt1170_evk-pinctrl.dtsi17 bias-pull-down;
44 bias-pull-down;
51 bias-pull-down;
114 bias-pull-down;
124 bias-pull-down;
130 bias-pull-down;
138 bias-pull-down;
172 bias-pull-down;
193 bias-pull-down;
208 bias-pull-down;
[all …]
/Zephyr-latest/drivers/regulator/
DKconfig.mpm543045 bool "MPM54304 DC/DC step-down power module"
10 Enable MPM54304 DC/DC step-down power module support.
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dmain.c44 /* Some tests can leave the iface in a bad state where it is admin-down but not dormant */ in reset_test_iface_networking()
66 /* Disable auto-connect and auto-down */ in reset_test_iface_state()
285 zassert_false(net_if_is_up(ifa1), "ifa1 should be oper-down after conn_mgr_if_disconnect"); in ZTEST()
310 zassert_false(net_if_is_up(ifb), "ifb should be oper-down after conn_mgr_if_disconnect"); in ZTEST()
332 zassert_false(net_if_is_up(ifa2), "ifa2 should be oper-down after conn_mgr_if_disconnect"); in ZTEST()
383 zassert_false(net_if_is_up(ifa1), "ifa1 should be oper-down after conn_mgr_if_disconnect"); in ZTEST()
392 zassert_false(net_if_is_up(ifa1), "ifa1 should be oper-down after conn_mgr_if_disconnect"); in ZTEST()
423 zassert_false(net_if_is_up(ifa1), "ifa1 should be oper-down after conn_mgr_if_disconnect"); in ZTEST()
428 /* Verify that calling connect on a down iface automatically takes the iface up. */
446 /* Verify that calling disconnect on a down iface has no effect and raises no error. */
[all …]
/Zephyr-latest/boards/nxp/mimxrt1180_evk/
Dmimxrt1180_evk-pinctrl.dtsi14 bias-pull-down;
29 bias-pull-down;
36 bias-pull-down;
104 bias-pull-down;
128 bias-pull-down;
/Zephyr-latest/samples/basic/servo_motor/src/
Dmain.c23 DOWN, enumerator
47 if (dir == DOWN) { in main()
58 dir = DOWN; in main()
/Zephyr-latest/boards/native/native_sim/
DKconfig30 bool "Slow down execution to real time"
34 When selected the execution of the process will be slowed down to real time.
46 bool "Slow down execution to real time (native_posix compat)"
/Zephyr-latest/dts/bindings/pinctrl/
Dnxp,mcux-rt-pinctrl.yaml29 bias-pull-down: PUE=1, PUS=<bias-pull-down-value>
66 - bias-pull-down
119 bias-pull-down-value:
127 currently the only supported pull down resistance.
128 00 PUS_0_100K_Ohm_Pull_Down - 100K Ohm Pull Down
Dene,kb1200-pinctrl.yaml9 - bias-disable: Disable pull-up/down resistor.
11 - bias-pull-down: Enable pull-down resistor.
72 - bias-pull-down
/Zephyr-latest/soc/espressif/esp32c2/
DKconfig19 bool "Power down MAC and baseband of Wi-Fi and Bluetooth when PHY is disabled"
23 down when PHY is disabled. Enabling this setting reduces power consumption
/Zephyr-latest/tests/drivers/input/gpio_kbd_matrix/boards/
Dnative_sim.overlay18 debounce-down-ms = <80>;
29 debounce-down-ms = <40>;
43 debounce-down-ms = <80>;
/Zephyr-latest/include/zephyr/drivers/
Dpm_cpu_ops.h33 * @brief Power down the calling core
35 * This call is intended for use in hotplug. A core that is powered down by
47 * into the calling supervisory software or have been previously powered down
/Zephyr-latest/soc/nuvoton/numaker/m2l31x/
Dpoweroff.c19 /* Select Power-down mode */ in z_sys_poweroff()
25 /* Enter to Power-down mode */ in z_sys_poweroff()

12345678910>>...32