/Zephyr-latest/drivers/net/ |
D | nsos_socket.h | 21 /** 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/ |
D | conn_mgr_monitor.h | 40 * @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/ |
D | sparse.template | 5 # 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
|
D | sca.cmake | 18 # Avoid compiler "attribute directive ignored" warnings
|
/Zephyr-latest/dts/bindings/gpio/ |
D | nordic,nrf-gpio-forwarder.yaml | 50 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
|
D | nuvoton,nct38xx-gpio-port.yaml | 30 ignored.
|
/Zephyr-latest/tests/net/conn_mgr_conn/src/ |
D | main.c | 58 /* 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/ |
D | nxp,dspi.yaml | 66 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/ |
D | testcase.yaml | 7 # Will be ignored for other platforms
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | ambiq,apollo3-pinctrl.yaml | 108 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.
|
D | ambiq,apollo4-pinctrl.yaml | 155 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/ |
D | Kconfig | 17 If zero, then it is ignored and not compared with the actual size.
|
/Zephyr-latest/include/zephyr/debug/ |
D | thread_analyzer.h | 68 * @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/ |
D | main.c | 23 #pragma GCC diagnostic ignored "-Wpragmas" 24 #pragma GCC diagnostic ignored "-Wdangling-pointer"
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | nrf53_cpunet_mgmt.c | 53 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/ |
D | nordic,split-channel-groups.yaml | 20 property is ignored in non-Trustzone systems.
|
/Zephyr-latest/dts/bindings/mtd/ |
D | jedec,jesd216.yaml | 61 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/ |
D | Kconfig.gt911 | 35 Multitouch is ignored if equal to 1.
|
/Zephyr-latest/scripts/native_simulator/native/src/include/ |
D | nsi_cpu0_interrupts.h | 21 * (the lock is only ignored when the interrupt is raised from the HW models,
|
/Zephyr-latest/dts/bindings/sensor/ |
D | adi,adxl362.yaml | 29 Only applies for Linked and Loop mode, ignored otherwise.
|
/Zephyr-latest/tests/unit/intmath/ |
D | main.c | 20 #pragma GCC diagnostic ignored "-Woverflow" 31 #pragma clang diagnostic ignored "-Winteger-overflow"
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | ZephyrConfigVersion.cmake | 53 # 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/ |
D | nucleo_g071rb.overlay | 14 reg = <0>; /* ignored, but necessary for SPI bindings */
|
D | nucleo_h743zi.overlay | 14 reg = <0>; /* ignored, but necessary for SPI bindings */
|
D | nucleo_l476rg.overlay | 14 reg = <0>; /* ignored, but necessary for SPI bindings */
|