Home
last modified time | relevance | path

Searched +full:poll +full:- +full:interval (Results 1 – 25 of 47) sorted by relevance

12

/Zephyr-latest/dts/bindings/espi/
Dmicrochip,xec-espi-saf-v2.yaml3 # SPDX-License-Identifier: Apache-2.0
7 compatible: "microchip,xec-espi-saf-v2"
9 include: espi-controller.yaml
26 poll-timeout:
28 description: poll flash busy timeout in 32KHz periods
30 poll-interval:
32 description: interval between flash busy poll in 20 ns units
34 consec-rd-timeout:
38 sus-chk-delay:
40 description: hold off poll after suspend in 20 ns units
[all …]
Dmicrochip,xec-espi-saf.yaml3 # SPDX-License-Identifier: Apache-2.0
7 compatible: "microchip,xec-espi-saf"
9 include: espi-controller.yaml
22 description: poll flash busy timeout in 32KHz periods
26 description: interval between flash busy poll in 20 ns units
34 description: hold off poll after suspend in 20 ns units
/Zephyr-latest/drivers/stepper/adi_tmc/
DKconfig.tmc_rampgen_template1 # SPDX-FileCopyrightText: Copyright (c) 2024 Jilay Sandeep Pandya
2 # SPDX-License-Identifier: Apache-2.0
5 bool "$(module-str) poll ramp status"
10 - TMC_POS_REACHED_EVENT
11 - TMC_STOP_SG_EVENT
12 - TMC_STOP_LEFT_EVENT
13 - TMC_STOP_RIGHT_EVENT
16 int "$(module-str) poll ramp status interval in ms"
20 The interval in ms to poll the ramp status on TMC.
23 bool "Use $(module-str) with Ramp Generator"
/Zephyr-latest/drivers/led/
DKconfig.ht16k332 # SPDX-License-Identifier: Apache-2.0
43 int "Keyscan debounce interval in milliseconds"
47 Keyscan debounce interval in milliseconds.
50 int "Keyscan poll interval in milliseconds"
54 Keyscan poll interval in milliseconds. Polling is only used
/Zephyr-latest/dts/bindings/sensor/
Dzephyr,sensing-sensor.yaml2 # SPDX-License-Identifier: Apache-2.0
7 include: sensor-device.yaml
10 sensor-types:
15 friendly-name:
18 minimal-interval:
21 description: sensor minimal report interval
27 reporters-index:
29 description: the index in sensor-types of reporter if the reporter support multiple sensor-types
31 stream-mode:
33 description: sensor works on stream mode or poll mode
/Zephyr-latest/dts/bindings/input/
Dmicrochip,cap12xx.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: Microchip CAP12xx family of 3, 6 and 8-channel capacitive touch sensors.
8 include: i2c-device.yaml
11 int-gpios:
12 type: phandle-array
21 poll-interval-ms:
24 Polling interval in ms when not using interrupt mode.
26 input-codes:
Dgpio-keys.yaml2 # SPDX-License-Identifier: Apache-2.0
8 is defined in a child node of the gpio-keys node and defines a specific key
13 #include <zephyr/dt-bindings/input/input-event-codes.h>
17 compatible = "gpio-keys";
26 compatible: "gpio-keys"
31 debounce-interval-ms:
35 Debouncing interval time in milliseconds.
38 polling-mode:
41 Do not use interrupts for the key GPIOs, poll the pin periodically at the
42 specified debounce-interval-ms instead.
[all …]
/Zephyr-latest/dts/arm/xilinx/
Dzynqmp.dtsi4 * SPDX-License-Identifier: Apache-2.0
8 #include <arm/armv7-r.dtsi>
9 #include <zephyr/dt-bindings/interrupt-controller/arm-gic.h>
10 #include <zephyr/dt-bindings/ethernet/xlnx_gem.h>
16 compatible = "xlnx,pinctrl-zynqmp";
19 compatible = "soc-nv-flash";
24 compatible = "mmio-sram";
29 compatible = "zephyr,memory-region", "xlnx,zynq-ocm";
31 zephyr,memory-region = "OCM";
40 interrupt-names = "irq_0";
[all …]
Dzynq7000.dtsi3 * SPDX-License-Identifier: Apache-2.0
7 #include <arm/armv7-a.dtsi>
8 #include <zephyr/dt-bindings/interrupt-controller/arm-gic.h>
9 #include <zephyr/dt-bindings/ethernet/xlnx_gem.h>
13 interrupt-parent = <&gic>;
16 compatible = "zephyr,memory-region", "xlnx,zynq-ocm";
18 zephyr,memory-region = "OCM_LOW";
22 compatible = "zephyr,memory-region", "xlnx,zynq-ocm";
24 zephyr,memory-region = "OCM_HIGH";
28 compatible = "arm,armv8-timer";
[all …]
/Zephyr-latest/include/zephyr/mgmt/hawkbit/
Dconfig.h4 * SPDX-License-Identifier: Apache-2.0
47 * @retval -EAGAIN if probe is currently running.
63 * @retval -EAGAIN if probe is currently running.
82 * @retval -EAGAIN if probe is currently running.
101 * @retval -EAGAIN if probe is currently running.
120 * @retval -EAGAIN if probe is currently running.
182 * @brief Get the hawkBit poll interval.
184 * @return Poll interval.
/Zephyr-latest/subsys/mgmt/updatehub/
DKconfig1 # Copyright (c) 2018-2023 O.S.Systems
2 # SPDX-License-Identifier: Apache-2.0
5 bool "UpdateHub Firmware Over-the-Air support"
23 UpdateHub is an enterprise-grade solution which makes simple to
25 handles all aspects related to sending Firmware Over-the-Air
31 int "Time to poll interval (in minutes)"
35 Set the interval that the UpdateHub update server will be polled.
36 This time interval is zero and 43200 minutes(30 days).
56 Server (updatehub-ce) as alternative to the
60 string "User address for the updatehub-ce-server"
[all …]
/Zephyr-latest/subsys/mgmt/hawkbit/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
5 bool "Eclipse hawkBit Firmware Over-the-Air support"
24 hawkBit is a domain independent back-end framework for polling out
30 int "Time to poll interval (in minutes)"
34 Set the interval that the hawkbit update server will be polled.
35 This time interval is zero and 43200 minutes(30 days). This will be overridden
192 module-str = Log Level for hawkbit
193 module-help = Enables logging for hawkBit code.
/Zephyr-latest/modules/openthread/
DKconfig.thread4 # SPDX-License-Identifier: Apache-2.0
48 bool "FTD - Full Thread Device"
50 bool "MTD - Minimal Thread Device"
54 bool "SED - Sleepy End Device"
58 int "Poll period for sleepy end devices [ms]"
73 string "The platform-specific string to insert into the OpenThread version string"
88 Defines how many microseconds ahead should MAC deliver a CSL frame to the sub-MAC layer.
139 int "Interval to trigger parent search in seconds"
144 int "Backoff interval to prevent parent search retry in seconds"
150 default -65
[all …]
/Zephyr-latest/include/zephyr/drivers/
Dvideo.h10 * SPDX-License-Identifier: Apache-2.0
38 #define LINE_COUNT_HEIGHT (-1)
148 * Supported frame interval type of a video device.
151 /** discrete frame interval type */
153 /** stepwise frame interval type */
159 * @brief Video frame interval structure
161 * Used to describe a video frame interval.
164 /** numerator of the frame interval */
166 /** denominator of the frame interval */
172 * @brief Video frame interval stepwise structure
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dcore.rst18 either send messages or poll the Friend node for any incoming messages.
22 :c:func:`bt_mesh_lpn_poll`. The LPN operation parameters, including poll
23 interval, poll event timing and Friend requirements is controlled through the
53 Setting :kconfig:option:`CONFIG_BT_MESH_RPL_STORE_TIMEOUT` to -1 allows to completely
66 :kconfig:option:`CONFIG_BT_MESH_RPL_STORE_TIMEOUT` to -1 and not storing
111 will make the device non-responsive for a noticeable amount of time.
/Zephyr-latest/tests/drivers/build_all/input/
Dapp.overlay4 * SPDX-License-Identifier: Apache-2.0
7 #include <zephyr/dt-bindings/input/input-event-codes.h>
11 #address-cells = <1>;
12 #size-cells = <1>;
17 #io-channel-cells = <1>;
18 #address-cells = <1>;
19 #size-cells = <0>;
26 zephyr,acquisition-time = <ADC_ACQ_TIME_DEFAULT>;
32 gpio-controller;
34 #gpio-cells = <0x2>;
[all …]
/Zephyr-latest/dts/bindings/ethernet/
Dxlnx,gem.yaml3 # SPDX-License-Identifier: Apache-2.0
10 include: ethernet-controller.yaml
19 clock-frequency:
27 which it will be adjusted at run-time. Therefore, the value of this
29 respective GEM's TX clock - by default, this is the IO PLL.
31 mdc-divider:
42 init-mdio-phy:
45 Activates the management of a PHY associated with the controller in-
46 stance. If this parameter is activated at the board level, the de-
47 fault values of the associated parameters mdio-phy-address, phy-poll-
[all …]
/Zephyr-latest/soc/microchip/mec/mec172x/
Dsoc_espi_saf_v2.h4 * SPDX-License-Identifier: Apache-2.0
21 * poll timeout is in 32KHz clock periods
22 * poll interval is in AHB clock(48MHz) units.
23 * suspend resume interval is in 32KHz clock periods.
41 * Boot-ROM OTP configuration.
70 /* QMSPI descriptors 12-15 for all SPI flash devices */
72 /* QMSPI descriptors 12-13 are exit continuous mode */
108 * QMSPI descriptors 14-15 are poll 16-bit flash status
130 /* SAF Pre-fetch optimization mode */
136 * SAF Opcode 32-bit register value.
[all …]
/Zephyr-latest/soc/microchip/mec/mec15xx/
Dsoc_espi_saf_v1.h4 * SPDX-License-Identifier: Apache-2.0
22 * poll timeout is in 32KHz clock periods
23 * poll interval is in AHB clock(48MHz) units.
24 * suspend resume interval is in 32KHz clock periods.
60 /* QMSPI descriptors 12-15 for all SPI flash devices */
64 * QMSPI descriptors 12-13 are exit continuous mode
84 * QMSPI descriptors 14-15 are poll 16-bit flash status
106 /* SAF Pre-fetch optimization mode */
112 * SAF Opcode 32-bit register value.
113 * Each byte contain a SPI flash 8-bit opcode.
[all …]
/Zephyr-latest/drivers/espi/
Despi_saf_mchp_xec.c5 * SPDX-License-Identifier: Apache-2.0
20 /* SAF EC Portal read/write flash access limited to 1-64 bytes */
42 * Flash STATUS1 poll timeout in 32KHz periods
44 * Delay before first Poll-1 command after suspend in 20 ns units
45 * Hold off suspend for this interval if erase or program in 32KHz periods.
46 * Add delay between Poll STATUS1 commands in 20 ns units.
75 regs->SAF_CS_OP[cs].OP_DESCR = val; in mchp_saf_cs_descr_wr()
83 regs->SAF_CS0_CFG_P2M = val; in mchp_saf_poll2_mask_wr()
85 regs->SAF_CS1_CFG_P2M = val; in mchp_saf_poll2_mask_wr()
93 regs->SAF_CS0_CM_PRF = val; in mchp_saf_cm_prefix_wr()
[all …]
Despi_saf_mchp_xec_v2.c5 * SPDX-License-Identifier: Apache-2.0
17 #include <zephyr/dt-bindings/interrupt-controller/mchp-xec-ecia.h>
27 /* SAF EC Portal read/write flash access limited to 1-64 bytes */
59 * Flash STATUS1 poll timeout in 32KHz periods
61 * Delay before first Poll-1 command after suspend in 20 ns units
62 * Hold off suspend for this interval if erase or program in 32KHz periods.
63 * Add delay between Poll STATUS1 commands in 20 ns units.
99 regs->SAF_CS_OP[cs].OP_DESCR = val; in mchp_saf_cs_descr_wr()
107 regs->SAF_CS0_CFG_P2M = val; in mchp_saf_poll2_mask_wr()
109 regs->SAF_CS1_CFG_P2M = val; in mchp_saf_poll2_mask_wr()
[all …]
/Zephyr-latest/subsys/shell/backends/
DKconfig.backends4 # SPDX-License-Identifier: Apache-2.0
15 DT_CHOSEN_Z_SHELL_UART := zephyr,shell-uart
145 default-timeout = 100
148 default-size = 512
211 Select index of up-buffer used for shell output, by default it uses
212 terminal up-buffer and its settings.
226 data periodically. Period starts from 1-2 milliseconds and can be
238 default-timeout = 100
241 default-size = 512
278 module-str = RTT shell backend
[all …]
/Zephyr-latest/subsys/net/lib/sockets/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
27 int "Max number of supported poll() entries [DEPRECATED]"
39 API call will timeout if we have not received SYN-ACK from
55 int "Backoff interval for the DNS timeout"
63 which DNS query is re-tried. If there is no reply, the backoff
64 interval is doubled and query is retried.
102 Lowest cooperative thread priority is -1.
103 Highest cooperative thread priority is -NUM_COOP_PRIORITIES.
167 from connecting. Value of 0 indicates no timeout - resources will be
197 with a single non-empty iov buffer.
[all …]
/Zephyr-latest/soc/microchip/mec/mec172x/reg/
Dmec172x_espi_saf.h4 * SPDX-License-Identifier: Apache-2.0
33 /* SAF Protection region described by 4 32-bit registers. 17 regions */
432 /* SAF Poll Timeout register */
437 /* SAF Poll Interval register */
441 /* SAF Suspend Resume Interval register */
535 /* Allow pre-fetch from flash devices */
572 /** @brief SAF protection regions contain 4 32-bit registers. */
596 struct mchp_espi_saf_op SAF_CS_OP[2]; /* 0x4c - 0x6b */
600 volatile uint32_t SAF_TAG_MAP[3]; /* 0x78 - 0x83 */
601 struct mchp_espi_saf_pr SAF_PROT_RG[17]; /* 0x84 - 0x193 */
[all …]
/Zephyr-latest/include/zephyr/net/
Dsocket.h9 * Copyright (c) 2017-2018 Linaro Limited
12 * SPDX-License-Identifier: Apache-2.0
44 * @name Options for poll()
48 /** zsock_poll: Poll for readability */
50 /** zsock_poll: Poll for exceptional condition */
52 /** zsock_poll: Poll for writability */
54 /** zsock_poll: Poll results in error condition (output value only) */
56 /** zsock_poll: Poll detected closed connection (output value only) */
75 /** zsock_recv/zsock_send: Override operation to non-blocking */
85 /* Well-known values, e.g. from Linux man 2 shutdown:
[all …]

12