Searched full:exclusively (Results 1 – 25 of 28) sorted by relevance
12
/Zephyr-Core-3.5.0/soc/arm/nxp_imx/mcimx7_m4/ |
D | soc.c | 88 /* We need to grasp board uart exclusively */ in nxp_mcimx7_uart_config() 103 /* We need to grasp board uart exclusively */ in nxp_mcimx7_uart_config() 125 /* In this example, we need to grasp board I2C exclusively */ in nxp_mcimx7_i2c_config() 135 /* In this example, we need to grasp board I2C exclusively */ in nxp_mcimx7_i2c_config() 145 /* In this example, we need to grasp board I2C exclusively */ in nxp_mcimx7_i2c_config() 155 /* In this example, we need to grasp board I2C exclusively */ in nxp_mcimx7_i2c_config() 172 /* We need to grasp board pwm exclusively */ in nxp_mcimx7_pwm_config() 182 /* We need to grasp board pwm exclusively */ in nxp_mcimx7_pwm_config() 192 /* We need to grasp board pwm exclusively */ in nxp_mcimx7_pwm_config() 202 /* We need to grasp board pwm exclusively */ in nxp_mcimx7_pwm_config()
|
/Zephyr-Core-3.5.0/subsys/debug/ |
D | gdbstub_backend.h | 14 * exclusively by gdbstub.
|
/Zephyr-Core-3.5.0/dts/bindings/gpio/ |
D | nxp,s32-gpio.yaml | 33 The `NXP_S32_GPIO_INT_WKPU` flag is intended exclusively for specifying WKPU
|
/Zephyr-Core-3.5.0/soc/riscv/riscv-privileged/common/ |
D | vector.S | 34 * CLIC vectored mode uses mtvec exclusively for exception handling and
|
/Zephyr-Core-3.5.0/dts/bindings/pwm/ |
D | nxp,s32-emios-pwm.yaml | 93 for PWM operation. A master bus must be used exclusively, such as if
|
/Zephyr-Core-3.5.0/scripts/build/ |
D | process_gperf.py | 15 We are exclusively working with 4-byte pointer values. This script adjusts
|
/Zephyr-Core-3.5.0/kernel/ |
D | Kconfig.vm | 132 will cause a kernel panic. Such code must work with exclusively pinned
|
/Zephyr-Core-3.5.0/doc/kernel/usermode/ |
D | syscalls.rst | 11 API's private data is done exclusively through system call interfaces. 116 known that all the code inside a particular C file runs exclusively in 117 user mode, or exclusively in supervisor mode. The system will look for
|
D | kernelobjects.rst | 62 * Any memory reserved for a kernel object must be used exclusively for that
|
/Zephyr-Core-3.5.0/boards/arm/black_f407zg_pro/doc/ |
D | index.rst | 113 Zephyr default configuration uses CAN_2 exclusively, as
|
/Zephyr-Core-3.5.0/boards/arm/stm32f4_disco/doc/ |
D | index.rst | 101 Zephyr default configuration uses CAN_2 exclusively, as simultaneous use
|
/Zephyr-Core-3.5.0/boards/arm/black_f407ve/doc/ |
D | index.rst | 116 Zephyr default configuration uses CAN_2 exclusively, as
|
/Zephyr-Core-3.5.0/doc/contribute/ |
D | external.rst | 221 This section deals exclusively with the inclusion of external tooling in the
|
/Zephyr-Core-3.5.0/tests/net/ieee802154/l2/src/ |
D | ieee802154_shell_test.c | 55 /* No need for scan_ctx locking as we should execute exclusively. */ in scan_result_cb()
|
/Zephyr-Core-3.5.0/doc/kernel/services/smp/ |
D | smp.rst | 73 Zephyr core kernel has now been ported to use spinlocks exclusively.
|
/Zephyr-Core-3.5.0/doc/services/device_mgmt/smp_groups/ |
D | smp_group_8.rst | 40 of uploading/downloading files using fs_mgmt), but files are not exclusively 168 an idle timeout has not been reached, but files are not exclusively owned by 173 not exclusively owned by MCUmgr, for the time of download session, and may
|
/Zephyr-Core-3.5.0/tests/kernel/queue/src/ |
D | test_queue_contexts.c | 413 * access to the API’s private data is done exclusively through system call
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/ |
D | bluetooth-arch.rst | 128 Controller, and it is used exclusively for single-chip (SoC) configurations.
|
/Zephyr-Core-3.5.0/kernel/include/ |
D | kernel_arch_interface.h | 398 * as it is only used for a short period of time exclusively by the caller.
|
/Zephyr-Core-3.5.0/include/zephyr/kernel/ |
D | thread_stack.h | 197 * that exclusively run in supervisor mode. This is also suitable for
|
/Zephyr-Core-3.5.0/include/zephyr/sys/ |
D | util.h | 187 * exclusively a @p ptr aligned to an array-element boundary of @p array.
|
/Zephyr-Core-3.5.0/doc/develop/west/ |
D | release-notes.rst | 473 has been updated to use the new ones exclusively.
|
/Zephyr-Core-3.5.0/doc/develop/ |
D | modules.rst | 17 should not contain code that is written exclusively for Zephyr. Instead,
|
/Zephyr-Core-3.5.0/include/zephyr/net/ |
D | ieee802154_radio.h | 1149 * @details While L1-level driver features are exclusively implemented by
|
D | buf.h | 893 * exclusively instantiated via net_buf_alloc_with_data() function.
|
12