/Zephyr-4.1.0/doc/develop/test/ |
D | twister.rst | 32 - You or some higher level automation invoked twister with 446 Test levels this test should be part of. If a level is present, this 447 test will be selectable using the command line option ``--level <level name>`` 836 ``pytest_args: [‘-k=test_method’, ‘--log-level=DEBUG’]``. Note that 1541 twister it is then possible to select a level and just execute the tests 1542 included in this level. 1544 Additionally, the test configuration allows defining level 1545 dependencies and additional inclusion of tests into a specific level if 1549 regular expressions and you can specify which test level to import from 1598 The test configuration allows defining test levels, level dependencies and [all …]
|
/Zephyr-4.1.0/soc/mediatek/mt8xxx/ |
D | Kconfig.defconfig | 27 # level 2, underneath other hardware interrupts like timer, so it
|
/Zephyr-4.1.0/soc/st/stm32/ |
D | Kconfig | 46 Initialization priority of the routine within the PRE_KERNEL1 level.
|
/Zephyr-4.1.0/drivers/watchdog/ |
D | Kconfig.nxp_fs26 | 73 Priority level for internal cooperative thread which is ran for
|
/Zephyr-4.1.0/samples/drivers/ipm/ipm_esp32/ |
D | README.rst | 19 message, so high level protocol is responsible to fragment larger
|
/Zephyr-4.1.0/boards/renesas/rcar_spider_s4/doc/ |
D | rcar_spider_a55.rst | 42 | Interface | Driver/components | Support level |
|
/Zephyr-4.1.0/samples/bluetooth/ccp_call_control_client/src/ |
D | main.c | 69 static void security_changed_cb(struct bt_conn *conn, bt_security_t level, enum bt_security_err err) in security_changed_cb() argument
|
/Zephyr-4.1.0/boards/renesas/da1469x_dk_pro/ |
D | da1469x_dk_pro.dts | 155 * On board level we switch to XTAL32K and
|
/Zephyr-4.1.0/doc/connectivity/networking/api/ |
D | thread.rst | 17 The Thread specification provides a high level of network security. Mesh networks
|
/Zephyr-4.1.0/doc/develop/test/twister/ |
D | twister_blackbox.rst | 37 twister -i --outdir $OUTDIR -T $TEST_DATA/tests -y --level $LEVEL 62 * ``@pytest.mark.parametrize('level, expected_tests', TESTDATA_X, ids=['smoke', 'acceptance'])``
|
/Zephyr-4.1.0/drivers/wifi/simplelink/ |
D | simplelink_sockets.c | 715 static int simplelink_setsockopt(void *obj, int level, int optname, in simplelink_setsockopt() argument 721 if (IS_ENABLED(CONFIG_NET_SOCKETS_SOCKOPT_TLS) && level == SOL_TLS) { in simplelink_setsockopt() 809 static int simplelink_getsockopt(void *obj, int level, int optname, in simplelink_getsockopt() argument 815 if (IS_ENABLED(CONFIG_NET_SOCKETS_SOCKOPT_TLS) && level == SOL_TLS) { in simplelink_getsockopt()
|
/Zephyr-4.1.0/boards/adi/max78002evkit/doc/ |
D | index.rst | 11 development boards. An onboard stereo audio codec offers line-level audio input and output, and tac… 290 | | | | Open | | | Open this jumper to place the QWIIC level tran… 332 | | | | Open | | | Open this jumper to place the QWIIC level tran… 400 … | | | Camera will reset and power up as soon as 3.3V reaches a valid level …
|
/Zephyr-4.1.0/drivers/net/ |
D | nsos_adapt.c | 606 static int nsos_adapt_getsockopt_int(int fd, int level, int optname, in nsos_adapt_getsockopt_int() argument 612 ret = getsockopt(fd, level, optname, optval, &optlen); in nsos_adapt_getsockopt_int() 746 static int nsos_adapt_setsockopt_int(int fd, int level, int optname, in nsos_adapt_setsockopt_int() argument 751 ret = setsockopt(fd, level, optname, optval, optlen); in nsos_adapt_setsockopt_int()
|
/Zephyr-4.1.0/doc/services/sensing/ |
D | index.rst | 13 Sensing Subsystem is a high level sensor framework inside the OS user 58 * Based on Zephyr existing low-level Sensor API (reuse 100+ existing sensor device drivers) 59 * Provide Zephyr high-level Sensing Subsystem API for Applications.
|
/Zephyr-4.1.0/samples/bluetooth/tmap_central/src/ |
D | main.c | 127 static void security_changed(struct bt_conn *conn, bt_security_t level, in security_changed() argument
|
/Zephyr-4.1.0/samples/bluetooth/tmap_peripheral/src/ |
D | main.c | 138 static void security_changed(struct bt_conn *conn, bt_security_t level, in security_changed() argument
|
/Zephyr-4.1.0/drivers/flash/ |
D | Kconfig.mcux | 36 Set from SOC level configuration if the platform is meant to use the
|
/Zephyr-4.1.0/subsys/net/lib/lwm2m/ |
D | Kconfig.ucifi | 15 level and activity.
|
/Zephyr-4.1.0/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | device_composition.c | 334 int16_t level; in gen_level_set_unack() local 337 level = (int16_t) net_buf_simple_pull_le16(buf); in gen_level_set_unack() 375 set_target(LEVEL_LIGHT, &level); in gen_level_set_unack() 400 int16_t level; in gen_level_set() local 403 level = (int16_t) net_buf_simple_pull_le16(buf); in gen_level_set() 442 set_target(LEVEL_LIGHT, &level); in gen_level_set() 2481 int16_t level; in gen_level_set_unack_temp() local 2484 level = (int16_t) net_buf_simple_pull_le16(buf); in gen_level_set_unack_temp() 2522 set_target(LEVEL_TEMP, &level); in gen_level_set_unack_temp() 2547 int16_t level; in gen_level_set_temp() local [all …]
|
/Zephyr-4.1.0/subsys/logging/ |
D | Kconfig.formatting | 145 bool "Use green color for info level logs" 148 bool "Use blue color for debug level logs"
|
/Zephyr-4.1.0/samples/bluetooth/bap_broadcast_assistant/src/ |
D | main.c | 489 static void security_changed_cb(struct bt_conn *conn, bt_security_t level, in security_changed_cb() argument 493 printk("Security level changed: %u\n", level); in security_changed_cb()
|
/Zephyr-4.1.0/doc/build/dts/ |
D | intro-input-output.rst | 93 A low-level DTS parsing library. 97 properties and give a higher-level view of the devicetree. Uses dtlib to do
|
D | phandles.rst | 108 High level description 204 We'll start with an abstract, high level description of how specifier spaces 209 High level description 313 High level description
|
D | bindings-syntax.rst | 14 Top level keys 17 The top level of a bindings file maps keys to values. The top-level keys look 22 # A high level description of the device the binding applies to: 693 well-formed. It is allowed to include at any level, including ``child-binding``, 698 # foo.yaml will be merged with content at this level 702 # bar.yaml will be merged with content at this level
|
/Zephyr-4.1.0/doc/connectivity/bluetooth/ |
D | bluetooth-le-host.rst | 6 The Bluetooth Host implements all the higher-level protocols and 7 profiles, and most importantly, provides a high-level API for 110 To achieve a higher security level, and protect against 168 application or a higher level protocol.
|