Home
last modified time | relevance | path

Searched +full:no +full:- +full:enum (Results 1 – 25 of 1121) sorted by relevance

12345678910>>...45

/Zephyr-latest/include/zephyr/drivers/mfd/
Dtle9104.h4 * SPDX-License-Identifier: Apache-2.0
14 enum tle9104_on_state_diagnostics {
23 /* no failure */
25 /* no diagnosis done */
29 enum tle9104_off_state_diagnostics {
34 /* no failure */
36 /* no diagnosis done */
41 enum tle9104_on_state_diagnostics on: 3;
42 enum tle9104_off_state_diagnostics off: 2;
/Zephyr-latest/dts/bindings/input/
Dst,stmpe811.yaml2 # SPDX-License-Identifier: Apache-2.0
8 include: [i2c-device.yaml, touchscreen-common.yaml]
11 int-gpios:
12 type: phandle-array
17 raw-x-min:
21 No effect if screen size is not set.
23 raw-y-min:
27 No effect if screen size is not set.
29 raw-x-max:
33 No effect if screen size is not set.
[all …]
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings/
Denums.yaml2 # SPDX-License-Identifier: BSD-3-Clause
4 description: Property enum test
9 int-enum:
11 enum:
12 - 1
13 - 2
14 - 3
16 string-enum: # not tokenizable
18 enum:
19 - foo bar
[all …]
/Zephyr-latest/dts/bindings/bluetooth/
Dbt-hci.yaml6 bt-hci-name:
9 bt-hci-bus:
12 enum:
13 - "virtual"
14 - "usb"
15 - "pccard"
16 - "uart"
17 - "rs232"
18 - "pci"
19 - "sdio"
[all …]
/Zephyr-latest/dts/bindings/w1/
Dmaxim,ds2477_85_common.yaml2 # SPDX-License-Identifier: Apache-2.0
4 # Common Properties for the DS2477 and DS2485 I2C 1-Wire masters:
6 include: [w1-master.yaml, i2c-device.yaml]
9 switching-threshold:
12 enum:
13 - "low"
14 - "medium"
15 - "high"
16 - "off"
18 Default Low-to-High Switching Threshold.
[all …]
/Zephyr-latest/dts/bindings/adc/
Dnxp,lpc-lpadc.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "nxp,lpc-lpadc"
8 include: [adc-controller.yaml, pinctrl-device.yaml]
17 clk-divider:
21 clk-source:
25 voltage-ref:
31 enum:
32 - 0
33 - 1
34 - 2
[all …]
/Zephyr-latest/tests/net/ieee802154/custom_l2/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
23 static inline enum net_verdict custom_l2_recv(struct net_if *iface, in custom_l2_recv()
45 static enum net_l2_flags custom_l2_flags(struct net_if *iface) in custom_l2_flags()
78 zassert_not_null(net_if_l2(iface), "No L2 found"); in ZTEST()
79 zassert_not_null(net_if_l2(iface)->send, "No send() found"); in ZTEST()
102 zassert_not_null(net_if_l2(iface), "No L2 found"); in ZTEST()
103 zassert_not_null(net_if_l2(iface)->recv, "No recv () found"); in ZTEST()
125 zassert_not_null(net_if_l2(iface), "No L2 found"); in ZTEST()
126 zassert_not_null(net_if_l2(iface)->enable, "No enable() found"); in ZTEST()
139 enum net_l2_flags flags; in ZTEST()
[all …]
/Zephyr-latest/subsys/net/lib/shell/
Dgptp.c5 * SPDX-License-Identifier: Apache-2.0
30 const struct shell *sh = data->sh; in gptp_port_cb()
31 int *count = data->user_data; in gptp_port_cb()
43 static const char *pdelay_req2str(enum gptp_pdelay_req_states state) in pdelay_req2str()
65 static const char *pdelay_resp2str(enum gptp_pdelay_resp_states state) in pdelay_resp2str()
81 static const char *sync_rcv2str(enum gptp_sync_rcv_states state) in sync_rcv2str()
95 static const char *sync_send2str(enum gptp_sync_send_states state) in sync_send2str()
109 static const char *pss_rcv2str(enum gptp_pss_rcv_states state) in pss_rcv2str()
121 static const char *pss_send2str(enum gptp_pss_send_states state) in pss_send2str()
137 static const char *pa_rcv2str(enum gptp_pa_rcv_states state) in pa_rcv2str()
[all …]
/Zephyr-latest/dts/bindings/sensor/
Dst,iis328dq-common.yaml3 # SPDX-License-Identifier: Apache-2.0
5 include: sensor-device.yaml
8 int1-gpios:
9 type: phandle-array
16 int2-gpios:
17 type: phandle-array
24 drdy-int-pad:
26 enum: [1, 2]
31 interrupt should be generated from. If this property is not specified, no data ready
34 - 1 # drdy is generated on INT1
[all …]
/Zephyr-latest/dts/bindings/net/wireless/
Dsilabs,series2-radio.yaml2 # SPDX-License-Identifier: Apache-2.0
10 compatible: "silabs,series2-radio"
21 pa-initial-power-dbm:
27 pa-ramp-time-us:
33 pa-voltage-mv:
39 pa-2p4ghz:
45 If this property is not set, no 2.4 GHz PA is enabled.
46 enum:
47 - highest
48 - hp
[all …]
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/shell_mgmt/
Dshell_mgmt.h2 * Copyright (c) 2018-2021 mcumgr authors
5 * SPDX-License-Identifier: Apache-2.0
23 enum shell_mgmt_err_code_t {
24 /** No error, this is implied if there is no ret value in the response */
33 /** No command to execute was provided. */
/Zephyr-latest/include/zephyr/drivers/i3c/
Derror_types.h4 * SPDX-License-Identifier: Apache-2.0
24 enum i3c_sdr_controller_error_types {
31 /** No response to broadcast address (0x7E) */
40 /** No error (not official error type) */
57 enum i3c_sdr_target_error_types {
88 /** No error (not official error type) */
Dibi.h4 * SPDX-License-Identifier: Apache-2.0
11 * @brief I3C In-Band Interrupts
12 * @defgroup i3c_ibi I3C In-Band Interrupts
36 enum i3c_ibi_type {
60 enum i3c_ibi_type ibi_type;
100 enum i3c_ibi_type type;
130 * @brief Function called when In-Band Interrupt received from target device.
133 * receives an In-Band Interrupt from the target device.
142 * no payload.
158 * copy the @p ibi_work struct, this returns -ENOMEM.
[all …]
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfd.h4 * SPDX-License-Identifier: Apache-2.0
23 enum bt_mesh_dfd_status {
45 /** There are no Target nodes in the Distribution Receivers List
73 enum bt_mesh_dfd_phase {
74 /** No firmware distribution is in progress. */
100 enum bt_mesh_dfd_upload_phase {
101 /** No firmware upload is in progress. */
/Zephyr-latest/dts/bindings/mfd/
Dnordic,npm2100.yaml2 # SPDX-License-Identifier: Apache-2.0
8 include: i2c-device.yaml
14 host-int-gpios:
15 type: phandle-array
18 host-int-type:
20 enum:
21 - "edge"
22 - "level"
28 pmic-int-pin:
30 enum:
[all …]
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dpacs_notify_server_test.c4 * SPDX-License-Identifier: Apache-2.0
29 extern enum bst_result_t bst_result;
55 LOG_DBG("No BT_UUID_PACS_SNK attribute found"); in is_peer_subscribed()
63 LOG_DBG("No BT_UUID_PACS_SNK_LOC attribute found"); in is_peer_subscribed()
71 LOG_DBG("No BT_UUID_PACS_SRC attribute found"); in is_peer_subscribed()
79 LOG_DBG("No BT_UUID_PACS_SRC_LOC attribute found"); in is_peer_subscribed()
87 LOG_DBG("No BT_UUID_PACS_AVAILABLE_CONTEXT attribute found"); in is_peer_subscribed()
95 LOG_DBG("No BT_UUID_PACS_SUPPORTED_CONTEXT attribute found"); in is_peer_subscribed()
110 static enum bt_audio_context available = BT_AUDIO_CONTEXT_TYPE_ANY; in trigger_notifications()
111 static enum bt_audio_context supported = BT_AUDIO_CONTEXT_TYPE_ANY; in trigger_notifications()
[all …]
/Zephyr-latest/dts/bindings/rtc/
Dnxp,irtc.yaml2 # SPDX-License-Identifier: Apache-2.0
9 - name: rtc.yaml
10 - name: rtc-device.yaml
16 clock-src:
19 enum:
20 - 0
21 - 1
24 0 <- 16.384 kHz
25 1 <- 32.768 kHz
27 output-clk-en:
[all …]
/Zephyr-latest/modules/hal_nordic/nrfs/dvfs/
Dld_dvfs.h4 * SPDX-License-Identifier: Apache-2.0
35 void ld_dvfs_configure_abb_for_transition(enum dvfs_frequency_setting transient_opp,
36 enum dvfs_frequency_setting curr_targ_opp);
41 * @param enum oppoint target operation point
42 * @return 0 value indicates no error.
43 * @return -EINVAL invalid oppoint or domain.
44 * @return -ETIMEDOUT frequency change took more than HSFLL_FREQ_CHANGE_MAX_DELAY_MS
46 int32_t ld_dvfs_configure_hsfll(enum dvfs_frequency_setting oppoint);
51 * @param downscaling indicates if down-scaling is running
58 * @param downscaling indicates if down-scaling is running
/Zephyr-latest/soc/ti/simplelink/cc32xx/
Dsoc.h2 * Copyright (c) 2016-2017, Texas Instruments Incorporated
4 * SPDX-License-Identifier: Apache-2.0
16 * CMSIS IRQn_Type enum is broken relative to ARM GNU compiler.
18 * So redefine the IRQn_Type enum to a unsigned int to avoid
20 * into negative IRQ values, which causes hard-to-debug Hard Faults.
25 typedef enum {
26 Reset_IRQn = -15,
27 NonMaskableInt_IRQn = -14,
28 HardFault_IRQn = -13,
29 MemoryManagement_IRQn = -12,
[all …]
/Zephyr-latest/subsys/net/pkt_filter/
Dbase.c4 * SPDX-License-Identifier: Apache-2.0
78 * If no tests then it is true.
86 for (i = 0; i < rule->nb_tests; i++) { in apply_tests()
87 test = rule->tests[i]; in apply_tests()
88 result = test->fn(test, pkt); in apply_tests()
101 static enum net_verdict evaluate(sys_slist_t *rule_head, struct net_pkt *pkt) in evaluate()
108 NET_DBG("no rules"); in evaluate()
114 return rule->result; in evaluate()
118 NET_DBG("no matching rules from rule_head %p", rule_head); in evaluate()
122 static enum net_verdict lock_evaluate(struct npf_rule_list *rules, struct net_pkt *pkt) in lock_evaluate()
[all …]
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/zephyr/
Dzephyr_basic.h2 * Copyright (c) 2021-2023 Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
21 enum zephyr_basic_group_err_code_t {
22 /** No error, this is implied if there is no ret value in the response */
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/include/
Dexample_mgmt.h4 * SPDX-License-Identifier: Apache-2.0
27 enum example_mgmt_err_code_t {
28 /** No error, this is implied if there is no ret value in the response */
/Zephyr-latest/dts/bindings/spi/
Dnxp,imx-flexspi.yaml1 # Copyright 2018-2023, NXP
2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "nxp,imx-flexspi"
8 include: [spi-controller.yaml, pinctrl-device.yaml]
17 ahb-bufferable:
23 ahb-cacheable:
29 ahb-prefetch:
34 ahb-read-addr-opt:
40 combination-mode:
46 sck-differential-clock:
[all …]
/Zephyr-latest/dts/bindings/comparator/
Drenesas,ra-acmphs.yaml2 # SPDX-License-Identifier: Apache-2.0
5 Renesas RA ACMPHS (High-Speed Analog COMParator) Controller
13 compatible = "renesas,ra-acmphs";
32 renesas,analog-enable;
40 renesas,analog-enable;
49 pinctrl-0 = <&acmphs_ivref0 &acmphs0_ivcmp0>;
50 pinctrl-names = "default";
52 interrupt-names = "hs";
53 reference-input-source = "ivref0";
54 compare-input-source = "ivcmp0";
[all …]
/Zephyr-latest/dts/bindings/mipi-dsi/
Dnxp,mipi-dsi-2l.yaml4 # SPDX-License-Identifier: Apache-2.0
8 compatible: "nxp,mipi-dsi-2l"
10 include: mipi-dsi-host.yaml
21 dpi-color-coding:
23 enum:
24 - "16-bit-config-1"
25 - "16-bit-config-2"
26 - "16-bit-config-3"
27 - "18-bit-config-1"
28 - "18-bit-config-2"
[all …]

12345678910>>...45