Home
last modified time | relevance | path

Searched full:allow (Results 1 – 25 of 784) sorted by relevance

12345678910>>...32

/Zephyr-Core-3.5.0/include/zephyr/arch/arc/v2/mpu/
Darc_mpu.h11 #define AUX_MPU_ATTR_UE 0x008 /* allow user execution */
12 #define AUX_MPU_ATTR_UW 0x010 /* allow user write */
13 #define AUX_MPU_ATTR_UR 0x020 /* allow user read */
14 #define AUX_MPU_ATTR_KE 0x040 /* only allow kernel execution */
15 #define AUX_MPU_ATTR_KW 0x080 /* only allow kernel write */
16 #define AUX_MPU_ATTR_KR 0x100 /* only allow kernel read */
/Zephyr-Core-3.5.0/drivers/sensor/tmp112/
DKconfig19 bool "Allow to set extended mode at runtime"
26 bool "Allow to set conversion rate at runtime"
/Zephyr-Core-3.5.0/subsys/testsuite/ztest/include/zephyr/arch/
Dcpu.h18 /* C++ does not allow empty structs, add an extra 1 byte */
27 /* C++ does not allow empty structs, add an extra 1 byte */
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/img_mgmt/
DKconfig66 bool "Allow to confirm secondary slot of non-active image"
76 bool "Allow to confirm slots of non-active image"
87 bool "Allow to erase pending slot"
95 bool "Allow direct image upload"
144 uploads. Note that these are status checking only, to allow inspecting of a file upload
/Zephyr-Core-3.5.0/subsys/sip_svc/
DKconfig65 bool "Allow a single client to open a connection at a time"
67 Allow only one client to open a session per controller
/Zephyr-Core-3.5.0/drivers/flash/
DKconfig.nordic_qspi_nor39 allow the write to proceed. Multiple transfers will be initiated
47 Enable setting up the QSPI NOR driver to allow for execution of code
DKconfig.simulator18 bool "Allow read access to be unaligned"
26 bool "Allow program units to be programmed more than once"
DKconfig.stm3248 bool "Allow disabling readout protection"
56 bool "Allow enabling readout protection permanently"
/Zephyr-Core-3.5.0/soc/riscv/riscv-privileged/common/
Dsoc_irq.S18 * __soc_handle_irq is defined as .weak to allow re-implementation by
37 * __soc_is_irq is defined as .weak to allow re-implementation by
/Zephyr-Core-3.5.0/arch/arc/core/dsp/
DKconfig31 across context switches to allow multiple threads to perform concurrent
55 across context switches to allow multiple threads to perform concurrent
/Zephyr-Core-3.5.0/samples/arch/smp/pktqueue/
Dprj.conf1 # Allow worker threads to capture all resources
/Zephyr-Core-3.5.0/samples/arch/smp/pi/
Dprj.conf1 # Allow worker threads to capture all resources
/Zephyr-Core-3.5.0/doc/services/device_mgmt/
Dmcumgr_callbacks.rst14 callback allows the application to inspect the request path and allow or deny
132 Some callbacks expect a return status to either allow or disallow an operation,
295 data is :c:struct:`fs_mgmt_file_access`. Instead of returning true to allow
297 :c:enumerator:`MGMT_ERR_EOK` will allow the action, any other return code
314 allow the action or false to deny, a MCUmgr result code needs to be
315 returned, :c:enumerator:`MGMT_ERR_EOK` will allow the action, any other
322 true to allow the action or false to deny, a MCUmgr result code needs to be
323 returned, :c:enumerator:`MGMT_ERR_EOK` will allow the action, any other
/Zephyr-Core-3.5.0/tests/benchmarks/latency_measure/boards/
Datsame54_xpro.conf2 # for platforms that do not allow frequency dividers large enough to get
Darduino_due.conf2 # for platforms that do not allow frequency dividers large enough to get
Dfrdm_k22f.conf2 # for platforms that do not allow frequency dividers large enough to get
Dfrdm_k64f.conf2 # for platforms that do not allow frequency dividers large enough to get
Dfrdm_k82f.conf2 # for platforms that do not allow frequency dividers large enough to get
Dqemu_cortex_m3.conf2 # for platforms that do not allow frequency dividers large enough to get
Dtwr_ke18f.conf2 # for platforms that do not allow frequency dividers large enough to get
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/
Dll_tx_pwr.c59 /* Allow the app to get Tx power in ll_tx_pwr_lvl_get()
81 /* Allow the app to get Tx power in ll_tx_pwr_lvl_get()
157 /* Allow the app to set Tx power in ll_tx_pwr_lvl_set()
178 /* Allow the app to set Tx power in ll_tx_pwr_lvl_set()
/Zephyr-Core-3.5.0/arch/arm64/core/cortex_r/
DKconfig35 allow nPRIV access at all. However, since the background map
59 Enable this to allow MPU RWX access to flash memory
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/att/sequential/tester/
Dprj.conf15 # Allow whole L2CAP PDUs to fit on-air
/Zephyr-Core-3.5.0/samples/subsys/fs/littlefs/boards/
Dnucleo_h7a3zi_q.conf7 # Set MPU to allow write accesses to flash memory.
/Zephyr-Core-3.5.0/dts/bindings/mbox/
Dnxp,s32-mru.yaml14 - Each channel uses only the first mailbox, as current API does not allow
17 allow variable length per channel.

12345678910>>...32