Home
last modified time | relevance | path

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

12345678910>>...18

/Zephyr-Core-2.7.6/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-Core-2.7.6/scripts/schemas/twister/
Dtestcase-schema.yaml5 # (http://pykwalify.readthedocs.io/en/unstable/validation-rules.html),
15 required: no
19 required: no
22 required: no
25 required: no
28 required: no
31 required: no
34 required: no
37 required: no
40 required: no
[all …]
/Zephyr-Core-2.7.6/tests/subsys/pm/power_mgmt/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
39 enum pm_device_state device_power_state; in pm_power_state_set()
75 * no PM operation done in pm_policy_next_state()
83 static void notify_pm_state_entry(enum pm_state state) in notify_pm_state_entry()
85 enum pm_device_state device_power_state; in notify_pm_state_entry()
101 static void notify_pm_state_exit(enum pm_state state) in notify_pm_state_exit()
103 enum pm_device_state device_power_state; in notify_pm_state_exit()
122 * - The global idle routine executes when no other work is available
123 * - The idle routine provide a timeout parameter to the suspend routine
126 * - In this case, pm_policy_next_sate() return PM_STATE_ACTIVE,
[all …]
/Zephyr-Core-2.7.6/soc/arm/ti_simplelink/cc32xx/
Dsoc.h2 * Copyright (c) 2016-2017, Texas Instruments Incorporated
4 * SPDX-License-Identifier: Apache-2.0
14 * CMSIS IRQn_Type enum is broken relative to ARM GNU compiler.
16 * So redefine the IRQn_Type enum to a unsigned int to avoid
18 * into negative IRQ values, which causes hard-to-debug Hard Faults.
23 typedef enum {
24 Reset_IRQn = -15,
25 NonMaskableInt_IRQn = -14,
26 HardFault_IRQn = -13,
27 MemoryManagement_IRQn = -12,
[all …]
/Zephyr-Core-2.7.6/include/net/
Dhttp_parser.h1 /* SPDX-License-Identifier: MIT */
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
58 * environment (e.g. -DHTTP_MAX_HEADER_SIZE=<value>). To remove
60 * to a very large number (e.g. -DHTTP_MAX_HEADER_SIZE=0x7fffffff)
70 /* Callbacks should return non-zero to indicate an error. The parser will
76 * HEAD request which may contain 'Content-Length' or 'Transfer-Encoding:
92 enum http_method {
128 enum http_parser_type { HTTP_REQUEST, HTTP_RESPONSE, HTTP_BOTH };
131 enum flags {
142 enum http_errno {
[all …]
Dieee802154_radio.h4 * SPDX-License-Identifier: Apache-2.0
34 * - Channel 0 is for 868.3 MHz.
35 * - Channels 1-10 are for 906 to 924 MHz with 2 MHz channel spacing.
36 * - Channels 11-26 are for 2405 to 2530 MHz with 5 MHz channel spacing.
38 * For more information, please refer to 802.15.4-2015 Section 10.1.2.2.
40 enum ieee802154_channel {
47 enum ieee802154_hw_caps {
48 IEEE802154_HW_FCS = BIT(0), /* Frame Check-Sum supported */
51 IEEE802154_HW_CSMA = BIT(3), /* CSMA-CA supported */
54 IEEE802154_HW_SUB_GHZ = BIT(6), /* Sub-GHz radio supported */
[all …]
Ddns_resolve.h10 * SPDX-License-Identifier: Apache-2.0
31 * DNS query type enum
33 enum dns_query_type {
100 enum dns_resolve_status {
102 DNS_EAI_BADFLAGS = -1,
104 DNS_EAI_NONAME = -2,
106 DNS_EAI_AGAIN = -3,
107 /** Non-recoverable failure in name res */
108 DNS_EAI_FAIL = -4,
109 /** No address associated with NAME */
[all …]
Dnet_l2.h4 * SPDX-License-Identifier: Apache-2.0
33 enum net_l2_flags {
43 /** Is this L2 point-to-point with tunneling so no need to have
59 enum net_verdict (*recv)(struct net_if *iface, struct net_pkt *pkt);
71 * interface. The function returns <0 if error and >=0 if no error.
78 enum net_l2_flags (*get_flags)(struct net_if *iface);
Dhttp_parser_url.h1 /* SPDX-License-Identifier: MIT */
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35 enum http_parser_url_fields {
65 enum state parse_url_char(enum state s, const char ch);
/Zephyr-Core-2.7.6/include/mgmt/
Dosdp.h4 * SPDX-License-Identifier: Apache-2.0
26 enum osdp_card_formats_e {
38 * 0 - NOP – do not alter this output
39 * 1 - set the permanent state to OFF, abort timed operation (if any)
40 * 2 - set the permanent state to ON, abort timed operation (if any)
41 * 3 - set the permanent state to OFF, allow timed operation to complete
42 * 4 - set the permanent state to ON, allow timed operation to complete
43 * 5 - set the temporary state to ON, resume perm state on timeout
44 * 6 - set the temporary state to OFF, resume permanent state on timeout
56 enum osdp_led_color_e {
[all …]
Dhawkbit.h4 * SPDX-License-Identifier: Apache-2.0
8 * @brief Hawkbit Firmware Over-the-Air for Zephyr Project.
9 * @defgroup hawkbit Hawkbit Firmware Over-the-Air
26 enum hawkbit_response {
49 * in pre-determined time intervals.
57 * @return HAWKBIT_NO_UPDATE no update available.
63 enum hawkbit_response hawkbit_probe(void);
/Zephyr-Core-2.7.6/subsys/tracing/
Dtracing_backend_usb.c4 * SPDX-License-Identifier: Apache-2.0
29 static enum usb_dc_status_code usb_device_status = USB_DC_UNKNOWN;
73 enum usb_dc_status_code status, in dev_status_cb()
82 static void tracing_ep_out_cb(uint8_t ep, enum usb_dc_ep_cb_status_code ep_status) in tracing_ep_out_cb()
96 bytes_to_read -= length; in tracing_ep_out_cb()
106 static void tracing_ep_in_cb(uint8_t ep, enum usb_dc_ep_cb_status_code ep_status) in tracing_ep_in_cb()
149 * make sure every USB tansfer no need ZLP at all in tracing_backend_usb_output()
151 * there are no deterministic time between real USB in tracing_backend_usb_output()
156 CONFIG_TRACING_USB_MPS - 1 : length, &bytes); in tracing_backend_usb_output()
162 length -= bytes; in tracing_backend_usb_output()
/Zephyr-Core-2.7.6/subsys/shell/
Dshell_wildcard.c4 * SPDX-License-Identifier: Apache-2.0
13 static enum shell_wildcard_status command_add(char *buff, uint16_t *buff_len, in command_add()
51 * replaced by matching commands. If there is no space in the buffer to add all
67 * @retval WILDCARD_CMD_NO_MATCH_FOUND No matching command found.
69 static enum shell_wildcard_status commands_expand(const struct shell *shell, in commands_expand()
73 enum shell_wildcard_status ret_val = SHELL_WILDCARD_CMD_NO_MATCH_FOUND; in commands_expand()
81 if (fnmatch(pattern, entry->syntax, 0) == 0) { in commands_expand()
82 ret_val = command_add(shell->ctx->temp_buff, in commands_expand()
83 &shell->ctx->cmd_tmp_buff_len, in commands_expand()
84 entry->syntax, pattern); in commands_expand()
[all …]
Dshell_wildcard.h4 * SPDX-License-Identifier: Apache-2.0
12 enum shell_wildcard_status {
15 SHELL_WILDCARD_CMD_NO_MATCH_FOUND, /* no matching command */
47 enum shell_wildcard_status z_shell_wildcard_process(const struct shell *shell,
/Zephyr-Core-2.7.6/drivers/sensor/sx9500/
Dsx9500.c1 /* sensor_sx9500.c - Driver for Semtech SX9500 SAR proximity chip */
6 * SPDX-License-Identifier: Apache-2.0
28 * auto-increments the address for subsequent values in a single
35 0x40, /* Doze enabled, 2x scan period doze, no raw filter. */
41 0x00, /* No automatic compensation, compensate each pin
45 0x00, /* No stuck timeout, no periodic compensation. */
49 enum sensor_channel chan) in sx9500_sample_fetch()
51 struct sx9500_data *data = (struct sx9500_data *) dev->data; in sx9500_sample_fetch()
55 return i2c_reg_read_byte(data->i2c_master, data->i2c_slave_addr, in sx9500_sample_fetch()
56 SX9500_REG_STAT, &data->prox_stat); in sx9500_sample_fetch()
[all …]
/Zephyr-Core-2.7.6/include/arch/x86/
Dmemmap.h3 * SPDX-License-Identifier: Apache-2.0
14 * numerically HIGHEST source wins, a manually-provided map being the "best".
17 enum x86_memmap_source {
24 extern enum x86_memmap_source x86_memmap_source;
27 * For simplicity, we maintain a fixed-sized array of memory regions.
29 * We don't only track available RAM -- we track unavailable regions, too:
36 enum x86_memmap_entry_type {
39 * that partially-initialized arrays behave as expected.
53 enum x86_memmap_entry_type type;
60 * ease of reference. There's really no reason to export this table, or to
/Zephyr-Core-2.7.6/subsys/mgmt/updatehub/include/
Dupdatehub.h4 * SPDX-License-Identifier: Apache-2.0
8 * @brief UpdateHub Firmware Over-the-Air for Zephyr Project.
9 * @defgroup updatehub UpdateHub Firmware Over-the-Air
25 enum updatehub_response {
42 * in pre-determined time intervals.
50 * @return UPDATEHUB_NO_UPDATE no update available.
55 enum updatehub_response updatehub_probe(void);
70 enum updatehub_response updatehub_update(void);
/Zephyr-Core-2.7.6/tests/subsys/debug/coredump_backends/src/
Dcoredump_backend_empty.c4 * SPDX-License-Identifier: Apache-2.0
27 /* no-op */ in coredump_empty_backend_buffer_output()
30 static int coredump_empty_backend_query(enum coredump_query_id query_id, in coredump_empty_backend_query()
46 ret = -ENOTSUP; in coredump_empty_backend_query()
53 static int coredump_empty_backend_cmd(enum coredump_cmd_id cmd_id, in coredump_empty_backend_cmd()
70 ret = -ENOTSUP; in coredump_empty_backend_cmd()
/Zephyr-Core-2.7.6/subsys/net/lib/dns/
Ddns_pack.h4 * SPDX-License-Identifier: Apache-2.0
62 * - cname_offset
63 * - query_offset
64 * - answer_offset:
66 * an IP address, a CNAME with IP (two answers), a CNAME with no IP
67 * address. See enum dns_response_type for more details.
85 .response_type = -EINVAL}
88 enum dns_rr_type {
98 enum dns_response_type {
99 DNS_RESPONSE_INVALID = -EINVAL,
[all …]
/Zephyr-Core-2.7.6/dts/bindings/ethernet/
Dethernet-phy.yaml1 # Copyright (c) 2021 IP-Logix Inc.
2 # SPDX-License-Identifier: Apache-2.0
8 compatible: "ethernet-phy"
21 no-reset:
25 fixed-link:
29 enum:
30 - "10BASE-T Half-Duplex"
31 - "10BASE-T Full-Duplex"
32 - "100BASE-T Half-Duplex"
33 - "100BASE-T Full-Duplex"
/Zephyr-Core-2.7.6/include/debug/
Dcoredump.h4 * SPDX-License-Identifier: Apache-2.0
11 enum coredump_query_id {
22 * -ENOTSUP if this query is not supported.
31 enum coredump_cmd_id {
43 * 0 if not valid or no stored coredump.
44 * -ENOTSUP if this command is not supported.
53 * -ENOTSUP if this command is not supported.
75 enum coredump_tgt_code {
102 /* Architecture-specific block header */
132 typedef int (*coredump_backend_query_t)(enum coredump_query_id query_id,
[all …]
/Zephyr-Core-2.7.6/include/pm/
Dstate.h4 * SPDX-License-Identifier: Apache-2.0
24 * @enum pm_state Power management state
26 enum pm_state {
39 * enter deepest possible idle state and wait for interrupts, no
51 * into low-power states. No operating state is lost (ie. the cpu core
61 * In addition to putting peripherals into low-power states all
62 * non-boot CPUs are powered off. It should allow more energy to be
75 * self-refresh mode to retain its contents. The state of devices and
76 * CPUs is saved and held in memory, and it may require some boot-
87 * memory are written to disk or other non-volatile storage, and on resume
[all …]
/Zephyr-Core-2.7.6/subsys/bluetooth/services/ots/
Dots_olcp_internal.h4 * SPDX-License-Identifier: Apache-2.0
19 enum bt_gatt_ots_olcp_proc_type {
42 enum bt_gatt_ots_olcp_proc_type type;
51 enum bt_gatt_ots_olcp_res_code {
78 * to there being no object with the requested Object ID.
/Zephyr-Core-2.7.6/include/drivers/
Dcan.h10 * SPDX-License-Identifier: Apache-2.0
44 #define CAN_MAX_DLEN CONFIG_CANFD_MAX_DLC + (CONFIG_CANFD_MAX_DLC - 8) * 4
58 #define CAN_TX_ERR (-2)
60 #define CAN_TX_ARB_LOST (-3)
62 #define CAN_TX_BUS_OFF (-4)
64 #define CAN_TX_UNKNOWN (-5)
67 #define CAN_TX_EINVAL (-22)
69 /** attach_* failed because there is no unused filter left*/
70 #define CAN_NO_FREE_FILTER (-1)
73 #define CAN_TIMEOUT (-1)
[all …]
/Zephyr-Core-2.7.6/subsys/mgmt/updatehub/
Dupdatehub_priv.h4 * SPDX-License-Identifier: Apache-2.0
17 "Api-Content-Type: application/vnd.updatehub-v1+json"
19 enum updatehub_uri_path {
25 enum updatehub_state {
34 static char *updatehub_response(enum updatehub_response response) in updatehub_response()
50 return "No update available"; in updatehub_response()
56 static const char *uri_path(enum updatehub_uri_path type) in uri_path()
70 static const char *state_name(enum updatehub_state state) in state_name()
155 "supported-hardware", supported_hardware,
167 "supported-hardware", supported_hardware,
[all …]

12345678910>>...18