Searched full:drops (Results 1 – 25 of 35) sorted by relevance
12
/Zephyr-latest/subsys/bluetooth/host/ |
D | monitor.c | 67 } drops; variable 73 atomic_inc(&drops.cmd); in drop_add() 76 atomic_inc(&drops.evt); in drop_add() 79 atomic_inc(&drops.acl_tx); in drop_add() 82 atomic_inc(&drops.acl_rx); in drop_add() 86 atomic_inc(&drops.sco_tx); in drop_add() 89 atomic_inc(&drops.sco_rx); in drop_add() 93 atomic_inc(&drops.other); in drop_add() 216 encode_drops(hdr, BT_MONITOR_COMMAND_DROPS, &drops.cmd); in encode_hdr() 217 encode_drops(hdr, BT_MONITOR_EVENT_DROPS, &drops.evt); in encode_hdr() [all …]
|
/Zephyr-latest/soc/nxp/s32/s32ze/ |
D | Kconfig.defconfig | 26 # NETC drops TCP/UDP packets with invalid checksum
|
/Zephyr-latest/dts/bindings/regulator/ |
D | raspberrypi,core-supply-regulator.yaml | 47 Reset if the core voltage drops below this threshold for a particular time
|
D | regulator.yaml | 32 description: Offset applied to voltages to compensate for voltage drops
|
/Zephyr-latest/dts/bindings/charger/ |
D | maxim,max20335-charger.yaml | 53 voltage drops to this level, the charger current
|
/Zephyr-latest/ |
D | .gitignore | 62 # Cargo drops lock files in projects to capture resolved dependencies.
|
/Zephyr-latest/include/zephyr/debug/ |
D | mipi_stp_decoder.h | 131 * If detected, then decoder starts to look for ASYNC marker and drops all data
|
/Zephyr-latest/subsys/logging/frontends/stmesp/ |
D | zephyr_custom_log.h | 83 * and proceeds with standard approach (or optionally drops) for remaining messages.
|
/Zephyr-latest/doc/services/net_buf/ |
D | index.rst | 129 :c:func:`net_buf_unref()`. When the count drops to zero the buffer is
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | thread_stack.h | 80 * If a thread starts in, or drops down to user mode, the privilege stack page
|
/Zephyr-latest/subsys/net/lib/http/ |
D | Kconfig | 151 (i. e. not sending or receiving any data) before the server drops the
|
/Zephyr-latest/soc/nxp/imxrt/imxrt10xx/ |
D | power.c | 142 /* Should only be used if core clocks have been reduced- drops SOC voltage */
|
/Zephyr-latest/modules/hostap/ |
D | Kconfig | 371 Enable roaming support with wpa_supplicant. When current BSS RSSI drops,
|
/Zephyr-latest/arch/arc/ |
D | Kconfig | 133 ARCv2 CPUs have ZOL hardware loop mechanism which the ARCv3 ISA drops.
|
/Zephyr-latest/arch/arm/core/ |
D | userspace.S | 200 * Guard the default (user) stack until thread drops privileges. 484 * Guard the default (user) stack until thread drops privileges.
|
/Zephyr-latest/doc/develop/flash_debug/ |
D | nordic_segger.rst | 134 and version you might experience data corruption or drops if you use the USB CDC
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_pkt.rst | 155 :c:func:`net_pkt_unref()`. When the count drops to zero the buffer is
|
/Zephyr-latest/tests/kernel/mutex/mutex_api/src/ |
D | test_mutex_apis.c | 430 * has no owner) and drops its own priority.
|
/Zephyr-latest/subsys/mgmt/osdp/src/ |
D | osdp_common.h | 416 * @brief pointer to function that drops all bytes in TX/RX fifo
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | Kconfig.nrfwifi | 626 So, to save resources, this option drops such networks from the scan results.
|
/Zephyr-latest/doc/project/ |
D | release_process.rst | 88 The mainline release owner releases new -rc drops once or twice a week; a normal
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | Kconfig | 131 and the mesh drops the message transmission. To mitigate this 488 of packet drops. When considering the message latency, also consider
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_numaker.c | 283 /* Default configuration, DMA drops the packets if error in encapsulated ethernet payload */ in m_numaker_gmacdev_init()
|
/Zephyr-latest/arch/xtensa/core/startup/ |
D | reset_vector.S | 203 /* if so, avoid initializing ICOUNTLEVEL which drops single-steps
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | stats.c | 65 PR("Send Drops : %u\n", data->tx_dropped); in print_eth_stats()
|
12