Home
last modified time | relevance | path

Searched refs:sf (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.7.0/scripts/west_commands/zspdx/
Dwalker.py663 sf = File(srcDoc, srcPkg)
664 sf.abspath = srcAbspath
665 sf.relpath = os.path.relpath(srcAbspath, srcPkg.cfg.relativeBaseDir)
667 sf.spdxID = zspdx.spdxids.getUniqueFileID(filenameOnly, srcDoc.timesSeen)
671 srcPkg.files[sf.spdxID] = sf
674 srcDoc.fileLinks[sf.abspath] = sf
675 self.allFileLinks[sf.abspath] = srcDoc
732 sf = ownerDoc.fileLinks.get(rlnData.ownerFileAbspath, None)
733 if not sf:
737 if not sf.spdxID:
[all …]
/Zephyr-Core-3.7.0/tests/subsys/modbus/src/
Dtest_modbus_client.c196 for (uint16_t sf = 0x0A; sf < 0x0F; sf++) { in test_diagnostic() local
197 err = modbus_request_diagnostic(client_iface, node, sf, 0, &data); in test_diagnostic()
198 zassert_equal(err, 0, "FC08:0x%04x request failed", sf); in test_diagnostic()
/Zephyr-Core-3.7.0/samples/net/ptp/
DREADME.rst50 git clone git://git.code.sf.net/p/linuxptp/code
/Zephyr-Core-3.7.0/boards/nuvoton/npcx4m8f_evb/doc/
Dindex.rst107 git clone https://git.code.sf.net/p/openocd/code ~/openocd
/Zephyr-Core-3.7.0/subsys/net/l2/ieee802154/
Dieee802154_frame.h315 struct ieee802154_beacon_sf sf; member
Dieee802154_mgmt.c48 ctx->scan_ctx->association_permitted = mpdu->beacon->sf.association; in ieee802154_handle_beacon()
/Zephyr-Core-3.7.0/samples/net/gptp/
DREADME.rst136 git clone git://git.code.sf.net/p/linuxptp/code
/Zephyr-Core-3.7.0/boards/olimex/olimexino_stm32/doc/
Dindex.rst401 $ git clone http://git.code.sf.net/p/stm32flash/code stm32flash
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/hci/
Dhci.c5047 struct bt_hci_vs_fatal_error_stack_frame *sf; local
5052 sizeof(*sf) + sizeof(*cpu_data));
5054 sf = net_buf_add(buf, (sizeof(*sf) + sizeof(*cpu_data)));
5055 sf->reason = sys_cpu_to_le32(reason);
5056 sf->cpu_type = BT_HCI_EVT_VS_ERROR_CPU_TYPE_CORTEX_M;
5059 (bt_hci_vs_fatal_error_cpu_data *)sf->cpu_data, esf);
/Zephyr-Core-3.7.0/doc/develop/
Dbeyond-GSG.rst258 …wget -O 60-openocd.rules https://sf.net/p/openocd/code/ci/master/tree/contrib/60-openocd.rules?for…