Home
last modified time | relevance | path

Searched full:collision (Results 1 – 25 of 72) sorted by relevance

123

/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/friendship/
Dmsg_va_collision.sh8 # to Friend when LPN is subscribed to 2 virtual addresses with collision.
10 # 1. LPN subscribes a model to 2 virtual addresses with collision and sends single Friend
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/src/
Dmain_collision.c70 .test_descr = "Peripheral Collision",
77 .test_descr = "Central Collision",
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/transport/
Dva_collision.sh7 # Test transmission to virtual addresses with collision
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/
Dtestcase.yaml15 bluetooth.host.adt.eatt.collision:
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/tests_scripts/
Dcollision.sh7 simulation_id="collision"
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/support/
Dmec172x_remote_flasher.py64 collision.
74 # further avoid file name collision.
141 # This is used for remote file to avoid file name collision
/Zephyr-latest/scripts/build/
Dllext_prepare_exptab.py173 collision = sorted_exptab.get(slid)
174 if collision:
175 #Don't abort immediately on collision: if there are others, we want to log them all.
176 … self.log.error(f"SLID collision: {export_name} and {collision[0]} have the same SLID 0x{slid:X}")
/Zephyr-latest/subsys/usb/usb_c/
Dusbc_tc_common_internal.h150 * @brief Sets the Collision Avoidance Rp value
153 * @param rp Collision Avoidance Rp to set
/Zephyr-latest/subsys/net/ip/
DKconfig.tcp83 due to a packet collision. If the transmission timeout is the same
85 collision. By introducing a randomized retry timeout, the chance of
86 a second collision is reduced and it reduces further the more
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_remote.c168 static void rr_set_collision(struct ll_conn *conn, bool collision) in rr_set_collision() argument
170 conn->llcp.remote.collision = collision; in rr_set_collision()
175 return conn->llcp.remote.collision; in llcp_rr_get_collision()
620 /* No collision in rr_st_idle()
636 /* Peripheral collision in rr_st_idle()
660 /* Central collision in rr_st_idle()
Dull_conn_types.h56 uint8_t collision; member
/Zephyr-latest/subsys/bluetooth/mesh/
Dva.h50 * @return True if there is collision, false otherwise.
/Zephyr-latest/dts/bindings/ethernet/
Dinfineon,xmc4xxx-ethernet.yaml105 description: Collision (col) signal GPIO connection. Only used for MII interface.
/Zephyr-latest/include/zephyr/toolchain/
Dllvm.h35 * Avoid collision with defines from include/zephyr/toolchain/zephyr_stdint.h
/Zephyr-latest/tests/bluetooth/controller/ctrl_collision/src/
Dmain.c149 ZTEST(collision, test_phy_update_central_loc_collision) in ZTEST() argument
318 ZTEST(collision, test_phy_update_central_rem_collision) in ZTEST() argument
490 ZTEST(collision, test_phy_update_periph_loc_collision) in ZTEST() argument
620 ZTEST(collision, test_phy_conn_update_central_loc_collision) in ZTEST() argument
758 ZTEST_SUITE(collision, NULL, NULL, collision_setup, NULL, NULL);
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_vendor.h12 /* Measurement based on drifting roles that can overlap leading to collision
/Zephyr-latest/include/zephyr/mgmt/mcumgr/mgmt/
Dmgmt_defines.h86 /** Zephyr-specific groups decrease from PERUSER to avoid collision with upstream and
/Zephyr-latest/drivers/ethernet/
Deth_cyclonev_priv.h373 /*!< Late collision occurred during reception */
462 /*!< Late Collision: transmission aborted due to collision */
464 /*!< Excessive Collision: transmission aborted after 16 collisions */
468 /*!< Collision Count */
/Zephyr-latest/dts/bindings/serial/
Datmel,sam0-uart.yaml102 collision-detection:
104 description: Enable collision detection for half-duplex mode.
/Zephyr-latest/subsys/lorawan/
Dlw_priv.c33 [LORAMAC_STATUS_BUSY_UPLINK_COLLISION] = "Busy uplink collision",
/Zephyr-latest/subsys/net/l2/openthread/
DKconfig317 Set y if the radio supports tx retry logic with collision avoidance (CSMA)
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-ctlr-arch.rst196 * Miscellaneous procedure collision handling (in rr_st_idle())
206 - Procedure collision handling
/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_util.c234 printf(" Collision: %d\n", conn->llcp.remote.collision); in test_print_conn()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_friendship.c359 /** Send messages to 2 virtual addresses with collision and check that LPN correctly polls them.
1039 * to Friend when LPN is subscribed to 2 virtual addresses with collision.
1052 /* Subscripbe LPN on both virtual address with collision. */ in test_lpn_va_collision()
1174 TEST_CASE(friend, va_collision, "Friend: send to virtual addrs with collision"),
1186 TEST_CASE(lpn, va_collision, "LPN: receive on virtual addrs with collision"),
/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.h234 * to avoid collision

123