Searched full:writable (Results 1 – 25 of 63) sorted by relevance
123
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | Kconfig.pacs | 29 bool "Sink PAC Location Writable Support" 64 bool "Source PAC Location Writable Support"
|
/Zephyr-Core-3.5.0/dts/bindings/serial/ |
D | altr,uart.yaml | 19 Baud rate cannot be changed by software (Divisor register is not writable)
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/edtt/gatt_test_app/ |
D | prj_llcp.conf | 25 # To make DEVICE Name writable...
|
/Zephyr-Core-3.5.0/arch/arm/include/cortex_m/ |
D | cmse.h | 90 * @return 1 if address is Read and Writable, 0 otherwise. 134 * @return 1 if address range is Read and Writable, 0 otherwise. 194 * @return p_obj if object is Read and Writable, NULL otherwise. 212 * @return p_obj if object is Read and Writable, NULL otherwise. 321 * @return 1 if address is Read and Writable from Non-Secure state, 0 otherwise 421 * @return p_obj if object is Non-Secure Read and Writable, NULL otherwise. 439 * @return p_obj if object is Non-Secure Read and Writable, NULL otherwise.
|
/Zephyr-Core-3.5.0/drivers/spi/ |
D | spi_handlers.c | 16 int writable) in copy_and_check() argument 43 Z_OOPS(Z_SYSCALL_MEMORY(buf->buf, buf->len, writable)); in copy_and_check()
|
/Zephyr-Core-3.5.0/include/zephyr/sys/ |
D | errno_private.h | 40 * is guaranteed to be read/writable from user mode.
|
/Zephyr-Core-3.5.0/drivers/ipm/ |
D | Kconfig.intel_adsp | 26 Location of the host-writable inbox window within the
|
/Zephyr-Core-3.5.0/drivers/ieee802154/ |
D | ieee802154_cc13xx_cc26xx_subg.h | 35 /* protects writable data and serializes access to the API */
|
/Zephyr-Core-3.5.0/tests/subsys/debug/coredump/src/ |
D | main.c | 21 * fault as the lowest memory region is writable. SOF uses k_panic in func_3()
|
/Zephyr-Core-3.5.0/include/zephyr/kernel/ |
D | thread.h | 155 /* Stack start - Represents the start address of the thread-writable 160 /* Thread writable stack buffer size. Represents the size of the actual 161 * buffer, starting from the 'start' member, that should be writable by
|
/Zephyr-Core-3.5.0/include/zephyr/arch/nios2/ |
D | arch.h | 65 * the only writable bit in the status register is PIE in arch_irq_unlock() 67 * all the other writable bits will be the same. in arch_irq_unlock()
|
/Zephyr-Core-3.5.0/drivers/i2c/ |
D | i2c_handlers.c | 41 * that the target buffer be writable in copy_msgs_and_transfer()
|
/Zephyr-Core-3.5.0/drivers/i3c/ |
D | i3c_handlers.c | 51 * that the target buffer be writable in copy_i3c_msgs_and_transfer()
|
/Zephyr-Core-3.5.0/soc/riscv/riscv-ite/it8xxx2/ |
D | Kconfig.soc | 150 Total size of writable flash.
|
/Zephyr-Core-3.5.0/boards/xtensa/intel_adsp_cavs25/doc/ |
D | chromebooks_adsp.rst | 60 Make the root filesystem writable 122 Once you are booted with a writable partition, you can turn on the 157 the only writable filesystem without noexec, you must place the binary 252 The modules you can copy directly to the (now writable) rootfs on the
|
/Zephyr-Core-3.5.0/arch/x86/include/ |
D | x86_mmu.h | 104 * w - present, writable, not executable 105 * a - present, writable, executable
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/ |
D | vocs.h | 52 /** Boolean to set whether the location is writable by clients */ 61 /** Boolean to set whether the description is writable by clients */
|
/Zephyr-Core-3.5.0/drivers/mbox/ |
D | mbox_nxp_s32_mru.c | 141 * Make the channel's registers writable and then once again after in nxp_s32_mru_set_enabled() 151 * the channel's registers not writable afterwards in nxp_s32_mru_set_enabled()
|
/Zephyr-Core-3.5.0/doc/ |
D | glossary.rst | 119 term storage rather than copying it into RAM, saving writable memory for
|
/Zephyr-Core-3.5.0/drivers/gpio/ |
D | gpio_mmio32.c | 19 * readable and writable, and that for any bits that act as outputs, the value
|
/Zephyr-Core-3.5.0/include/zephyr/app_memory/ |
D | app_memdomain.h | 84 * specific: "aw" indicates section is allocatable and writable,
|
/Zephyr-Core-3.5.0/drivers/crypto/ |
D | crypto_ataes132a_priv.h | 27 /* Configuration Pre-Lock Writable Registers */ 58 * Pre-Small Zone Lock Writable
|
/Zephyr-Core-3.5.0/samples/bluetooth/eddystone/src/ |
D | main.c | 563 /* Capabilities: Readable only when unlocked. Never writable. */ 600 /* Public ECDH Key: Readable only in unlocked state. Never writable. */ 603 /* EID Identity Key:Readable only in unlocked state. Never writable. */
|
/Zephyr-Core-3.5.0/drivers/pinctrl/ |
D | pinctrl_mchp_xec.c | 85 * register bit is writable by the EC. We also clear the input pad disable
|
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/common/ |
D | CMakeLists.txt | 51 # .module!) if it has any of ALLOC, WRITABLE or EXEC flags in the ELF
|
123