Searched full:allow (Results 1 – 25 of 1044) sorted by relevance
12345678910>>...42
/Zephyr-latest/dts/bindings/gpio/ |
D | renesas,ra-gpio.yaml | 16 description: Pins allow to assign port-irq0 20 description: Pins allow to assign port-irq1 24 description: Pins allow to assign port-irq2 28 description: Pins allow to assign port-irq3 32 description: Pins allow to assign port-irq4 36 description: Pins allow to assign port-irq5 40 description: Pins allow to assign port-irq6 44 description: Pins allow to assign port-irq7 48 description: Pins allow to assign port-irq8 52 description: Pins allow to assign port-irq9 [all …]
|
D | renesas,ra-gpio-ioport.yaml | 32 description: Pins allow to assign port-irq0 36 description: Pins allow to assign port-irq1 40 description: Pins allow to assign port-irq2 44 description: Pins allow to assign port-irq3 48 description: Pins allow to assign port-irq4 52 description: Pins allow to assign port-irq5 56 description: Pins allow to assign port-irq6 60 description: Pins allow to assign port-irq7 64 description: Pins allow to assign port-irq8 68 description: Pins allow to assign port-irq9 [all …]
|
/Zephyr-latest/include/zephyr/arch/arc/v2/mpu/ |
D | arc_mpu.h | 11 #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-latest/dts/bindings/sensor/ |
D | nordic,npm2100-vbat.yaml | 18 When Vout falls to this level, the PMIC will allow more current to flow 25 The boost converter will not allow the battery to drop below this level.
|
/Zephyr-latest/drivers/sensor/ti/tmp112/ |
D | Kconfig | 21 bool "Allow to set extended mode at runtime" 28 bool "Allow to set conversion rate at runtime"
|
/Zephyr-latest/drivers/sensor/bosch/bma4xx/ |
D | Kconfig | 19 bool "Allow reading the BMA4XX die temperature" 23 Allow reading the BMA4xx's on-chip temperature sensor. This creates
|
/Zephyr-latest/subsys/net/lib/http/ |
D | Kconfig | 122 bool "Allow capturing HTTP headers for application use" 155 bool "Allow upgrading to Websocket connection" 159 If this is enabled, then the user can allow the HTTP connection to be 165 bool "Allow wildcard matching of resources" 168 Allow user to specify wildcards when setting up resource strings. 179 allow any existing connections to finalize to avoid binding errors
|
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/ |
D | Kconfig | 45 Time in us microseconds allow for software reset. 46 Value of 0 will allow the driver to wait unlimited time.
|
/Zephyr-latest/subsys/testsuite/ztest/unittest/include/zephyr/arch/ |
D | cpu.h | 18 /* C++ does not allow empty structs, add an extra 1 byte */ 27 /* C++ does not allow empty structs, add an extra 1 byte */
|
/Zephyr-latest/drivers/input/ |
D | Kconfig.kbd_matrix | 28 Use a 16 bit type for the internal structure, allow using a matrix 32 bool "Allow runtime changes to the actual key mask"
|
/Zephyr-latest/dts/bindings/regulator/ |
D | renesas,da1469x-regulator.yaml | 30 Allow V30 to be powered from VBUS. 34 Allow V30 to be powered from VBAT.
|
D | silabs,series2-dcdc.yaml | 14 `regulator-allow-bypass` 29 - regulator-allow-bypass
|
/Zephyr-latest/subsys/sip_svc/ |
D | Kconfig | 65 bool "Allow a single client to open a connection at a time" 67 Allow only one client to open a session per controller
|
/Zephyr-latest/arch/arc/core/dsp/ |
D | Kconfig | 26 across context switches to allow multiple threads to perform concurrent 50 across context switches to allow multiple threads to perform concurrent
|
/Zephyr-latest/samples/arch/smp/pktqueue/ |
D | prj.conf | 1 # Allow worker threads to capture all resources
|
/Zephyr-latest/samples/arch/smp/pi/ |
D | prj.conf | 1 # Allow worker threads to capture all resources
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nordic_qspi_nor | 41 allow the write to proceed. Multiple transfers will be initiated 49 Enable setting up the QSPI NOR driver to allow for execution of code
|
/Zephyr-latest/tests/benchmarks/latency_measure/boards/ |
D | frdm_k64f.conf | 2 # allow for a tickless kernel given its 24-bit timer and its 120 MHz
|
D | arduino_due.conf | 2 # for platforms that do not allow frequency dividers large enough to get
|
D | frdm_k22f.conf | 2 # for platforms that do not allow frequency dividers large enough to get
|
D | frdm_k82f.conf | 2 # for platforms that do not allow frequency dividers large enough to get
|
D | qemu_cortex_m3.conf | 2 # for platforms that do not allow frequency dividers large enough to get
|
D | same54_xpro.conf | 2 # for platforms that do not allow frequency dividers large enough to get
|
D | twr_ke18f.conf | 2 # for platforms that do not allow frequency dividers large enough to get
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr_callbacks.rst | 14 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
|
12345678910>>...42