Searched refs:valid (Results 176 – 200 of 252) sorted by relevance
1234567891011
/Zephyr-latest/scripts/ |
D | spelling.txt | 1687 vaid||valid 1688 vaild||valid 1689 valide||valid
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_remote.c | 494 if (conn->llcp.fex.valid && feature_ext_rej_ind(conn)) { in rr_tx()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig.gatt | 254 It is up to user to provide valid timeout which pass required minimum
|
D | adv.c | 2244 if (bt_dev.cached_conn_complete[i].valid && in bt_hci_le_adv_set_terminated() 2256 bt_dev.cached_conn_complete[i].valid = false; in bt_hci_le_adv_set_terminated()
|
/Zephyr-latest/boards/wiznet/w5500_evb_pico/doc/ |
D | index.rst | 168 This example is valid for the case that the user joins to ``plugdev`` groups.
|
/Zephyr-latest/doc/services/ |
D | formatted_output.rst | 72 from such package as long as non read-only strings are still valid and read-only
|
/Zephyr-latest/include/zephyr/arch/riscv/common/ |
D | linker.ld | 449 /* Because ROMABLE_REGION != RAMABLE_REGION in XIP-system, it is valid
|
/Zephyr-latest/dts/arm64/nxp/ |
D | nxp_mimx93_a55.dtsi | 356 valid-channels = <0>, <1>;
|
/Zephyr-latest/doc/develop/west/ |
D | manifest.rst | 309 .. [#f1] In git, HEAD is a reference, whereas HEAD~<n> is a valid revision but 451 Here is a table with the valid ``version`` values, along with information 509 change the list of valid ``version`` values. For example, ``version: 510 "0.11"`` is **not** valid, because west v0.11.x did not introduce new 618 ``foo+bar`` are valid groups, but ``-foobar`` and ``+foobar`` are not. 2215 The ``--validate`` action either succeeds if the current manifest file is valid, 2227 If your manifest is valid but it's not working the way you want it to, turning
|
/Zephyr-latest/doc/hardware/pinctrl/ |
D | index.rst | 251 * File with valid mappings for a specific package (may be autogenerated). 309 * File with valid nodes for a specific package (may be autogenerated).
|
/Zephyr-latest/drivers/espi/ |
D | espi_it8xxx2.c | 591 #define VW_CHAN(signal, index, level, valid) \ argument 592 [signal] = {.vw_index = index, .level_mask = level, .valid_mask = valid}
|
/Zephyr-latest/soc/ite/ec/it8xxx2/ |
D | linker.ld | 487 /* Because ROMABLE_REGION != RAMABLE_REGION in XIP-system, it is valid
|
/Zephyr-latest/doc/kernel/usermode/ |
D | overview.rst | 105 logic for creating the tables of valid kernel objects, defining system calls,
|
/Zephyr-latest/cmake/emu/ |
D | qemu.cmake | 39 message(FATAL_ERROR "Couldn't find an valid OVMF_FD_PATH.")
|
/Zephyr-latest/boards/st/nucleo_wb55rg/doc/ |
D | nucleo_wb55rg.rst | 181 a valid STM32WB Coprocessor binaries (either 'Full stack' or 'HCI Layer').
|
/Zephyr-latest/boards/adi/max78002evkit/doc/ |
D | index.rst | 249 | JP40 | HW PWUP / SW PWUP | Camera will reset and power up as soon as 3.3V reaches a valid le…
|
/Zephyr-latest/boards/st/stm32wb5mmg/doc/ |
D | stm32wb5mmg.rst | 181 a valid STM32WB Coprocessor binaries (either 'Full stack' or 'HCI Layer').
|
/Zephyr-latest/boards/raspberrypi/rpi_pico/doc/ |
D | index.rst | 206 This example is valid for the case that the user joins to ``plugdev`` groups.
|
/Zephyr-latest/boards/nxp/lpcxpresso55s69/doc/ |
D | index.rst | 115 ``CONFIG_BUILD_WITH_TFM`` is always enabled to ensure that a valid S image is
|
/Zephyr-latest/boards/arm/mps3/doc/ |
D | index.rst | 180 ``mps3/corstone300`` or ``mps3/corstone310`` without the board name is not a valid qualifier.
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv6 | 267 No temporary address should ever remain valid for longer than this
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | controller.rst | 276 LOG_ERR("Failed to calc a valid timing");
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_cte_req/src/ |
D | main.c | 65 conn.llcp.fex.valid = 1; in fex_setup()
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 963 # HIGHEST_REVISION: Allows to specify highest valid revision for a board. 973 # VALID_REVISIONS: A list of valid revisions for this board. 976 # will be used as a valid revision for the board. 1012 Please specify a valid board revision.") 1086 `${BOARD}` not found. Please specify a valid board revision.") 1378 message(fatal_error "Must choose valid location for linker snippet.") 1794 # Verify blobs fetched using west. If the sha256 checksum isn't valid, a warning/ 1845 message(${msg_lvl} "Blob for path \"${path}\" isn't valid. Update with: west blobs fetch") 1859 …message(${msg_lvl} "Blob for path \"${path}\" isn't valid. Update with: west blobs fetch ${BLOBS_V… 3721 # <tag>...: One of the pre-defined valid CMake keys supported by build info or vendor-specific. [all …]
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 84 With an application key added (see above), the mesh node's transition parameters are all valid, and 111 the foundation models. To receive a packet in the mesh node, you have to add a model with a valid 353 Input a numeric OOB authentication value. Only valid when prompted by the shell during 363 Input an alphanumeric OOB authentication value. Only valid when prompted by the shell during 642 …ate the N most significant bytes of the array and zero-pad the rest. Only valid if the key does no… 675 …ate the N most significant bytes of the array and zero-pad the rest. Only valid if the key does no…
|
1234567891011