/Zephyr-latest/boards/shields/adafruit_pca9685/ |
D | adafruit_pca9685.overlay | 24 pwms = <&pca9685_adafruit_pca9685 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>; 27 pwms = <&pca9685_adafruit_pca9685 1 PWM_MSEC(20) PWM_POLARITY_NORMAL>; 30 pwms = <&pca9685_adafruit_pca9685 2 PWM_MSEC(20) PWM_POLARITY_NORMAL>; 33 pwms = <&pca9685_adafruit_pca9685 3 PWM_MSEC(20) PWM_POLARITY_NORMAL>; 36 pwms = <&pca9685_adafruit_pca9685 4 PWM_MSEC(20) PWM_POLARITY_NORMAL>; 39 pwms = <&pca9685_adafruit_pca9685 5 PWM_MSEC(20) PWM_POLARITY_NORMAL>; 42 pwms = <&pca9685_adafruit_pca9685 6 PWM_MSEC(20) PWM_POLARITY_NORMAL>; 45 pwms = <&pca9685_adafruit_pca9685 7 PWM_MSEC(20) PWM_POLARITY_NORMAL>; 48 pwms = <&pca9685_adafruit_pca9685 8 PWM_MSEC(20) PWM_POLARITY_NORMAL>; 51 pwms = <&pca9685_adafruit_pca9685 9 PWM_MSEC(20) PWM_POLARITY_NORMAL>; [all …]
|
/Zephyr-latest/samples/basic/servo_motor/boards/ |
D | mimxrt1062_fmurt6.overlay | 6 pwms = <&flexpwm2_pwm0 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>; /* FMU_CH1 */ 7 /* <&flexpwm2_pwm1 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>, */ /* FMU_CH2 */ 8 /* <&flexpwm2_pwm2 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>, */ /* FMU_CH3 */ 9 /* <&flexpwm2_pwm3 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>, */ /* FMU_CH4 */ 10 /* <&flexpwm3_pwm2 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>,*/ /* FMU_CH5 */ 11 /* <&flexpwm3_pwm0 1 PWM_MSEC(20) PWM_POLARITY_NORMAL>; */ /* FMU_CH6 */ 12 /* <&flexpwm4_pwm2 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>; */ /* FMU_CH7 */ 13 /* <&flexpwm4_pwm0 1 PWM_MSEC(20) PWM_POLARITY_NORMAL>; */ /* FMU_CH8 */
|
D | rddrone_fmuk66.overlay | 5 pwms = <&ftm0 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>; /* FMU_CH1 */ 6 /* <&ftm0 3 PWM_MSEC(20) PWM_POLARITY_NORMAL>,*/ /* FMU_CH2 */ 7 /* <&ftm0 4 PWM_MSEC(20) PWM_POLARITY_NORMAL>, */ /* FMU_CH3 */ 8 /* <&ftm0 5 PWM_MSEC(20) PWM_POLARITY_NORMAL>, */ /* FMU_CH4 */ 9 /* <&ftm3 6 PWM_MSEC(20) PWM_POLARITY_NORMAL>,*/ /* FMU_CH5 */ 10 /* <&ftm3 7 PWM_MSEC(20) PWM_POLARITY_NORMAL>; */ /* FMU_CH6 */
|
/Zephyr-latest/tests/bluetooth/mesh/delayable_msg/src/ |
D | main.c | 159 uint8_t tx_data[20]; in ZTEST() 165 NET_BUF_SIMPLE_DEFINE(buf1, 20); in ZTEST() 166 NET_BUF_SIMPLE_DEFINE(buf2, 20); in ZTEST() 167 NET_BUF_SIMPLE_DEFINE(buf3, 20); in ZTEST() 168 NET_BUF_SIMPLE_DEFINE(buf4, 20); in ZTEST() 170 memset(tx_data, 1, 20); in ZTEST() 171 memcpy(net_buf_simple_add(&buf1, 20), tx_data, 20); in ZTEST() 172 memset(tx_data, 2, 20); in ZTEST() 173 memcpy(net_buf_simple_add(&buf2, 20), tx_data, 20); in ZTEST() 174 memset(tx_data, 3, 20); in ZTEST() [all …]
|
/Zephyr-latest/doc/connectivity/bluetooth/img/ |
D | att_timeout.svg | 1 …20App%0Aparticipant%20Host%0Aparticipant%20Peer%0A%0AApp%20-%3E%20Host%3A%20bt_gatt_read(cb)%0A%0A…
|
/Zephyr-latest/samples/subsys/zbus/msg_subscriber/ |
D | README.rst | 57 I: From listener foo_lis -> Acc x=2, y=20, z=200 58 I: From msg subscriber bar_msg_sub1 -> Acc x=2, y=20, z=200 59 I: From msg subscriber bar_msg_sub2 -> Acc x=2, y=20, z=200 60 I: From msg subscriber bar_msg_sub3 -> Acc x=2, y=20, z=200 61 I: From msg subscriber bar_msg_sub4 -> Acc x=2, y=20, z=200 62 I: From msg subscriber bar_msg_sub5 -> Acc x=2, y=20, z=200 63 I: From msg subscriber bar_msg_sub6 -> Acc x=2, y=20, z=200 64 I: From msg subscriber bar_msg_sub7 -> Acc x=2, y=20, z=200 65 I: From msg subscriber bar_msg_sub8 -> Acc x=2, y=20, z=200 66 I: From msg subscriber bar_msg_sub9 -> Acc x=2, y=20, z=200 [all …]
|
D | sample.yaml | 53 - "^.*?I: From listener foo_lis -> Acc x=2, y=20, z=200" 54 - "^.*?I: From msg subscriber bar_msg_sub1 -> Acc x=2, y=20, z=200" 55 - "^.*?I: From msg subscriber bar_msg_sub2 -> Acc x=2, y=20, z=200" 56 - "^.*?I: From msg subscriber bar_msg_sub3 -> Acc x=2, y=20, z=200" 57 - "^.*?I: From msg subscriber bar_msg_sub4 -> Acc x=2, y=20, z=200" 58 - "^.*?I: From msg subscriber bar_msg_sub5 -> Acc x=2, y=20, z=200" 59 - "^.*?I: From msg subscriber bar_msg_sub6 -> Acc x=2, y=20, z=200" 60 - "^.*?I: From msg subscriber bar_msg_sub7 -> Acc x=2, y=20, z=200" 61 - "^.*?I: From msg subscriber bar_msg_sub8 -> Acc x=2, y=20, z=200" 62 - "^.*?I: From msg subscriber bar_msg_sub9 -> Acc x=2, y=20, z=200" [all …]
|
/Zephyr-latest/samples/subsys/zbus/work_queue/ |
D | sample.yaml | 21 - "I: Sensor msg processed by CALLBACK fh1: temp = 20, press = 2, humidity = 200" 22 - "I: Sensor msg processed by CALLBACK fh2: temp = 20, press = 2, humidity = 200" 23 - "I: Sensor msg processed by CALLBACK fh3: temp = 20, press = 2, humidity = 200" 24 - "I: Sensor msg processed by WORK QUEUE handler dh1: temp = 20, press = 2, humidity = 200" 25 - "I: Sensor msg processed by WORK QUEUE handler dh2: temp = 20, press = 2, humidity = 200" 26 - "I: Sensor msg processed by WORK QUEUE handler dh3: temp = 20, press = 2, humidity = 200" 27 - "I: Sensor msg processed by THREAD handler 1: temp = 20, press = 2, humidity = 200" 28 - "I: Sensor msg processed by THREAD handler 2: temp = 20, press = 2, humidity = 200" 29 - "I: Sensor msg processed by THREAD handler 3: temp = 20, press = 2, humidity = 200"
|
D | README.rst | 37 I: Sensor msg processed by CALLBACK fh1: temp = 20, press = 2, humidity = 200 38 I: Sensor msg processed by CALLBACK fh2: temp = 20, press = 2, humidity = 200 39 I: Sensor msg processed by CALLBACK fh3: temp = 20, press = 2, humidity = 200 40 I: Sensor msg processed by WORK QUEUE handler dh1: temp = 20, press = 2, humidity = 200 41 I: Sensor msg processed by WORK QUEUE handler dh2: temp = 20, press = 2, humidity = 200 42 I: Sensor msg processed by WORK QUEUE handler dh3: temp = 20, press = 2, humidity = 200 43 I: Sensor msg processed by THREAD handler 1: temp = 20, press = 2, humidity = 200 44 I: Sensor msg processed by THREAD handler 2: temp = 20, press = 2, humidity = 200 45 I: Sensor msg processed by THREAD handler 3: temp = 20, press = 2, humidity = 200
|
/Zephyr-latest/tests/net/bridge/ |
D | prj.conf | 8 CONFIG_NET_PKT_TX_COUNT=20 9 CONFIG_NET_PKT_RX_COUNT=20 10 CONFIG_NET_BUF_RX_COUNT=20 11 CONFIG_NET_BUF_TX_COUNT=20
|
/Zephyr-latest/tests/net/npf/ |
D | prj.conf | 8 CONFIG_NET_PKT_TX_COUNT=20 9 CONFIG_NET_PKT_RX_COUNT=20 10 CONFIG_NET_BUF_RX_COUNT=20 11 CONFIG_NET_BUF_TX_COUNT=20
|
/Zephyr-latest/boards/olimex/lora_stm32wl_devkit/ |
D | board.cmake | 11 …thub.com/OLIMEX/LoRa-STM32WL-DevKIT/blob/main/DOCUMENTS/STM32CubeIDE%20-%20How%20to%20use%20OpenOCD
|
/Zephyr-latest/samples/modules/cmsis_dsp/moving_average/ |
D | sample.yaml | 37 - "Input\\[20\\]: 11 12 13 14 15 16 17 18 19 20 | Output\\[20\\]: 15.50" 38 - "Input\\[21\\]: 12 13 14 15 16 17 18 19 20 21 | Output\\[21\\]: 16.50" 39 - "Input\\[22\\]: 13 14 15 16 17 18 19 20 21 22 | Output\\[22\\]: 17.50" 40 - "Input\\[23\\]: 14 15 16 17 18 19 20 21 22 23 | Output\\[23\\]: 18.50" 41 - "Input\\[24\\]: 15 16 17 18 19 20 21 22 23 24 | Output\\[24\\]: 19.50" 42 - "Input\\[25\\]: 16 17 18 19 20 21 22 23 24 25 | Output\\[25\\]: 20.50" 43 - "Input\\[26\\]: 17 18 19 20 21 22 23 24 25 26 | Output\\[26\\]: 21.50" 44 - "Input\\[27\\]: 18 19 20 21 22 23 24 25 26 27 | Output\\[27\\]: 22.50" 45 - "Input\\[28\\]: 19 20 21 22 23 24 25 26 27 28 | Output\\[28\\]: 23.50" 46 - "Input\\[29\\]: 20 21 22 23 24 25 26 27 28 29 | Output\\[29\\]: 24.50"
|
/Zephyr-latest/tests/net/igmp/ |
D | prj.conf | 14 CONFIG_NET_PKT_TX_COUNT=20 15 CONFIG_NET_PKT_RX_COUNT=20 16 CONFIG_NET_BUF_RX_COUNT=20 17 CONFIG_NET_BUF_TX_COUNT=20
|
/Zephyr-latest/tests/net/pmtu/ |
D | prj.conf | 17 CONFIG_NET_PKT_TX_COUNT=20 18 CONFIG_NET_PKT_RX_COUNT=20 19 CONFIG_NET_BUF_RX_COUNT=20 20 CONFIG_NET_BUF_TX_COUNT=20
|
/Zephyr-latest/tests/net/mld/ |
D | prj.conf | 17 CONFIG_NET_PKT_TX_COUNT=20 18 CONFIG_NET_PKT_RX_COUNT=20 19 CONFIG_NET_BUF_RX_COUNT=20 20 CONFIG_NET_BUF_TX_COUNT=20
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/renesas/ |
D | pinctrl-r8a77951.h | 49 #define PIN_CS0 RCAR_GP_PIN(1, 20) 127 #define PIN_MSIOF0_TXD RCAR_GP_PIN(5, 20) 153 #define PIN_SSI_SDATA8 RCAR_GP_PIN(6, 20) 188 #define PIN_EXTALR RCAR_NOGP_PIN(20) 229 #define FUNC_AVB_AVTP_CAPTURE_A IPSR(0, 20, 0) 230 #define FUNC_MSIOF2_TXD_C IPSR(0, 20, 2) 231 #define FUNC_RTS4_N_A IPSR(0, 20, 3) 275 #define FUNC_PWM1_A IPSR(1, 20, 0) 276 #define FUNC_HRX3_D IPSR(1, 20, 1) 277 #define FUNC_VI4_DATA7_B IPSR(1, 20, 4) [all …]
|
D | pinctrl-r8a77961.h | 50 #define PIN_CS0 RCAR_GP_PIN(1, 20) 128 #define PIN_MSIOF0_TXD RCAR_GP_PIN(5, 20) 154 #define PIN_SSI_SDATA8 RCAR_GP_PIN(6, 20) 189 #define PIN_EXTALR RCAR_NOGP_PIN(20) 229 #define FUNC_AVB_AVTP_CAPTURE_A IPSR(0, 20, 0) 230 #define FUNC_MSIOF2_TXD_C IPSR(0, 20, 2) 231 #define FUNC_RTS4_N_A IPSR(0, 20, 3) 274 #define FUNC_PWM1_A IPSR(1, 20, 0) 275 #define FUNC_HRX3_D IPSR(1, 20, 3) 276 #define FUNC_VI4_DATA7_B IPSR(1, 20, 4) [all …]
|
/Zephyr-latest/tests/subsys/display/cfb/basic/src/ |
D | invert_area.c | 71 err = cfb_invert_area(dev, -10, -10, 20, 20); in ZTEST() 79 err = cfb_invert_area(dev, 230, -10, 20, 20); in ZTEST() 87 err = cfb_invert_area(dev, -10, display_height - 10, 20, 20); in ZTEST() 93 zassert_ok(cfb_invert_area(dev, display_width - 10, display_height - 10, 20, 20)); in ZTEST() 109 zassert_not_ok(cfb_invert_area(dev, display_width, display_height, 20, 20), "out of rect"); in ZTEST()
|
/Zephyr-latest/samples/kernel/condition_variables/simple/ |
D | README.rst | 80 [thread zephyr_app_main] done is 0 which is < 20 so waiting on cond 143 [thread zephyr_app_main] done is 1 which is < 20 so waiting on cond 146 [thread zephyr_app_main] done is 2 which is < 20 so waiting on cond 149 [thread zephyr_app_main] done is 3 which is < 20 so waiting on cond 152 [thread zephyr_app_main] done is 4 which is < 20 so waiting on cond 155 [thread zephyr_app_main] done is 5 which is < 20 so waiting on cond 158 [thread zephyr_app_main] done is 6 which is < 20 so waiting on cond 161 [thread zephyr_app_main] done is 7 which is < 20 so waiting on cond 164 [thread zephyr_app_main] done is 8 which is < 20 so waiting on cond 167 [thread zephyr_app_main] done is 9 which is < 20 so waiting on cond [all …]
|
/Zephyr-latest/tests/net/ipv6/ |
D | prj.conf | 21 CONFIG_NET_PKT_TX_COUNT=20 22 CONFIG_NET_PKT_RX_COUNT=20 23 CONFIG_NET_BUF_RX_COUNT=20 24 CONFIG_NET_BUF_TX_COUNT=20
|
/Zephyr-latest/dts/bindings/gpio/ |
D | ti,boosterpack-header.yaml | 9 BoosterPack plug-in modules are available in 20 and 40 pin variants. The 10 20 pin variant has two 10 x 1 pin headers and the 40 pin variant has two 13 The pins of the 20 pin variant and the outer row of the 40 pin variant are 14 numbered 1 through 20. The inner rows of the 40 pin variant are numbered 21 17 1 3.3V 21 5V 40 GPIO 20 GND
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | Kconfig.ucifi | 46 range 0 20 54 range 0 20 62 range 0 20 70 range 0 20 87 range 0 20 96 range 0 20
|
/Zephyr-latest/tests/subsys/shell/shell_history/src/ |
D | shell_history_test.c | 71 z_shell_history_put(&history, exp_buf, 20); in ZTEST() 73 test_get(true, true, exp_buf, 20); in ZTEST() 87 z_shell_history_put(&history, exp_buf, 20); in ZTEST() 88 z_shell_history_put(&history, exp_buf, 20); in ZTEST() 118 init_test_buf(exp3_buf, sizeof(exp3_buf), 20); in ZTEST() 122 z_shell_history_put(&history, exp1_buf, 20); in ZTEST() 124 z_shell_history_put(&history, exp3_buf, 20); in ZTEST() 126 test_get(true, true, exp3_buf, 20); /* up - 3*/ in ZTEST() 128 test_get(true, true, exp1_buf, 20); /* up - 1*/ in ZTEST() 130 test_get(true, true, exp1_buf, 20); /* up - 1*/ in ZTEST() [all …]
|
/Zephyr-latest/samples/subsys/input/input_dump/boards/ |
D | esp32_devkitc_wroom_procpu.overlay | 15 channel-sens = <20>; 21 channel-sens = <20>; 27 channel-sens = <20>; 33 channel-sens = <20>;
|