/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/tests_scripts/persistence/ |
D | access.sh | 16 -- -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/ |
D | Kconfig.radio | 23 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/ |
D | lwm2m_obj_access_control.c | 216 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/ |
D | Kconfig.dw | 17 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/ |
D | Kconfig | 14 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/ |
D | main.c | 29 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/ |
D | Kconfig.esp32 | 15 bool "Add MPU access to write to flash" 17 Enable this to allow MPU RWX access to flash memory
|
D | Kconfig.ifx_cat1 | 33 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/ |
D | gen_gdt.py | 99 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/ |
D | intvect_reserved.ld | 10 * 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/ |
D | Kconfig | 28 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/ |
D | Kconfig.mem_domain | 48 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/ |
D | overview.rst | 34 - 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/ |
D | Kconfig.hrs | 23 bool "Require encryption for access" 26 bool "Require encryption and authentication for access"
|
/Zephyr-Core-3.7.0/samples/boards/google_kukui/ |
D | README.rst | 9 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/ |
D | Kconfig.mmc | 27 bool "MMC access via SD subsystem" 32 Enable MMC access via SD subsystem.
|
/Zephyr-Core-3.7.0/subsys/bluetooth/services/ias/ |
D | Kconfig.ias | 22 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/ |
D | Kconfig.icmsg | 5 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/ |
D | fs_mgmt_callbacks.h | 45 enum fs_mgmt_file_access_types access; member
|
/Zephyr-Core-3.7.0/scripts/build/ |
D | dir_is_writeable.py | 6 is_writeable = os.access(sys.argv[1], os.W_OK)
|
/Zephyr-Core-3.7.0/doc/services/storage/ |
D | index.rst | 10 disk/access.rst
|
/Zephyr-Core-3.7.0/drivers/retained_mem/ |
D | Kconfig | 29 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/ |
D | Kconfig | 4 mainmenu "Disk driver access test"
|
/Zephyr-Core-3.7.0/soc/nuvoton/numaker/ |
D | CMakeLists.txt | 5 # This is for access to pinctrl macros
|
/Zephyr-Core-3.7.0/include/zephyr/mgmt/mcumgr/grp/settings_mgmt/ |
D | settings_mgmt_callbacks.h | 38 enum settings_mgmt_access_types access; member
|