Home
last modified time | relevance | path

Searched refs:is_active (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/tests/net/route_mcast/src/
Dmain.c136 bool is_active; member
227 if (!active_scenario.is_active) { in iface_send()
476 active_scenario.is_active = true; in test_route_mcast_scenario1()
504 active_scenario.is_active = false; in test_route_mcast_scenario1()
538 active_scenario.is_active = true; in test_route_mcast_scenario2()
562 active_scenario.is_active = false; in test_route_mcast_scenario2()
594 active_scenario.is_active = true; in test_route_mcast_scenario3()
601 active_scenario.is_active = false; in test_route_mcast_scenario3()
614 active_scenario.is_active = true; in test_route_mcast_scenario3()
621 active_scenario.is_active = false; in test_route_mcast_scenario3()
[all …]
/Zephyr-latest/subsys/lorawan/services/
Dfrag_transport.c57 bool is_active; member
167 if (!ctx.is_active || ctx.frag_index == index) { in frag_transport_package_callback()
230 ctx.is_active = true; in frag_transport_package_callback()
242 if (!ctx.is_active || ctx.frag_index != index) { in frag_transport_package_callback()
246 ctx.is_active = false; in frag_transport_package_callback()
263 if (!ctx.is_active || index != ctx.frag_index) { in frag_transport_package_callback()
300 ctx.is_active = false; in frag_transport_package_callback()
/Zephyr-latest/doc/_extensions/zephyr/
Dmanifest_projects_table.py79 and manifest.is_active(project)
81 and not manifest.is_active(project)
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn_types.h137 uint8_t is_active:1; member
Dull_df.c1035 if (conn->llcp.cte_rsp.is_active) { in ll_df_set_conn_cte_rsp_enable()
1042 if (!conn->llcp.cte_rsp.is_active) { in ll_df_set_conn_cte_rsp_enable()
Dull_llcp.c455 conn->llcp.cte_rsp.is_active = 0U; in ull_llcp_init()
/Zephyr-latest/scripts/
Dset_assignees.py291 if not manifest.is_active(project):
Dzephyr_module.py711 if manifest.is_active(p)]
/Zephyr-latest/doc/develop/west/
Dwest-apis.rst418 .. automethod:: is_active
Drelease-notes.rst116 - ``west.manifest.Manifest.is_active()`` now respects the
537 - added ``west.manifest.Manifest.is_active()``
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py1462 if not manifest.is_active(project):