Searched full:writable (Results 1 – 25 of 88) sorted by relevance
1234
/Zephyr-latest/tests/subsys/llext/ |
D | testcase.yaml | 35 arch_allow: # Xtensa needs writable storage 45 arch_allow: arm # Xtensa needs writable storage, currently not supported on RISC-V 61 llext.writable: 92 # Test the Symbol Link Identifier (SLID) linking feature on writable
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.pacs | 29 bool "Sink PAC Location Writable Support" 64 bool "Source PAC Location Writable Support"
|
/Zephyr-latest/dts/bindings/serial/ |
D | altr,uart.yaml | 19 Baud rate cannot be changed by software (Divisor register is not writable)
|
D | intel,lw_uart.yaml | 19 Baud rate cannot be changed by software (Divisor register is not writable)
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/ |
D | prj_llcp.conf | 23 # To make DEVICE Name writable...
|
/Zephyr-latest/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-latest/subsys/llext/ |
D | Kconfig | 77 bool "llext storage is writable" 80 Select if LLEXT storage is writable, i.e. if extensions are stored in
|
/Zephyr-latest/drivers/ipm/ |
D | Kconfig.intel_adsp | 26 Location of the host-writable inbox window within the
|
/Zephyr-latest/include/zephyr/sys/ |
D | errno_private.h | 41 * is guaranteed to be read/writable from user mode.
|
/Zephyr-latest/modules/openthread/platform/ |
D | hdlc_interface.hpp | 92 …This is blocking call, i.e., if the socket is not writable, this method waits for it to become wri… 100 …* @retval OT_ERROR_FAILED Failed to send due to socket not becoming writable within `kMaxWaitTim…
|
/Zephyr-latest/drivers/spi/ |
D | spi_handlers.c | 16 int writable) in copy_and_check() argument 43 K_OOPS(K_SYSCALL_MEMORY(buf->buf, buf->len, writable)); in copy_and_check()
|
/Zephyr-latest/include/zephyr/arch/xtensa/ |
D | xtensa_mmu.h | 26 /** Memory region is writable. */ 29 /** Memory region is both executable and writable */
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_cc13xx_cc26xx_subg.h | 35 /* protects writable data and serializes access to the API */
|
/Zephyr-latest/include/zephyr/dt-bindings/reserved-memory/ |
D | nordic-owned-memory.h | 18 /** Writable. */
|
/Zephyr-latest/include/zephyr/arch/nios2/ |
D | arch.h | 66 * the only writable bit in the status register is PIE in arch_irq_unlock() 68 * all the other writable bits will be the same. in arch_irq_unlock()
|
/Zephyr-latest/dts/bindings/watchdog/ |
D | nxp,s32-swt.yaml | 63 - unlocked: registers are always writable.
|
/Zephyr-latest/arch/xtensa/include/ |
D | xtensa_internal.h | 70 * @param write If non-zero, additionally check if the area is writable.
|
/Zephyr-latest/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-latest/tests/subsys/debug/coredump/src/ |
D | main.c | 47 * fault as the lowest memory region is writable. SOF uses k_panic in func_3()
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_handlers.c | 51 * that the target buffer be writable in copy_i3c_msgs_and_transfer()
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_handlers.c | 41 * that the target buffer be writable in copy_msgs_and_transfer()
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | chromebooks_adsp.rst | 58 Make the root filesystem writable 120 Once you are booted with a writable partition, you can turn on the 155 the only writable filesystem without noexec, you must place the binary 250 The modules you can copy directly to the (now writable) rootfs on the
|
/Zephyr-latest/arch/x86/include/ |
D | x86_mmu.h | 104 * w - present, writable, not executable 105 * a - present, writable, executable
|
/Zephyr-latest/drivers/mbox/ |
D | mbox_nxp_s32_mru.c | 133 * Make the channel's registers writable and then once again after in nxp_s32_mru_set_enabled() 143 * the channel's registers not writable afterwards in nxp_s32_mru_set_enabled()
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | vocs.h | 77 /** Boolean to set whether the location is writable by clients */ 86 /** Boolean to set whether the description is writable by clients */
|
1234