Searched full:settle (Results 1 – 25 of 33) sorted by relevance
12
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf5_fem_nrf21540.h | 19 * 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"
|
D | radio_nrf5_fem_generic.h | 19 * 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/ |
D | pa_lna.overlay | 5 ctx-settle-time-us = <5>; 7 crx-settle-time-us = <5>;
|
/Zephyr-latest/dts/bindings/clock/ |
D | renesas,smartbond-lp-osc.yaml | 16 settle-time: 20 This is only valid for XTAL32K. Time in ms needed to XTAL32K to settle.
|
/Zephyr-latest/dts/bindings/net/wireless/ |
D | generic-fem-two-ctrl-pins.yaml | 18 corresponding settle-time-us property.) 35 ctx-settle-time-us: 41 crx-settle-time-us:
|
D | nordic,nrf21540-fem.yaml | 96 tx-en-settle-time-us: 105 rx-en-settle-time-us: 114 pdn-settle-time-us:
|
/Zephyr-latest/boards/ezurio/bl654_dvk/ |
D | bl654_dvk_nrf52840_pa.dts | 16 ctx-settle-time-us = <23>; 17 crx-settle-time-us = <5>;
|
/Zephyr-latest/doc/services/input/ |
D | gpio-kbd.rst | 47 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/ |
D | voltage-divider.yaml | 46 require some non-zero time to settle to its final value. The
|
/Zephyr-latest/dts/bindings/input/ |
D | kbd-matrix-common.yaml | 51 settle-time-us:
|
D | gpio-qdec.yaml | 48 phototransistor) time to settle to right state. Required if led-gpios and
|
/Zephyr-latest/boards/u-blox/ubx_bmd345eval/ |
D | ubx_bmd345eval_nrf52840.dts | 122 ctx-settle-time-us = <1>; 124 crx-settle-time-us = <1>;
|
/Zephyr-latest/dts/bindings/regulator/ |
D | regulator.yaml | 104 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/ |
D | main.c | 97 /* Delay for analog components (DAC, CMP, ...) to settle */ in main()
|
/Zephyr-latest/kernel/ |
D | Kconfig.smp | 68 these cascading IPIs will ensure that the system will settle upon a
|
/Zephyr-latest/samples/sensor/mcux_acmp/src/ |
D | main.c | 123 /* Delay for analog components (DAC, CMP, ...) to settle */ in main()
|
/Zephyr-latest/drivers/led_strip/ |
D | tlc59731.c | 19 * delays under 1us don't work very well, so we settle on 5us for the
|
/Zephyr-latest/drivers/sensor/adi/adxl372/ |
D | adxl372_trigger.c | 33 /* In max peak mode we wait until we settle below the inactivity in adxl372_thread_cb()
|
D | adxl372.c | 333 * @param mode - settle period
|
/Zephyr-latest/tests/benchmarks/sched/src/ |
D | main.c | 160 * runs to let performance settle, cache in main()
|
/Zephyr-latest/tests/drivers/dac/dac_loopback/src/ |
D | test_dac.c | 239 /* wait to let DAC output settle */ in test_task_loopback()
|
/Zephyr-latest/drivers/counter/ |
D | counter_mcux_rtc.c | 255 /* Enable 32kHz oscillator and wait for 1ms to settle */ in mcux_rtc_init()
|
/Zephyr-latest/dts/arm/renesas/smartbond/ |
D | da1469x.dtsi | 56 settle-time = <8000>;
|
/Zephyr-latest/tests/kernel/usage/thread_runtime_stats/src/ |
D | test_thread_runtime_stats.c | 354 * what its value should be. For now, settle for ensuring that it in ZTEST()
|
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/src/ |
D | test_gpio_port.c | 443 /* Delay after pull input config to allow signal to settle. The value
|
12