Searched full:links (Results 1 – 25 of 116) sorted by relevance
12345
/Zephyr-latest/include/zephyr/logging/ |
D | log_internal.h | 63 /* Initialize links. */ 66 /* Activate links. 67 * Attempt to activate links, 69 * @param active_mask Mask with links to activate. N bit set indicates that Nth 74 * @return Mask with links that still remain inactive. 116 * messages. Used only when links are using dedicated buffers.
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf54h20_cpurad.dtsi | 87 sink-channel-links = <2 NRF_DOMAIN_ID_RADIOCORE 2>; 88 source-channel-links = <0 NRF_DOMAIN_ID_RADIOCORE 0>, 94 sink-channel-links = <0 NRF_DOMAIN_ID_GLOBALSLOW 0>, 96 source-channel-links = <2 NRF_DOMAIN_ID_GLOBALSLOW 2>;
|
/Zephyr-latest/dts/bindings/ipc/ |
D | nordic,nrf-ipct-common.yaml | 17 source-channel-links: 32 sink-channel-links:
|
/Zephyr-latest/scripts/tests/build/ |
D | test_subfolder_list.py | 47 """Test directory links creation""" 73 links = [f for f in os.listdir(links_dir) if os.path.islink(f)] 74 assert sorted(expect_links) == sorted(links)
|
/Zephyr-latest/dts/bindings/dma/ |
D | intel,adsp-hda-ssp-cap.yaml | 15 Intel HD Audio Multiple Links Capability Structure
|
/Zephyr-latest/dts/bindings/misc/ |
D | nordic,nrf-dppic-local.yaml | 13 include: ["nordic,nrf-dppic.yaml", "nordic,nrf-dppic-links.yaml"]
|
D | nordic,nrf-dppic-global.yaml | 16 - "nordic,nrf-dppic-links.yaml"
|
/Zephyr-latest/cmake/ |
D | target_toolchain_flags.cmake | 10 # signatures, as example: clang, gcc, arm-zephyr-eabi-gcc, links pointing to 15 # usage and symbolic links, then the upgraded compiler will have new version
|
/Zephyr-latest/doc/develop/manifest/external/ |
D | external.rst.tmpl | 19 External references and links.
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/ |
D | doxytooltip.js | 42 let links = Array.from(document.querySelectorAll('a.reference.internal')).filter((a) => 45 links.forEach((link) => { 109 // rewrite all relative links as they are originally relative to the Doxygen page
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig | 46 rsource "Kconfig.links"
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_df_internal.h | 14 /* Change quota of free node_iq_report links. Delta may be negative,
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/ |
D | __init__.py | 9 to enable tooltips for C domain links.
|
/Zephyr-latest/boards/bbc/microbit/ |
D | board.cmake | 7 # https://www.segger.com/products/debug-probes/j-link/models/other-j-links/bbc-microbit-j-link-upgr…
|
/Zephyr-latest/scripts/build/ |
D | subfolder_list.py | 26 parser.add_argument('-c', '--create-links', required=False, 27 help='Create links for each directory found in \
|
/Zephyr-latest/soc/ti/simplelink/cc13x2x7_cc26x2x7/ |
D | ccfg.c | 26 /* Workaround required to be able to establish links between P and R devices,
|
/Zephyr-latest/soc/ti/simplelink/cc13x2_cc26x2/ |
D | ccfg.c | 26 /* Workaround required to be able to establish links between P and R devices,
|
/Zephyr-latest/boards/bbc/microbit_v2/ |
D | board.cmake | 8 # https://www.segger.com/products/debug-probes/j-link/models/other-j-links/bbc-microbit-j-link-upgr…
|
/Zephyr-latest/scripts/dts/ |
D | README.txt | 12 Links related to the work making this standalone:
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | ethernet.rst | 26 * 10, 100 and 1000 Mbit/sec links
|
/Zephyr-latest/doc/templates/ |
D | board.tmpl | 44 [ Links to external references such as datasheets or additional documentation]
|
D | sample.tmpl | 35 [ Links to external references such as datasheets or additional documentation]
|
/Zephyr-latest/doc/build/dts/ |
D | index.rst | 12 This page links to a high level guide on devicetree as well as reference
|
/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 006_nomination.md | 36 Add links to 3-5 GitHub pull requests, in the Zephyr project, authored or
|
/Zephyr-latest/doc/ |
D | 404.rst | 33 Please try using the navigation links on the left of this page to navigate
|
12345