Searched full:permissions (Results 1 – 25 of 187) sorted by relevance
12345678
/Zephyr-latest/subsys/bluetooth/services/ |
D | Kconfig.hrs | 12 prompt "Default permissions used for HRS characteristics" 15 Default permissions for HRS characteristic attributes
|
/Zephyr-latest/arch/arm/include/cortex_m/ |
D | cmse.h | 33 * The TT instructions are used to check the access permissions that different 59 * permissions of the current state MPU and the specified operation mode. 78 * to the permissions of the current state MPU and the specified operation 98 * and size, can be read according to the permissions of the current state MPU 120 * and size, can be read/written according to the permissions of the current 149 * permissions of the current state MPU. 167 * permissions of the current state MPU (unprivileged read). 185 * according to the permissions of the current state MPU. 203 * to the permissions of the current state MPU (unprivileged read/write). 289 * state according to the permissions of the Non-Secure state MPU and the [all …]
|
/Zephyr-latest/doc/kernel/usermode/ |
D | kernelobjects.rst | 27 has sufficient permissions to work with it. 87 permissions on it) the object will be automatically freed. User threads 89 :c:func:`k_object_release`, and their permissions are automatically 94 Because permissions are also used for reference counting, it is important for 95 supervisor threads to acquire permissions on objects they are using even though 122 * A bitfield indicating permissions on that object. All threads have a 140 Supervisor threads can access any kernel object. However, permissions for 144 thread will then run in user mode with any permissions it had been granted 149 same permissions as the parent thread, except the parent thread object. 154 By default, when a user thread is created, it will only have access permissions [all …]
|
/Zephyr-latest/subsys/bluetooth/services/ias/ |
D | Kconfig.ias | 13 prompt "Default permissions used for IAS characteristics" 16 Default write permissions for IAS characteristic attributes
|
/Zephyr-latest/dts/bindings/mtd/ |
D | nordic,owned-partitions.yaml | 14 different set of permissions. For each such table, the smallest memory region 56 - 0x0E0C0000--0x0E100000, with read & execute permissions, containing the 58 - 0x0E100000--0x0E156000, with read & write permissions, containing the
|
/Zephyr-latest/include/zephyr/sys/ |
D | kobject.h | 58 * state. The permissions will be granted when the threads are initialized 86 * supervisor mode, or the caller is from user mode AND has permissions 99 * supervisor mode, or the caller is from user mode AND has permissions 111 * Their permissions are automatically cleared when a thread terminates. 122 * have sufficient permissions on the object, then that object will have 123 * permissions granted to it for *all* current and future threads running in 130 * It is not possible to revoke permissions on public objects; once public,
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
D | gatt_macs.h | 31 * @param _perm Attribute access permissions. 55 * @param _perm Characteristic attribute access permissions. 127 * @param _perm Descriptor attribute access permissions. 142 * @param _perm CCC access permissions. 207 * @param _perm Descriptor attribute access permissions.
|
/Zephyr-latest/include/zephyr/arch/arm64/ |
D | arm_mmu.h | 41 * attrs[3] : Access Permissions 43 * attrs[5] : Execute Permissions privileged mode (PXN) 44 * attrs[6] : Execute Permissions unprivileged mode (UXN) 45 * attrs[7] : Mirror RO/RW permissions to EL0 195 * (access permissions and cache-ability).
|
/Zephyr-latest/tests/kernel/mem_protect/mem_protect/src/ |
D | inherit.c | 51 /* generic function to do check the access permissions. */ 67 /* check that child thread inherited permissions */ in test_thread_1_for_user() 91 * - To the parent current thread grant permissions on kernel objects. 92 * - Create a child thread and check that it inherited permissions on that
|
/Zephyr-latest/.github/workflows/ |
D | scorecards.yml | 18 permissions: read-all 24 permissions:
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.intel | 14 bool "Check permissions before manipulating GPIO"
|
/Zephyr-latest/include/zephyr/arch/arm/mpu/ |
D | arm_mpu_v8.h | 218 /* Note that the access permissions allow for un-privileged writes, contrary 219 * to ARMv7-M where un-privileged code has Read-Only permissions. 278 /* Note that the access permissions allow for un-privileged writes, contrary 279 * to ARMv7-M where un-privileged code has Read-Only permissions. 325 * (access permissions and cache-ability). 354 * Evaluate whether the access permissions include write-ability. 376 * Evaluate whether the access permissions include execution.
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | generic.cmake | 24 message(FATAL_ERROR "Executing the below command failed. Are permissions set correctly?
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/ |
D | gesture_predictor.hpp | 13 * See the License for the specific language governing permissions and
|
D | assert.cpp | 13 * See the License for the specific language governing permissions and
|
D | output_handler.hpp | 13 * See the License for the specific language governing permissions and
|
D | accelerometer_handler.hpp | 13 * See the License for the specific language governing permissions and
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/ |
D | assert.cpp | 13 * See the License for the specific language governing permissions and
|
D | constants.c | 13 * See the License for the specific language governing permissions and
|
D | output_handler.cpp | 13 * See the License for the specific language governing permissions and
|
D | output_handler.hpp | 13 * See the License for the specific language governing permissions and
|
/Zephyr-latest/dts/bindings/reserved-memory/ |
D | nordic,owned-memory.yaml | 29 Each of the different owners may have a different set of permissions granted, 53 - Permissions are encoded as a 32-bit bitfield, using the flags found in
|
/Zephyr-latest/cmake/compiler/xcc/ |
D | generic.cmake | 25 message(FATAL_ERROR "Executing the below command failed. Are permissions set correctly?
|
/Zephyr-latest/cmake/compiler/armclang/ |
D | generic.cmake | 36 "Are permissions set correctly? '${CMAKE_C_COMPILER} --version' "
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/boards/ |
D | litex_vexriscv.conf | 12 # See the License for the specific language governing permissions and
|
12345678