Home
last modified time | relevance | path

Searched +full:event +full:- +full:range (Results 1 – 25 of 218) sorted by relevance

123456789

/Zephyr-latest/include/zephyr/arch/x86/
Dintel_vtd.h3 * SPDX-License-Identifier: Apache-2.0
23 #define VTD_FECTL_REG 0x038 /* Fault Event Control */
24 #define VTD_FEDATA_REG 0x03C /* Fault Event Data */
25 #define VTD_FEADDR_REG 0x040 /* Fault Event Address */
26 #define VTD_FEUADDR_REG 0x044 /* Fault Event Upper Address */
37 #define VTD_IECTL_REG 0x0A0 /* Invalidation Completion Event Control */
38 #define VTD_IEDATA_REG 0x0A4 /* Invalidation Completion Event Data */
39 #define VTD_IEADDR_REG 0x0A8 /* Invalidation Completion Event Address */
40 #define VTD_IEUADDR_REG 0x0AC /* Invalidation Completion Event Upper Address */
47 #define VTD_PECTL_REG 0x0E0 /* Page Request Event Control */
[all …]
/Zephyr-latest/subsys/bluetooth/common/
DKconfig5 # SPDX-License-Identifier: Apache-2.0
11 range 27 $(UINT16_MAX)
21 In a Host-only build the Host will read the maximum ACL size supported
39 range 1 $(UINT8_MAX)
45 Completed Packets event.
58 range 70 $(UINT16_MAX) if BT_EATT
59 range 69 $(UINT16_MAX) if BT_SMP
60 range 27 $(UINT16_MAX)
83 range 0 65535
94 range 0 256
[all …]
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split3 # Copyright (c) 2016-2017 Nordic Semiconductor ASA
4 # SPDX-License-Identifier: Apache-2.0
120 # Hidden, Controller's Co-Operative high priority Rx thread stack size.
125 # Hidden, Controller's Co-Operative Rx thread stack size.
145 range 0x0000 0xFFFF
152 https://www.bluetooth.com/specifications/assigned-numbers/company-identifiers
157 range 0x0000 0xFFFF
168 Legacy Non-Directed Advertising mode.
180 zero-based numbering. When using with Zephyr host this option can be
187 range 1 15
[all …]
/Zephyr-latest/dts/bindings/sensor/
Dst,iis2dlpc-common.yaml2 # SPDX-License-Identifier: Apache-2.0
9 #include <zephyr/dt-bindings/sensor/iis2dlpc.h>
14 tap-mode = <IIS2DLPC_DT_SINGLE_DOUBLE_TAP>;
15 power-mode = <IIS2DLPC_DT_HP_MODE>;
18 include: sensor-device.yaml
21 drdy-gpios:
22 type: phandle-array
30 drdy-int:
40 configuration at power-up.
42 - 1 # drdy is generated from INT1
[all …]
Dnxp,fxos8700-common.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: FXOS8700 6-axis accelerometer/magnetometer sensor
6 include: sensor-device.yaml
9 reset-gpios:
10 type: phandle-array
17 int1-gpios:
18 type: phandle-array
25 int2-gpios:
26 type: phandle-array
33 range:
[all …]
Dst,lis2dw12-common.yaml2 # SPDX-License-Identifier: Apache-2.0
9 #include <zephyr/dt-bindings/sensor/lis2dw12.h>
14 wakeup-duration = <LIS2DW12_DT_WAKEUP_4_ODR>;
15 ff-threshold = <LIS2DW12_DT_FF_THRESHOLD_500_mg>;
16 tap-mode = <LIS2DW12_DT_SINGLE_DOUBLE_TAP>;
17 power-mode = <LIS2DW12_DT_HP_MODE>;
18 bw-filt = <LIS2DW12_DT_FILTER_BW_ODR_DIV_2>;
21 include: sensor-device.yaml
24 irq-gpios:
25 type: phandle-array
[all …]
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
DKconfig2 # SPDX-License-Identifier: Apache-2.0
13 This enables CMSIS RTOS v2 API support. This is an OS-integration
21 range 0 $(UINT8_MAX)
30 range 0 $(UINT8_MAX)
54 range 0 $(UINT8_MAX)
61 range 0 $(UINT8_MAX)
68 range 0 $(UINT8_MAX)
75 range 0 $(UINT8_MAX)
88 range 0 $(UINT8_MAX)
99 int "Maximum event flags count in CMSIS RTOS V2 application"
[all …]
/Zephyr-latest/subsys/net/ip/
DKconfig.mgmt2 # SPDX-License-Identifier: Apache-2.0
12 bool "Add support for runtime network event notifications"
17 (or else) needs to be notified on a specific network event
23 prompt "Network event scheduling"
29 Create a dedicated thread for network event callback handlers.
37 event callback handlers.
42 bool "Trigger callback on event emit"
44 Call network event handlers when the event is emitted.
55 Hidden option to enable the network event's queue if asynchronous
59 int "Stack size for the inner thread handling event callbacks"
[all …]
/Zephyr-latest/drivers/usb/udc/
DKconfig.it82xx22 # SPDX-License-Identifier: Apache-2.0
15 int "UDC IT82xx2 event count"
16 range 4 64
19 IT82xx2 event count.
25 Size of the stack used in the driver for IT82xx2 USBD ISR event
DKconfig.nrf2 # SPDX-License-Identifier: Apache-2.0
19 Size of the stack used in the driver for nRF USBD ISR event handling.
22 int "nRF UDC driver maximum number of ISR event messages"
23 range 4 64
DKconfig.ambiq2 # SPDX-License-Identifier: Apache-2.0
30 int "UDC AMBIQ maximum number of ISR event messages"
31 range 4 64
34 AMBIQ maximum number of ISR event messages.
DKconfig.kinetis2 # SPDX-License-Identifier: Apache-2.0
13 int "Number or blocks in event slab"
15 range 4 16
DKconfig.mcux2 # SPDX-License-Identifier: Apache-2.0
25 int "Number or blocks in event slab"
27 range 4 16
DKconfig.renesas_ra2 # SPDX-License-Identifier: Apache-2.0
28 int "Renesas RA family UDC driver maximum number of ISR event messages"
29 range 4 64
/Zephyr-latest/drivers/sensor/adi/adxl372/
DKconfig1 # Micropower, 3-Axis, +/-200g Digital Accelerometer
4 # SPDX-License-Identifier: Apache-2.0
7 bool "ADXL372 Three Axis High-g I2C/SPI accelerometer"
14 Enable driver for ADXL372 Three-Axis Digital Accelerometers.
25 In most high-g applications, a single (3-axis) acceleration sample at
26 the peak of an impact event contains sufficient information
27 about the event, and the full acceleration history is not required.
41 range 0 200000
47 int "In-activity threshold in mg"
48 range 0 200000
[all …]
/Zephyr-latest/dts/bindings/interrupt-controller/
Dst,stm32-exti.yaml3 compatible: "st,stm32-exti"
5 include: [base.yaml, interrupt-controller.yaml]
14 interrupt-names:
17 num-lines:
22 line-ranges:
26 Description of the input lines range for each interrupt line supported
28 provided: the number of the first line of the range start and the length
29 of the range.
31 line-ranges = <0 1>, <1 1>, <2 1>, <3 1>,
33 Above property provides event-range for 7 lines.
/Zephyr-latest/lib/os/zvfs/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
11 ZVFS is a central, Zephyr-native library that provides a common interoperable API for all
12 types of file descriptors such as those from the non-virtual FS, sockets, eventfds, FILE *'s
18 bool "ZVFS event file descriptor support"
21 Enable support for ZVFS event file descriptors. An eventfd can
22 be used as an event wait/notify mechanism together with POSIX calls
30 range 1 4096
32 The maximum number of supported event file descriptors.
/Zephyr-latest/drivers/entropy/
DKconfig.cc13xx_cc26xx4 # SPDX-License-Identifier: Apache-2.0
27 range 256 16777216
36 range 0 $(UINT8_MAX)
40 event is triggered. The associated FRO is automatically shut down.
44 range 0 24
/Zephyr-latest/scripts/ci/stats/
Dmerged_prs.py3 # SPDX-License-Identifier: Apache-2.0
19 date_format = '%Y-%m-%d %H:%M:%S'
21 def parse_args() -> argparse.Namespace:
25 parser.add_argument('--pull-request', help='pull request number', type=int)
26 …parser.add_argument('--range', help='execute based on a date range, for example 2023-01-01..2023-0…
27 parser.add_argument('--repo', help='github repo', default='zephyrproject-rtos/zephyr')
28 parser.add_argument('--es-index', help='Elasticsearch index')
29 parser.add_argument('-y','--dry-run', action="store_true", help='dry run, do not upload data')
42 …print(f'#{pr.number}: {pr.title} - {pr.comments} Comments, reviews: {reviews.totalCount}, {len(pr.…
80 for event in pr.get_issue_events():
[all …]
/Zephyr-latest/dts/bindings/rtc/
Dst,stm32-rtc.yaml3 # SPDX-License-Identifier: Apache-2.0
7 compatible: "st,stm32-rtc"
10 - rtc.yaml
11 - rtc-device.yaml
17 calib-out-freq:
22 - 1
23 - 512
25 alarms-count:
31 alrm-exti-line:
34 Number of the Extended Interrupts and Event Controller (EXTI) interrupt
[all …]
/Zephyr-latest/include/zephyr/drivers/timer/
Dnrf_rtc_timer.h2 * Copyright (c) 2016-2020 Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
20 /** @brief RTC timer compare event handler.
22 * Called from RTC ISR context when processing a compare event.
41 * @retval Non-negative indicates allocated channel ID.
42 * @retval -ENOMEM if channel cannot be allocated.
58 /** @brief Get COMPARE event register address.
80 /** @brief Safely disable compare event interrupt.
90 /** @brief Safely enable compare event interrupt.
92 * Event interrupt is conditionally enabled based on @p key.
[all …]
/Zephyr-latest/drivers/sensor/adi/adxl367/
DKconfig1 # Micropower, 3-Axis, +/-200g Digital Accelerometer
4 # SPDX-License-Identifier: Apache-2.0
7 bool "ADXL367 Three Axis High-g I2C/SPI accelerometer"
15 Enable driver for ADXL367 Three-Axis Digital Accelerometers.
33 range 0 8191
39 int "In-activity threshold in raw value"
40 range 0 8191
43 Threshold for in-activity detection.
47 range 0 $(UINT8_MAX)
57 int "In-activity time"
[all …]
/Zephyr-latest/dts/bindings/input/
Dfutaba,sbus.yaml2 # SPDX-License-Identifier: Apache-2.0
8 SBUS is an single-wire inverted serial protocol so either you need to use
9 the rx-invert feature of your serial driver or use an external signal inverter.
49 include: [base.yaml, uart-device.yaml]
51 child-binding:
53 SBUS Channel to input-event-code binding
62 Valid range: 1 - 16
66 description: Input event types see INPUT_EV_CODES
/Zephyr-latest/drivers/usb/device/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
45 DT_STM32_USBHS_SPEED := $(dt_node_str_prop_equals,$(DT_STM32_USBHS),maximum-speed,high-speed)
98 DT_SAM_USBHS_SPEED := $(dt_node_str_prop_equals,$(DT_SAM_USBHS),maximum-speed,high-speed)
119 int "USBD event queue size"
120 range 4 64
124 Size of the driver's internal event queue.
137 int "USBD attached event delay"
138 range 0 1000
142 Configurable attached event delay in milliseconds. Delay can be used
238 DT_ZEPHYR_UDC0_HS_SPEED := $(dt_node_str_prop_equals,$(DT_ZEPHYR_UDC0),maximum-speed,high-speed)
[all …]
/Zephyr-latest/include/zephyr/drivers/modem/
Dhl7800.h8 * SPDX-License-Identifier: Apache-2.0
24 #define MDM_HL7800_REVISION_MAX_STRLEN (MDM_HL7800_REVISION_MAX_SIZE - 1)
27 #define MDM_HL7800_IMEI_STRLEN (MDM_HL7800_IMEI_SIZE - 1)
30 #define MDM_HL7800_ICCID_MAX_STRLEN (MDM_HL7800_ICCID_MAX_SIZE - 1)
33 #define MDM_HL7800_SERIAL_NUMBER_STRLEN (MDM_HL7800_SERIAL_NUMBER_SIZE - 1)
39 #define MDM_HL7800_APN_MAX_STRLEN (MDM_HL7800_APN_MAX_SIZE - 1)
41 (MDM_HL7800_APN_USERNAME_MAX_SIZE - 1)
43 (MDM_HL7800_APN_PASSWORD_MAX_SIZE - 1)
49 #define MDM_HL7800_APN_CMD_MAX_STRLEN (MDM_HL7800_APN_CMD_MAX_SIZE - 1)
58 #define MDM_HL7800_LTE_BAND_STRLEN (MDM_HL7800_LTE_BAND_STR_SIZE - 1)
[all …]

123456789