/Zephyr-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/samples/subsys/zbus/msg_subscriber/ |
D | README.rst | 56 I: From listener foo_lis -> Acc x=2, y=20, z=200 57 I: From msg subscriber bar_msg_sub1 -> Acc x=2, y=20, z=200 58 I: From msg subscriber bar_msg_sub2 -> Acc x=2, y=20, z=200 59 I: From msg subscriber bar_msg_sub3 -> Acc x=2, y=20, z=200 60 I: From msg subscriber bar_msg_sub4 -> Acc x=2, y=20, z=200 61 I: From msg subscriber bar_msg_sub5 -> Acc x=2, y=20, z=200 62 I: From msg subscriber bar_msg_sub6 -> Acc x=2, y=20, z=200 63 I: From msg subscriber bar_msg_sub7 -> Acc x=2, y=20, z=200 64 I: From msg subscriber bar_msg_sub8 -> Acc x=2, y=20, z=200 65 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-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/boards/arm/olimex_lora_stm32wl_devkit/ |
D | board.cmake | 11 …thub.com/OLIMEX/LoRa-STM32WL-DevKIT/blob/main/DOCUMENTS/STM32CubeIDE%20-%20How%20to%20use%20OpenOCD
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/tests/net/lib/mqtt_publisher/ |
D | testcase.yaml | 14 - CONFIG_NET_PKT_RX_COUNT=20 15 - CONFIG_NET_PKT_TX_COUNT=20 16 - CONFIG_NET_BUF_RX_COUNT=20 17 - CONFIG_NET_BUF_TX_COUNT=20
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/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-r8a779f0.h | 33 #define PIN_IRQ3 RCAR_GP_PIN(0, 20) 54 #define PIN_MMC_DS RCAR_GP_PIN(1, 20) 115 #define PIN_MSPI0SC RCAR_GP_PIN(4, 20) 166 #define PIN_INTP33 RCAR_GP_PIN(6, 20) 190 #define PIN_CAN10TX RCAR_GP_PIN(7, 20) 220 #define FUNC_HRTS0_N IP0SR0(20, 0) 221 #define FUNC_RTS3_N IP0SR0(20, 1) 222 #define FUNC_MSIOF3_SS2 IP0SR0(20, 2) 223 #define FUNC_TSN0_MDIO_A IP0SR0(20, 5) 251 #define FUNC_MSIOF0_TXD IP1SR0(20, 0) [all …]
|
/Zephyr-Core-3.6.0/tests/net/ipv6/ |
D | prj.conf | 20 CONFIG_NET_PKT_TX_COUNT=20 21 CONFIG_NET_PKT_RX_COUNT=20 22 CONFIG_NET_BUF_RX_COUNT=20 23 CONFIG_NET_BUF_TX_COUNT=20
|
/Zephyr-Core-3.6.0/samples/kernel/condition_variables/simple/ |
D | README.rst | 78 [thread zephyr_app_main] done is 0 which is < 20 so waiting on cond 141 [thread zephyr_app_main] done is 1 which is < 20 so waiting on cond 144 [thread zephyr_app_main] done is 2 which is < 20 so waiting on cond 147 [thread zephyr_app_main] done is 3 which is < 20 so waiting on cond 150 [thread zephyr_app_main] done is 4 which is < 20 so waiting on cond 153 [thread zephyr_app_main] done is 5 which is < 20 so waiting on cond 156 [thread zephyr_app_main] done is 6 which is < 20 so waiting on cond 159 [thread zephyr_app_main] done is 7 which is < 20 so waiting on cond 162 [thread zephyr_app_main] done is 8 which is < 20 so waiting on cond 165 [thread zephyr_app_main] done is 9 which is < 20 so waiting on cond [all …]
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/subsys/tracing/ctf/tsdl/ |
D | metadata | 30 ctf_bounded_string_t name[20]; 39 ctf_bounded_string_t name[20]; 48 ctf_bounded_string_t name[20]; 59 ctf_bounded_string_t name[20]; 68 ctf_bounded_string_t name[20]; 77 ctf_bounded_string_t name[20]; 86 ctf_bounded_string_t name[20]; 94 ctf_bounded_string_t name[20]; 103 ctf_bounded_string_t name[20]; 112 ctf_bounded_string_t name[20]; [all …]
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/samples/subsys/input/input_dump/boards/ |
D | esp32_devkitc_wroom.overlay | 15 channel-sens = <20>; 21 channel-sens = <20>; 27 channel-sens = <20>; 33 channel-sens = <20>;
|
D | esp32_devkitc_wrover.overlay | 15 channel-sens = <20>; 21 channel-sens = <20>; 27 channel-sens = <20>; 33 channel-sens = <20>;
|
D | esp32s2_saola.overlay | 15 channel-sens = <20>; 21 channel-sens = <20>; 27 channel-sens = <20>; 33 channel-sens = <20>;
|