/Zephyr-latest/tests/net/conn_mgr_conn/src/ |
D | main.c | 62 /* Reset all flags and settings for the binding */ in reset_test_iface_state() 202 /* Take all ifaces up */ in ZTEST() 222 /* Verify that all ifaces have the expected call counts and types */ in ZTEST() 244 /* Verify that all ifaces have the expected call counts and types */ in ZTEST() 266 /* Verify that all ifaces have the expected call counts and types */ in ZTEST() 289 /* Verify that all ifaces have the expected call counts and types */ in ZTEST() 312 /* Verify that all ifaces have the expected call counts and types */ in ZTEST() 335 /* Verify that all ifaces have the expected call counts and types */ in ZTEST() 464 * Verify that invalid bound ifaces are treated as though they are not bound at all. 776 /* Firstly, clear all flags (some are automatically enabled before each test) */ in ZTEST() [all …]
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_quarantine.py | 29 ['all'], 38 ['dummy platform', 'all'], 39 ['all', 'another architecture'], 45 ['all', 'another scenario'], 48 ['all', 'all'], 61 'all scenarios', 62 'all platforms and architectures', 99 'scenarios': ['all'], 127 \"scenarios\": [\"all\"], 240 scenarios=['all'], [all …]
|
D | README.md | 5 Twister Testsuite are located in $ZEPHYR_BASE/scripts/tests directory with all the data files in $Z… 9 Install all the dependencies using 25 The coverage for all the tests can be run using the command below. This will collect all the tests …
|
/Zephyr-latest/dts/bindings/regulator/ |
D | nordic,npm6001-regulator.yaml | 7 The PMIC has four buck converters and two LDOs. All need to be defined as 18 /* all properties for BUCK0 */ 21 /* all properties for BUCK1 */ 24 /* all properties for BUCK2 */ 27 /* all properties for BUCK3 */ 30 /* all properties for LDO0 */ 33 /* all properties for LDO1 */
|
D | x-powers,axp192-regulator.yaml | 9 All need to be defined as children nodes. 20 /* all properties for DCDC1 */ 23 /* all properties for DCDC2 */ 26 /* all properties for DCDC3 */ 29 /* all properties for LDOIO0 */ 32 /* all properties for LDO2 */ 35 /* all properties for LDO3 */
|
D | maxim,max20335-regulator.yaml | 7 The PMIC has two buck converters and three LDOs. All need to be defined as 18 /* all properties for BUCK1 */ 21 /* all properties for BUCK2 */ 24 /* all properties for LDO1 */ 27 /* all properties for LDO2 */ 30 /* all properties for LDO3 */
|
D | mps,mpm54304.yaml | 9 The MPM54304 has four buck regulators. All need to be defined as 18 /* all properties for BUCK1 */ 21 /* all properties for BUCK2 */ 24 /* all properties for BUCK3 */ 27 /* all properties for BUCK4 */
|
/Zephyr-latest/dts/bindings/gpio/ |
D | xlnx,xps-gpio-1.00.a.yaml | 16 xlnx,all-inputs: 19 1 if all GPIOs are inputs, 0 otherwise 21 xlnx,all-outputs: 24 1 if all GPIOs are outputs, 0 otherwise 46 xlnx,all-inputs-2: 49 1 if all GPIO2s are inputs, 0 otherwise 51 xlnx,all-outputs-2: 54 1 if all GPIO2s are outputs, 0 otherwise
|
/Zephyr-latest/boards/openisa/rv32m1_vega/support/ |
D | openocd_rv32m1_vega_ri5cy.cfg | 51 # Erase all blok unsecure 68 # Erase all blok unsecure 85 # Erase all blok unsecure 102 # Erase all blok unsecure 117 # All cores are available, CM4 & RI5CY boot first 120 # Erase all blok unsecure 135 # All cores are available, CM0 & ZERO_RISCY boot first 138 # Erase all blok unsecure
|
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/src/ |
D | dsp_regs_arc.h | 20 * @brief Load all dsp registers 22 * This function loads all DSP and AGU registers pointed to by @a regs. 45 * @brief Dump all dsp registers to memory 47 * This function stores all DSP and AGU registers to the memory buffer 49 * _load_all_dsp_registers() occurred to load all the dsp 65 * @brief Load then dump all dsp registers to memory 67 * This function loads all DSP and AGU registers from the memory buffer
|
/Zephyr-latest/subsys/mgmt/mcumgr/mgmt/ |
D | Kconfig | 1 # Copyright Runtime.io 2018. All rights reserved. 2 # Copyright Nordic Semiconductor ASA 2020-2022. All rights reserved. 9 # All Kconfig options defined with this file should begin with prefix: 22 registered and will all be called when registered events occur. 27 acceptable, true must be returned by all the registered notification handlers.
|
/Zephyr-latest/doc/_static/js/ |
D | dark-mode-toggle-stylesheets-loader.min.js | 2 …){case t:o=o.replace(a,"$&, all").replace(r,"$& and not all");break;case l:o=o.replace(r,"$&, all"…
|
/Zephyr-latest/samples/bluetooth/mtu_update/img/ |
D | mtu.svg | 3 …all"/><rect x="315" y="61" width="30" height="360" fill="none" stroke="rgb(0, 0, 0)" stroke-dashar…
|
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/ |
D | float_regs_arm_gcc.h | 49 * @brief Load all floating point registers 51 * This function loads ALL floating point registers pointed to by @a regs. 75 * @brief Dump all floating point registers to memory 77 * This function stores ALL floating point registers to the memory buffer 79 * _load_all_float_registers() occurred to load all the floating point 96 * @brief Load then dump all float registers to memory 98 * This function loads ALL floating point registers from the memory buffer
|
D | float_regs_arc_gcc.h | 24 * @brief Load all floating point registers 26 * This function loads ALL floating point registers pointed to by @a regs. 62 * @brief Dump all floating point registers to memory 64 * This function stores ALL floating point registers to the memory buffer 66 * _load_all_float_registers() occurred to load all the floating point 94 * @brief Load then dump all float registers to memory 96 * This function loads ALL floating point registers from the memory buffer
|
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/ |
D | Kconfig | 33 int "Skip peripheral ISO events count, all subevents in them" 36 Skip peripheral ISO events count where all subevents are skipped. 46 int "Skip central ISO events count, all subevents in them" 49 Skip central ISO events count where all subevents are skipped.
|
/Zephyr-latest/tests/drivers/can/timing/ |
D | Kconfig | 7 bool "Test all CAN in Automation (CiA) recommended bitrates" 9 Enable test of all bitrates recommended by CAN in Automation (CiA). Not all CAN 10 controllers can meet all of the bitrates listed below, and some board configurations may
|
/Zephyr-latest/dts/bindings/memory-controllers/ |
D | renesas,smartbond-nor-psram.yaml | 82 all bytes be sent in quad bus mode. It's a pre-requisite that read and write 90 for single mode which is supported by all memory devices. 97 for single mode which is supported by all memory devices. 111 Mode0 is selected by default as it should be supported by all memory devices. 123 mode which is supported by all memory devices. 177 supported by all memory devices. 189 supported by all memory devices. 201 be supported by all memory devices. 212 read accesses in auto mode. The single mode should be supported by all 224 supported by all memory devices. [all …]
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_init.h | 13 * @brief Initialize all device configurations 15 * Iterate on a list of all configurations and initialize all
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/images/ |
D | dfu_srv.svg | 3 …all"/><path d="M 210 40 L 210 680" fill="none" stroke="#000000" stroke-miterlimit="10" stroke-dash…
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/figures/ |
D | integration_diagram_detailed.svg | 3 …all"/><rect x="259" y="454" width="310" height="177" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0…
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | statuses.py | 40 # All statuses below this comment can be used for TestCase 44 # All statuses below this comment can be used for TestSuite 45 # All statuses below this comment can be used for TestInstance 49 # All statuses below this comment can be used for Harness
|
/Zephyr-latest/doc/build/dts/ |
D | zephyr_dt_inputs_outputs.svg | 4 …all"/><path d="M 204.64 116.64 C 204.64 112.97 207.69 110 211.45 110 L 304.18 110 C 307.95 110 311…
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/bridge/ |
D | brg_net_key_refresh.sh | 24 # (*) - All nodes are in the tester's range 41 # 5. Tester starts KRP on all nodes for all network keys 43 # 7. Tester triggers transition to KRP phase 0x02 for all nodes and net keys. 45 # 9. Tester triggers transition to KRP phase 0x03 for all nodes and net keys.
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/transport/ |
D | fixed.sh | 9 # - sends 3 messages to all-relays fixed group address 12 # - disables the Relay feature, subscribes the model to the all-relays address and delivers the 14 # - unsubscribes the model from the all-relayes address and doesn't deliver the third message to the
|