Home
last modified time | relevance | path

Searched +full:use +full:- +full:4 +full:b +full:- +full:addr +full:- +full:opcodes (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/dts/bindings/mtd/
Djedec,spi-nor-common.yaml3 # SPDX-License-Identifier: Apache-2.0
5 # Common properties used by nodes describing M25P80-compatible SPI NOR
8 # This extends JESD216-defined features with additional functionality
9 # that may be specific to the vendor of a M25P80-compatible device and
17 requires-ulbpr:
23 protection register that initializes to write-protected. Use this
27 has-dpd:
32 Use this property to indicate the flash chip supports the Deep
33 Power-Down mode that is entered by command 0xB9 to reduce power
34 consumption below normal standby levels. Use of this property
[all …]
/Zephyr-latest/subsys/bluetooth/mesh/
Daccess.c4 * SPDX-License-Identifier: Apache-2.0
36 /* 20 - 50ms */
38 /* 20 - 500ms */
44 uint16_t addr; member
49 uint8_t period_div:4,
75 /** Type of relation; value in range 0x00-0xFE marks correspondence
100 (mod_rel_list[(idx)].elem_base == mod->rt->elem_idx && \
101 mod_rel_list[(idx)].idx_base == mod->rt->mod_idx + (offset))
104 (mod_rel_list[(idx)].elem_ext == mod->rt->elem_idx && \
105 mod_rel_list[(idx)].idx_ext == mod->rt->mod_idx + (offset))
[all …]
/Zephyr-latest/arch/riscv/core/
Disr.S2 * Copyright (c) 2016 Jean-Paul Etienne <fractalclone@gmail.com>
6 * SPDX-License-Identifier: Apache-2.0
45 /* Convenience macro for storing callee saved register [s0 - s11] states. */
107 /* use ABI name of registers for the sake of simplicity */
110 * Generic architecture-level IRQ handling, along with callouts to
111 * SoC-specific routines.
117 * Since RISC-V does not completely prescribe IRQ handling behavior,
122 * - __soc_is_irq (optional): decide if we're handling an interrupt or an
124 * - __soc_handle_irq: handle SoC-specific details for a pending IRQ
125 * (e.g. clear a pending bit in a SoC-specific register)
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst14 * Introduced :ref:`USB-C <usbc_api>` device stack with PD (power delivery)
17 CMSIS-DSP as the default backend.
30 * CVE-2023-0359: Under embargo until 2023-04-20
32 * CVE-2023-0779: Under embargo until 2023-04-22
48 order to use the nano variant.
66 removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding.
71 * Starting from this release ``zephyr-`` prefixed tags won't be created
82 image states). Use of a truncated hash or non-sha256 hash will still work
87 handlers just need to use a define which will then call the supplied
88 registration function at boot-up. If applications register this then
[all …]