Home
last modified time | relevance | path

Searched +full:0 +full:- +full:100 (Results 1 – 25 of 1069) sorted by relevance

12345678910>>...43

/Zephyr-latest/tests/drivers/uart/uart_async_api/src/
Dtest_uart_async.c5 * SPDX-License-Identifier: Apache-2.0
17 #define NOCACHE_MEM 0
20 K_SEM_DEFINE(tx_done, 0, 1);
21 K_SEM_DEFINE(tx_aborted, 0, 1);
22 K_SEM_DEFINE(rx_rdy, 0, 1);
23 K_SEM_DEFINE(rx_buf_coherency, 0, 255);
24 K_SEM_DEFINE(rx_buf_released, 0, 1);
25 K_SEM_DEFINE(rx_disabled, 0, 1);
61 for (size_t i = 0; i < ARRAY_SIZE(duts); i++) { in set_permissions()
93 __ASSERT_NO_MSG(uart_configure(uart_dev, &uart_cfg) == 0); in uart_async_test_init()
[all …]
Dtest_uart_wide.c4 * SPDX-License-Identifier: Apache-2.0
9 K_SEM_DEFINE(tx_wide_done, 0, 1);
10 K_SEM_DEFINE(tx_wide_aborted, 0, 1);
11 K_SEM_DEFINE(rx_wide_rdy, 0, 1);
12 K_SEM_DEFINE(rx_wide_buf_released, 0, 1);
13 K_SEM_DEFINE(rx_wide_disabled, 0, 1);
53 switch (evt->type) { in test_single_read_callback()
89 uint16_t rx_buf[10] = {0}; in ZTEST_USER()
92 static const uint16_t tx_buf[5] = {0x74, 0x65, 0x73, 0x74, 0x0D}; in ZTEST_USER()
94 zassert_not_equal(memcmp(tx_buf, rx_buf, 5), 0, in ZTEST_USER()
[all …]
/Zephyr-latest/tests/subsys/modem/modem_cmux_pair/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
15 #define EVENT_CMUX_CONNECTED BIT(0)
150 0x41, 0x54, 0x2B, 0x43, 0x47, 0x44, 0x43, 0x4F, 0x4E, 0x54, 0x3D,
151 0x31, 0x2C, 0x22, 0x49, 0x50, 0x22, 0x2C, 0x22, 0x74, 0x72, 0x61,
152 0x63, 0x6B, 0x75, 0x6E, 0x69, 0x74, 0x2E, 0x6D, 0x32, 0x6D, 0x22};
154 static uint8_t cmux_frame_data_dlci2_at_newline[] = {0x0D, 0x0A};
159 static uint8_t cmux_frame_data_dlci1_at_at[] = {0x41, 0x54};
161 static uint8_t cmux_frame_data_dlci1_at_newline[] = {0x0D, 0x0A};
167 0x7E, 0xFF, 0x7D, 0x23, 0xC0, 0x21, 0x7D, 0x21, 0x7D, 0x20, 0x7D, 0x20, 0x7D,
168 0x38, 0x7D, 0x22, 0x7D, 0x26, 0x7D, 0x20, 0x7D, 0x20, 0x7D, 0x20, 0x7D, 0x20,
[all …]
/Zephyr-latest/dts/bindings/pinctrl/
Dnxp,mcux-rt-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
15 drive-strength = "r0-6";
16 slew-rate = "slow";
17 nxp,speed = "100-mhz";
21 Both pins will be configured with a weak latch, drive strength of "r0-6",
22 slow slew rate, and 100 MHZ speed.
26 input-schmitt-enable: HYS=1
27 drive-open-drain: ODE=1
28 input-enable: SION=1 (in SW_MUX_CTL_PAD register)
29 bias-pull-down: PUE=1, PUS=<bias-pull-down-value>
[all …]
Dnxp,imx7d-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
14 bias-pull-up: PE=1, PS=<bias-pull-up-value index>
15 bias-pull-down: PE=1, PS=0
16 input-schmitt-enable: HYS=1
17 slew-rate: SRE=<enum idx>
18 drive-strength: DSE=<enum idx>
19 input-enable: SION=1 (in SW_PAD_CTL_MUX register)
23 HYS=0,
24 PS=0,
25 PE=0
[all …]
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/
DREADME.rst1 .. zephyr:code-sample:: bluetooth_isochronous_connected_benchmark
3 :relevant-api: bt_iso bluetooth
35 See :zephyr:code-sample-category:`bluetooth` samples for details.
54 by uni- or bidirectional).
62 *** Booting Zephyr OS build zephyr-v2.5.0-4098-gdcaaee6db2f5 ***
65 Choose device role - type c (central role) or p (peripheral role), or q to quit: p
73 [00:00:16.802,856] <inf> iso_connected: Returning instance 0
74 [00:00:17.016,845] <inf> iso_connected: ISO Channel 0x20002934 connected
75 [00:00:17.769,439] <inf> iso_connected: Sending value 100
76 …00:17.774,902] <inf> iso_connected: Overall : Received 100/100 (100.00%) - Total packets lost 0
[all …]
/Zephyr-latest/drivers/sensor/adi/adxl367/
DKconfig1 # Micropower, 3-Axis, +/-200g Digital Accelerometer
4 # SPDX-License-Identifier: Apache-2.0
7 bool "ADXL367 Three Axis High-g I2C/SPI accelerometer"
15 Enable driver for ADXL367 Three-Axis Digital Accelerometers.
33 range 0 8191
34 default 100
39 int "In-activity threshold in raw value"
40 range 0 8191
41 default 100
43 Threshold for in-activity detection.
[all …]
/Zephyr-latest/samples/subsys/usb_c/source/
DREADME.rst1 .. zephyr:code-sample:: usb-c-source
2 :name: Basic USB-C Source
3 :relevant-api: _usbc_device_api
5 Implement a USB-C Power Delivery application in the form of a USB-C Source.
10 This example demonstrates how to create a USB-C Power Delivery application
11 using the USB-C subsystem. The application implements a USB-C Source device.
13 After a USB-C Sink device is plugged into the USB-C Source device, it
14 negotiates with the Source device to provide 5V at 100mA, 9V at 100mA,
15 or 15V at 100mA and the Requested Data Object (RDO) provided by the Source
18 .. _usb-c-source-sample-requirements:
[all …]
/Zephyr-latest/samples/subsys/zbus/msg_subscriber/
DREADME.rst1 .. zephyr:code-sample:: zbus-msg-subscriber
3 :relevant-api: zbus_apis
19 .. zephyr-app-commands::
20 :zephyr-app: samples/subsys/zbus/msg_subscriber
21 :host-os: unix
28 .. code-block:: console
30 -- west build: running target run
31 [0/1] To exit from QEMU enter: 'CTRL+a, x'[QEMU] CPU: qemu32,+nx,+pae
33 I: ----> Publishing to acc_data_chan channel
35 I: From listener foo_lis -> Acc x=1, y=10, z=100
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/api/audio/img/
Dcap_proc.svg1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3-0.5 -0.5 1092 4638"><defs/><g><rect x="0" y="16" width="350" height="190" fill="#fad7ac" stroke="…
/Zephyr-latest/boards/nordic/nrf54l15dk/
Dnrf54l15dk_nrf54l05_cpuapp.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
13 compatible = "nordic,nrf54l15dk_nrf54l05-cpuapp";
17 zephyr,code-partition = &slot0_partition;
24 reg = <0x20000000 DT_SIZE_K(96)>;
25 ranges = <0x0 0x20000000 DT_SIZE_K(96)>;
29 reg = <0x0 DT_SIZE_K(500)>;
35 compatible = "fixed-partitions";
36 #address-cells = <1>;
37 #size-cells = <1>;
[all …]
/Zephyr-latest/include/zephyr/net/
Dmii.h5 * SPDX-License-Identifier: Apache-2.0
19 * @version 0.8.0
26 #define MII_BMCR 0x0
28 #define MII_BMSR 0x1
30 #define MII_PHYID1R 0x2
32 #define MII_PHYID2R 0x3
33 /** Auto-Negotiation Advertisement Register */
34 #define MII_ANAR 0x4
35 /** Auto-Negotiation Link Partner Ability Reg */
36 #define MII_ANLPAR 0x5
[all …]
/Zephyr-latest/tests/kernel/threads/thread_apis/src/
Dtest_threads_spawn.c4 * SPDX-License-Identifier: Apache-2.0
13 static ZTEST_DMEM int tp2 = 100;
33 tp2 = 100; in thread_entry_delay()
51 tp1, INT_TO_POINTER(tp2), tp3, 0, in ZTEST_USER()
53 k_msleep(100); in ZTEST_USER()
68 spawn_prio = k_thread_priority_get(k_current_get()) - 1; in ZTEST()
71 k_msleep(100); in ZTEST()
88 NULL, NULL, NULL, 0, K_USER, K_MSEC(120)); in ZTEST_USER()
89 /* 100 < 120 ensure spawn thread not start */ in ZTEST_USER()
90 k_msleep(100); in ZTEST_USER()
[all …]
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dicbmsg_memory.svg1 …" height="263px" viewBox="-0.5 -0.5 649 263" content="&lt;mxfile&gt;&lt;diagram name=&quot;Page-1&…
4 … <rect x="7" y="120" width="120" height="40" fill="none" stroke="#000000" pointer-events="all"/>
5 <g transform="translate(-0.5 -0.5)">
7 …ointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/featu…
8 …="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height:…
9 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex…
10-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-ev…
16 …<text x="67" y="144" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="mid…
21 … <rect x="127" y="120" width="200" height="40" fill="none" stroke="#000000" pointer-events="all"/>
22 <g transform="translate(-0.5 -0.5)">
[all …]
Dicbmsg_message.svg1 …" height="182px" viewBox="-0.5 -0.5 561 182" content="&lt;mxfile&gt;&lt;diagram name=&quot;Page-1&…
4 <rect x="0" y="1" width="80" height="40" fill="none" stroke="#000000" pointer-events="all"/>
5 <g transform="translate(-0.5 -0.5)">
7 …ointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/featu…
8 …e="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 78px; height:…
9 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex…
10-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-ev…
11 Block 0
16 …<text x="40" y="25" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="midd…
17 Block 0
[all …]
Dicbmsg_flows.svg1-0.5 -0.5 632 662" content="&lt;mxfile&gt;&lt;diagram id=&quot;9mlln88F-3eijnHMO-SS&quot; name=&qu…
4 …"50" width="120" height="60" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/>
5 <g transform="translate(-0.5 -0.5)">
7 …ointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/featu…
8 …="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height:…
9 …<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; tex…
10 … inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; poi…
18 …<text x="210" y="84" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="mid…
23 …"50" width="120" height="60" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/>
24 <g transform="translate(-0.5 -0.5)">
[all …]
/Zephyr-latest/samples/sensor/6dof_motion_drdy/boards/
Dnrf52dk_nrf52832_i2c.overlay4 * SPDX-License-Identifier: Apache-2.0
8 * Get a node identifier for 6-axis IMU sensor.
12 6dof-motion-drdy0 = &icm42670p;
17 * Example configuration of a ICM42670-P device on i2c0 compatible with an Arduino I2C bus.
19 * Device address 0x68 is assumed. Your device may have a different
22 * Configure 100Hz IMU data reporting
28 reg = <0x68>;
29 int-gpios = <&arduino_header 8 GPIO_ACTIVE_HIGH>; /* D2 */
30 accel-hz = <100>;
31 gyro-hz = <100>;
[all …]
Dnrf52dk_nrf52832_spi.overlay4 * SPDX-License-Identifier: Apache-2.0
8 * Get a node identifier for 6-axis IMU sensor.
12 6dof-motion-drdy0 = &icm42670p;
16 /* Example configuration of a ICM42670-P device on spi2 compatible with an Arduino SPI bus.
18 * Configure 100Hz IMU data reporting
22 cs-gpios = <&arduino_header 14 GPIO_ACTIVE_LOW>; /* D8 */
23 icm42670p: icm42670p@0 {
25 reg = <0>;
26 spi-max-frequency = <1000000>; /* conservatively set to 1MHz */
27 int-gpios = <&arduino_header 8 GPIO_ACTIVE_HIGH>; /* D2 */
[all …]
/Zephyr-latest/doc/develop/test/figures/
Dtwister_and_pytest.svg1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Do not edit this file with editors other than draw.io -->
3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4-0.5 -0.5 761 769" content="&lt;mxfile host=&quot;ac.draw.io&quot; modified=&quot;2023-05-24T14:31…
/Zephyr-latest/doc/safety/images/
DIEC-61508-basis.svg1-0.5 -0.5 802 515" style="background-color: rgb(255, 255, 255);"><defs><linearGradient x1="0%" y1=…
/Zephyr-latest/doc/hardware/emulator/img/
Ddevice_class_emulator.svg1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Do not edit this file with editors other than draw.io -->
3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4-0.5 -0.5 374 449" content="&lt;mxfile host=&quot;Electron&quot; modified=&quot;2023-12-23T14:45:4…
/Zephyr-latest/doc/connectivity/networking/conn_mgr/figures/
Dintegration_diagram_detailed.svg1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3-0.5 -0.5 783 632" style="background-color: rgb(255, 255, 255);"><defs><style type="text/css">@imp…
Dintegration_diagram_simplified.svg1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3-0.5 -0.5 619 446" style="background-color: rgb(255, 255, 255);"><defs><style type="text/css">@imp…
/Zephyr-latest/doc/hardware/peripherals/
D1-Wire_bus_topology.drawio.svg1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Do not edit this file with editors other than diagrams.net -->
3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4-0.5 -0.5 521 171" content="&lt;mxfile host=&quot;Electron&quot; modified=&quot;2022-07-04T19:35:4…
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/images/
Ddfu_srv.svg1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3-0.5 -0.5 451 681"><defs/><g><rect x="160" y="0" width="100" height="40" rx="6" ry="6" fill="#ffff…

12345678910>>...43