Home
last modified time | relevance | path

Searched full:settle (Results 1 – 25 of 33) sorted by relevance

12

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_fem_nrf21540.h19 * PA offset tx-en-settle-time-us
21 * LNA offset rx-en-settle-time-us
23 * PDN offset pdn-settle-time-us
32 #define HAL_RADIO_GPIO_PA_OFFSET_PROP_NAME "tx-en-settle-time-us"
34 #define HAL_RADIO_GPIO_LNA_OFFSET_PROP_NAME "rx-en-settle-time-us"
Dradio_nrf5_fem_generic.h19 * PA offset ctx-settle-time-us
21 * LNA offset crx-settle-time-us
25 #define HAL_RADIO_GPIO_PA_OFFSET_PROP_NAME "ctx-settle-time-us"
27 #define HAL_RADIO_GPIO_LNA_OFFSET_PROP_NAME "crx-settle-time-us"
/Zephyr-latest/tests/bluetooth/init/
Dpa_lna.overlay5 ctx-settle-time-us = <5>;
7 crx-settle-time-us = <5>;
/Zephyr-latest/dts/bindings/clock/
Drenesas,smartbond-lp-osc.yaml16 settle-time:
20 This is only valid for XTAL32K. Time in ms needed to XTAL32K to settle.
/Zephyr-latest/dts/bindings/net/wireless/
Dgeneric-fem-two-ctrl-pins.yaml18 corresponding settle-time-us property.)
35 ctx-settle-time-us:
41 crx-settle-time-us:
Dnordic,nrf21540-fem.yaml96 tx-en-settle-time-us:
105 rx-en-settle-time-us:
114 pdn-settle-time-us:
/Zephyr-latest/boards/ezurio/bl654_dvk/
Dbl654_dvk_nrf52840_pa.dts16 ctx-settle-time-us = <23>;
17 crx-settle-time-us = <5>;
/Zephyr-latest/doc/services/input/
Dgpio-kbd.rst47 impedance mode. This means that the row state may need some time to settle to
48 avoid misreading the key state from a column to the following one. The settle
49 time can be tweaked by changing the ``settle-time-us`` property.
58 rather than high impedance, this allows to reduce the settle time
82 settle-time-us = <0>;
106 settle-time-us = <0>;
/Zephyr-latest/dts/bindings/iio/afe/
Dvoltage-divider.yaml46 require some non-zero time to settle to its final value. The
/Zephyr-latest/dts/bindings/input/
Dkbd-matrix-common.yaml51 settle-time-us:
Dgpio-qdec.yaml48 phototransistor) time to settle to right state. Required if led-gpios and
/Zephyr-latest/boards/u-blox/ubx_bmd345eval/
Dubx_bmd345eval_nrf52840.dts122 ctx-settle-time-us = <1>;
124 crx-settle-time-us = <1>;
/Zephyr-latest/dts/bindings/regulator/
Dregulator.yaml104 needs a constant time to settle after voltage increases of any level. This
111 needs a constant time to settle after voltage decreases of any level. This
/Zephyr-latest/samples/sensor/mcux_lpcmp/src/
Dmain.c97 /* Delay for analog components (DAC, CMP, ...) to settle */ in main()
/Zephyr-latest/kernel/
DKconfig.smp68 these cascading IPIs will ensure that the system will settle upon a
/Zephyr-latest/samples/sensor/mcux_acmp/src/
Dmain.c123 /* Delay for analog components (DAC, CMP, ...) to settle */ in main()
/Zephyr-latest/drivers/led_strip/
Dtlc59731.c19 * delays under 1us don't work very well, so we settle on 5us for the
/Zephyr-latest/drivers/sensor/adi/adxl372/
Dadxl372_trigger.c33 /* In max peak mode we wait until we settle below the inactivity in adxl372_thread_cb()
Dadxl372.c333 * @param mode - settle period
/Zephyr-latest/tests/benchmarks/sched/src/
Dmain.c160 * runs to let performance settle, cache in main()
/Zephyr-latest/tests/drivers/dac/dac_loopback/src/
Dtest_dac.c239 /* wait to let DAC output settle */ in test_task_loopback()
/Zephyr-latest/drivers/counter/
Dcounter_mcux_rtc.c255 /* Enable 32kHz oscillator and wait for 1ms to settle */ in mcux_rtc_init()
/Zephyr-latest/dts/arm/renesas/smartbond/
Dda1469x.dtsi56 settle-time = <8000>;
/Zephyr-latest/tests/kernel/usage/thread_runtime_stats/src/
Dtest_thread_runtime_stats.c354 * what its value should be. For now, settle for ensuring that it in ZTEST()
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/src/
Dtest_gpio_port.c443 /* Delay after pull input config to allow signal to settle. The value

12