Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/tests_scripts/persistence/
Daccess.sh16 -- -argstest access-cfg=configured
20 -- -argstest access-cfg=configured
24 -- -argstest access-cfg=new-subs
28 -- -argstest access-cfg=new-subs
32 -- -argstest access-cfg=not-configured
39 -- -argstest access-cfg=configured
43 -- -argstest access-cfg=configured
47 -- -argstest access-cfg=new-subs
51 -- -argstest access-cfg=new-subs
55 -- -argstest access-cfg=not-configured
/Zephyr-Core-3.7.0/subsys/net/l2/ieee802154/
DKconfig.radio23 prompt "Radio channel access protocol"
26 Select which medium access protocol to use.
29 bool "IEEE 802.15.4 unslotted CSMA-CA medium access protocol"
33 channel access and fits most usage scenarios (see IEEE 802.15.4-2020,
37 bool "IEEE 802.15.4 Aloha medium access protocol (CCA mode 4)"
43 current implementation does not randomize channel access.
55 before declaring a channel access failure (MAC PIB attribute:
/Zephyr-Core-3.7.0/subsys/net/lib/lwm2m/
Dlwm2m_obj_access_control.c216 uint16_t access) in check_acl_table() argument
242 return (access_rights & access) == access; in check_acl_table()
251 return (default_rights & access) == access; in check_acl_table()
268 uint16_t access = operation_to_acperm(operation); in access_control_check_access() local
277 switch (access) { in access_control_check_access()
301 if (access == DISCOVER || access == WRITE_ATTR) { in access_control_check_access()
305 if (access != CREATE) { in access_control_check_access()
310 if (access == CREATE) { in access_control_check_access()
314 if (check_acl_table(obj_id, obj_inst_id, short_server_id, access)) { in access_control_check_access()
/Zephyr-Core-3.7.0/drivers/spi/
DKconfig.dw17 bool "DesignWare SPI only allows word access"
20 DesignWare SPI only allows word access, byte access will raise
/Zephyr-Core-3.7.0/subsys/shell/modules/
DKconfig14 This shell provides access to basic kernel data like version, uptime
33 This shell provides access to basic device data.
40 This shell provides access to date and time based on Unix time.
47 This shell command provides read/write access to physical memory.
/Zephyr-Core-3.7.0/samples/drivers/spi_fujitsu_fram/src/
Dmain.c29 uint8_t access[3]; in mb85rs64v_access() local
32 .buf = access, in mb85rs64v_access()
43 access[0] = cmd; in mb85rs64v_access()
46 access[1] = (addr >> 8) & 0xFF; in mb85rs64v_access()
47 access[2] = addr & 0xFF; in mb85rs64v_access()
/Zephyr-Core-3.7.0/drivers/flash/
DKconfig.esp3215 bool "Add MPU access to write to flash"
17 Enable this to allow MPU RWX access to flash memory
DKconfig.ifx_cat133 bool "Add MPU access to write to flash"
35 Enable this to allow MPU RWX access to flash memory.
/Zephyr-Core-3.7.0/arch/x86/
Dgen_gdt.py99 def create_code_data_entry(base, limit, dpl, flags, access): argument
102 (base, limit, dpl, flags, access))
121 access = access | (present << 7) | (dpl << 5) | (desc_type << 4) | accessed
125 access, flags, base_hi)
/Zephyr-Core-3.7.0/soc/renesas/smartbond/da1469x/
Dintvect_reserved.ld10 * access to interrupt vector which is located at 0x0 where flash is remapped.
11 * This means first 512 bytes of sram has to be reserved so remapped access does
/Zephyr-Core-3.7.0/arch/arm64/core/cortex_r/
DKconfig28 system requires PRIV access policy different from the access policy
35 allow nPRIV access at all. However, since the background map
57 bool "Add MPU access to write to flash"
59 Enable this to allow MPU RWX access to flash memory
/Zephyr-Core-3.7.0/kernel/
DKconfig.mem_domain48 thread access to memory. Memory domain APIs may only be invoked from
51 For these reasons, on uniprocessor systems unless memory access
71 have no access to others threads' stacks.
73 If disabled, threads within the same memory domains can access
76 Regardless of this settings, threads cannot access the stacks of
/Zephyr-Core-3.7.0/doc/kernel/usermode/
Doverview.rst34 - We prevent access to memory not specifically granted, or incorrect access to
41 - A user thread will by default have read/write access to its own stack
44 - A user thread will never by default have access to user thread stacks
47 - A user thread will never by default have access to thread stacks owned
51 - A user thread may have read/write access to the stacks of other user
54 - On MPU systems, threads may only access their own stack buffer.
56 - On MMU systems, threads may access any user thread stack in the same
62 - User threads by default are not granted default access to any memory
78 access to read or write, depending on the semantics of the API.
135 - Any user thread will only have access to a subset of memory:
[all …]
/Zephyr-Core-3.7.0/subsys/bluetooth/services/
DKconfig.hrs23 bool "Require encryption for access"
26 bool "Require encryption and authentication for access"
/Zephyr-Core-3.7.0/samples/boards/google_kukui/
DREADME.rst9 This provides access to :ref:`Kukui <google_kukui_board>` through a serial shell
10 so you can try out the supported features, including I2C, GPIO and flash access.
/Zephyr-Core-3.7.0/drivers/disk/
DKconfig.mmc27 bool "MMC access via SD subsystem"
32 Enable MMC access via SD subsystem.
/Zephyr-Core-3.7.0/subsys/bluetooth/services/ias/
DKconfig.ias22 bool "Require encryption for write access"
25 bool "Require encryption and authentication for write access"
/Zephyr-Core-3.7.0/subsys/ipc/ipc_service/lib/
DKconfig.icmsg5 bool "Synchronize access to shared memory"
9 Provide synchronization access to shared memory at a library level.
11 multiple contexts. Mutex is used to guard access to the memory.
21 Maximum time to wait, in milliseconds, for access to send data with
82 management to ensure correct data access.
/Zephyr-Core-3.7.0/include/zephyr/mgmt/mcumgr/grp/fs_mgmt/
Dfs_mgmt_callbacks.h45 enum fs_mgmt_file_access_types access; member
/Zephyr-Core-3.7.0/scripts/build/
Ddir_is_writeable.py6 is_writeable = os.access(sys.argv[1], os.W_OK)
/Zephyr-Core-3.7.0/doc/services/storage/
Dindex.rst10 disk/access.rst
/Zephyr-Core-3.7.0/drivers/retained_mem/
DKconfig29 memory access. This option should only be enabled when retained
30 memory access is required in an ISR or for special use cases.
/Zephyr-Core-3.7.0/tests/drivers/disk/disk_access/
DKconfig4 mainmenu "Disk driver access test"
/Zephyr-Core-3.7.0/soc/nuvoton/numaker/
DCMakeLists.txt5 # This is for access to pinctrl macros
/Zephyr-Core-3.7.0/include/zephyr/mgmt/mcumgr/grp/settings_mgmt/
Dsettings_mgmt_callbacks.h38 enum settings_mgmt_access_types access; member

12345678910>>...20