Home
last modified time | relevance | path

Searched full:ignored (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/Zephyr-latest/drivers/net/
Dnsos_socket.h21 /** Recording debugging information (ignored, for compatibility) */
29 /** Bypass normal routing and send directly to host (ignored, for compatibility) */
31 /** Transmission of broadcast messages is supported (ignored, for compatibility) */
41 /** Place out-of-band data into receive stream (ignored, for compatibility) */
45 /** Socket lingers on close (ignored, for compatibility) */
50 /** Receive low watermark (ignored, for compatibility) */
52 /** Send low watermark (ignored, for compatibility) */
66 /** Socket accepts incoming connections (ignored, for compatibility) */
95 /** Disable TCP buffering (ignored, for compatibility) */
/Zephyr-latest/include/zephyr/net/
Dconn_mgr_monitor.h40 * @brief Mark an iface to be ignored by conn_mgr.
45 * and if the iface was connected before being ignored, events will be fired as though it
48 * @param iface iface to be ignored.
68 * @brief Check whether the provided iface is currently ignored.
71 * @retval true if the iface is being ignored by conn_mgr.
77 * @brief Mark an L2 to be ignored by conn_mgr.
81 * @param l2 L2 to be ignored.
/Zephyr-latest/cmake/sca/sparse/
Dsparse.template5 # Everything before `--` are arguments for cmake invocation, those must be ignored.
7 # as environment variable for cgcc, hence that must also be ignored, thus first
Dsca.cmake18 # Avoid compiler "attribute directive ignored" warnings
/Zephyr-latest/dts/bindings/gpio/
Dnordic,nrf-gpio-forwarder.yaml50 are ignored. In order to configure the GPIOs passed to the forwarder, their
53 They are set to 0 in the nrf-gpio-forwarder node as they are ignored anyway.
74 elements of this array are ignored. In order to configure the GPIOs
Dnuvoton,nct38xx-gpio-port.yaml30 ignored.
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dmain.c58 /* Some tests mark ifaces as ignored, this must be reset between each test. */ in reset_test_iface_state()
1149 /* Verify that all_if_up brings all ifaces up, but only if they are not ignored or
1157 /* Take all ifaces up (do not skip ignored) */ in ZTEST()
1179 /* Take all ifaces up (skip ignored) */ in ZTEST()
1183 /* Verify all except ignored are up */ in ZTEST()
1184 zassert_true(net_if_is_admin_up(ifa2), "All non-ignored ifaces should be admin-up."); in ZTEST()
1185 zassert_true(net_if_is_admin_up(ifb), "All non-ignored ifaces should be admin-up."); in ZTEST()
1186 zassert_true(net_if_is_admin_up(ifni), "All non-ignored ifaces should be admin-up."); in ZTEST()
1187 zassert_true(net_if_is_admin_up(ifnull), "All non-ignored ifaces should be admin-up."); in ZTEST()
1188 zassert_true(net_if_is_admin_up(ifnone), "All non-ignored ifaces should be admin-up."); in ZTEST()
[all …]
/Zephyr-latest/dts/bindings/spi/
Dnxp,dspi.yaml66 data is ignored and the data from the transfer that generated the overflow
67 is also ignored. If ROOE = 1, the incoming data is shifted to the
/Zephyr-latest/tests/net/wifi/wifi_nm/
Dtestcase.yaml7 # Will be ignored for other platforms
/Zephyr-latest/dts/bindings/pinctrl/
Dambiq,apollo3-pinctrl.yaml108 descriptor will be ignored.
117 ambiq hal. If the pin is not a CE, this descriptor will be ignored.
127 ambiq hal. If the pin is not a CE, this descriptor will be ignored.
Dambiq,apollo4-pinctrl.yaml155 If the pin is not a CE, this descriptor will be ignored.
163 If the pin is not a CE, this descriptor will be ignored.
171 If the pin is not a CE, this descriptor will be ignored.
/Zephyr-latest/tests/subsys/debug/coredump_backends/
DKconfig17 If zero, then it is ignored and not compared with the actual size.
/Zephyr-latest/include/zephyr/debug/
Dthread_analyzer.h68 * @param cpu cpu to analyze, ignored if THREAD_ANALYZER_AUTO_SEPARATE_CORES=n
79 * @param cpu cpu to analyze, ignored if THREAD_ANALYZER_AUTO_SEPARATE_CORES=n
/Zephyr-latest/tests/kernel/mem_protect/stack_random/src/
Dmain.c23 #pragma GCC diagnostic ignored "-Wpragmas"
24 #pragma GCC diagnostic ignored "-Wdangling-pointer"
/Zephyr-latest/soc/nordic/nrf53/
Dnrf53_cpunet_mgmt.c53 int ignored; in nrf53_cpunet_enable() local
63 ret = sys_notify_fetch_result(&cli.notify, &ignored); in nrf53_cpunet_enable()
/Zephyr-latest/dts/bindings/misc/
Dnordic,split-channel-groups.yaml20 property is ignored in non-Trustzone systems.
/Zephyr-latest/dts/bindings/mtd/
Djedec,jesd216.yaml61 This property is ignored if the device is configured to use SFDP data
78 It is ignored if the device is configured to use SFDP data
/Zephyr-latest/drivers/input/
DKconfig.gt91135 Multitouch is ignored if equal to 1.
/Zephyr-latest/scripts/native_simulator/native/src/include/
Dnsi_cpu0_interrupts.h21 * (the lock is only ignored when the interrupt is raised from the HW models,
/Zephyr-latest/dts/bindings/sensor/
Dadi,adxl362.yaml29 Only applies for Linked and Loop mode, ignored otherwise.
/Zephyr-latest/tests/unit/intmath/
Dmain.c20 #pragma GCC diagnostic ignored "-Woverflow"
31 #pragma clang diagnostic ignored "-Winteger-overflow"
/Zephyr-latest/share/zephyr-package/cmake/
DZephyrConfigVersion.cmake53 # meaning the package version must be ignored and the Zephyr pointed to by
73 # parent Zephyr, therefore just mark it as ignored.
74 set(PACKAGE_VERSION "ignored (ZEPHYR_BASE is set)")
/Zephyr-latest/samples/drivers/led/led_strip/boards/
Dnucleo_g071rb.overlay14 reg = <0>; /* ignored, but necessary for SPI bindings */
Dnucleo_h743zi.overlay14 reg = <0>; /* ignored, but necessary for SPI bindings */
Dnucleo_l476rg.overlay14 reg = <0>; /* ignored, but necessary for SPI bindings */

12345678910>>...15