Searched full:push (Results 1 – 25 of 712) sorted by relevance
12345678910>>...29
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/ |
D | cy8cproto_062_4343w-pinctrl.dtsi | 8 drive-push-pull; 16 drive-push-pull; 25 drive-push-pull; 47 drive-push-pull; 53 drive-push-pull; 59 drive-push-pull; 65 drive-push-pull; 71 drive-push-pull; 77 drive-push-pull;
|
/Zephyr-latest/boards/infineon/xmc47_relax_kit/ |
D | xmc47_relax_kit-pinctrl.dtsi | 10 drive-push-pull; 21 drive-push-pull; 32 drive-push-pull; 43 drive-push-pull; 49 drive-push-pull; 55 drive-push-pull; 78 drive-push-pull; 85 drive-push-pull; 92 drive-push-pull; 99 drive-push-pull; [all …]
|
/Zephyr-latest/boards/cypress/cy8ckit_062_ble/ |
D | cy8ckit_062_ble_cy8c6347-pinctrl.dtsi | 11 drive-push-pull; 19 drive-push-pull; 27 drive-push-pull; 36 drive-push-pull; 44 drive-push-pull;
|
/Zephyr-latest/boards/cypress/cy8ckit_062_wifi_bt/ |
D | cy8ckit_062_wifi_bt_cy8c6247-pinctrl.dtsi | 11 drive-push-pull; 19 drive-push-pull; 27 drive-push-pull; 36 drive-push-pull; 44 drive-push-pull;
|
/Zephyr-latest/boards/infineon/xmc45_relax_kit/ |
D | xmc45_relax_kit-pinctrl.dtsi | 10 drive-push-pull; 21 drive-push-pull; 27 drive-push-pull; 38 drive-push-pull; 45 drive-push-pull; 52 drive-push-pull; 59 drive-push-pull;
|
/Zephyr-latest/arch/x86/core/ia32/ |
D | userspace.S | 202 push %esp /* ssf */ 203 push %ebp /* arg6 */ 204 push %edi /* arg5 */ 205 push %ebx /* arg4 */ 206 push %ecx /* arg3 */ 207 push %edx /* arg2 */ 208 push %eax /* arg1 */ 246 push %ebp 250 push $-1 311 push %ecx [all …]
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | fault_s.S | 82 push {r0, lr} 85 * definition we push the psp & then r11-r4 87 push { r1, r2 } 91 push {r2, r3} 94 push {r2, r3} 95 push {r4-r7} 97 push {r4-r11}
|
/Zephyr-latest/boards/nordic/nrf54l09pdk/ |
D | nrf54l09pdk_nrf54l09-common.dtsi | 26 label = "Push button 0"; 31 label = "Push button 1"; 36 label = "Push button 2"; 41 label = "Push button 3";
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | silabs,dbus-pinctrl.yaml | 33 /* Configure GPIO to push-pull mode */ 34 drive-push-pull; 65 - drive-push-pull: Configure GPIO to push-pull mode. 76 - output-high: Drive GPIO high. Allowed in drive-push-pull mode. 77 - output-low: Drive GPIO low. Allowed in drive-push-pull mode. Setting 82 Allowed in drive-push-pull and 121 - drive-push-pull 144 for this pin. May be used in drive-push-pull and drive-open-drain
|
D | infineon,cat1-pinctrl.yaml | 29 * drive-push-pull (strong) 68 drive-push-pull; 76 drive-push-pull; 93 drive-push-pull; 112 - drive-push-pull
|
/Zephyr-latest/doc/contribute/style/ |
D | index.rst | 40 *$ZEPHYR_BASE/.git/hooks/pre-push* executable and edit it to contain: 50 echo "Run push hook" 55 exec ${ZEPHYR_BASE}/scripts/series-push-hook.sh $args 60 If you want to override checkpatch verdict and push you branch despite reported 61 issues, you can add option --no-verify to the git push command.
|
/Zephyr-latest/tests/kernel/stack/stack/src/ |
D | main.c | 32 * All the Push and Pop operations happen in ISR Context. 80 /* Push items to stack */ in tIsr_entry_push() 110 "Push & Pop items does not match"); in thread_entry_fn_single() 112 /* Push items from stack */ in thread_entry_fn_single() 130 /* Push items to stack1 */ in thread_entry_fn_dual() 135 "Push & Pop items does not match"); in thread_entry_fn_dual() 143 "Push & Pop items does not match"); in thread_entry_fn_isr() 145 /* Push items to stack1 */ in thread_entry_fn_isr() 169 /* Push items to stack */ in ZTEST_USER() 188 "Push & Pop items does not match"); in ZTEST_USER() [all …]
|
/Zephyr-latest/arch/arm/core/ |
D | userspace.S | 110 /* push args to stack */ 111 push {r1,r2,r3,lr} 114 push {r0,r1} 117 push {r0,ip} 146 push {r0,r3} 155 push {r0,ip} 218 push {r0, ip} 253 push {r0, r1, r2, r3} 267 push {r0, r1} 294 push {r0, r1} [all …]
|
/Zephyr-latest/boards/ti/cc3235sf_launchxl/ |
D | cc3235sf_launchxl.dts | 54 /* Push button 2 */ 58 label = "Push button switch 2"; 61 /* Push button 3 */ 64 label = "Push button switch 3";
|
/Zephyr-latest/boards/infineon/cyw920829m2evk_02/ |
D | cyw920829m2evk_02-pinctrl.dtsi | 8 drive-push-pull; 16 drive-push-pull;
|
/Zephyr-latest/boards/ti/cc3220sf_launchxl/ |
D | cc3220sf_launchxl.dts | 51 /* Push button 2 */ 55 label = "Push button switch 2"; 58 /* Push button 3 */ 61 label = "Push button switch 3";
|
/Zephyr-latest/boards/nordic/nrf54l20pdk/ |
D | nrf54l20pdk_nrf54l20-common.dtsi | 47 label = "Push button 0"; 52 label = "Push button 1"; 57 label = "Push button 2"; 62 label = "Push button 3";
|
/Zephyr-latest/scripts/ |
D | series-push-hook.sh | 18 echo "Run push " 25 # At each (forced) push, examine all commits since $remote/main
|
/Zephyr-latest/boards/waveshare/nrf51_ble400/ |
D | nrf51_ble400.dts | 62 /* Push button switch 0 KEY1 */ 66 label = "Push button switch 0"; 69 /* Push button switch 1 KEY2 */ 72 label = "Push button switch 1";
|
/Zephyr-latest/boards/nordic/nrf54l15dk/ |
D | nrf54l15dk_common.dtsi | 47 label = "Push button 0"; 52 label = "Push button 1"; 57 label = "Push button 2"; 62 label = "Push button 3";
|
/Zephyr-latest/dts/bindings/gpio/ |
D | awinic,aw9523b-gpio.yaml | 25 port0-push-pull: 28 Configure Port0 to Push-Pull mode.
|
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/ |
D | nrf5340_audio_dk_nrf5340_shared.dtsi | 48 label = "Push button 1"; 53 label = "Push button 2"; 58 label = "Push button 3"; 63 label = "Push button 4"; 68 label = "Push button 5";
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | cpu_idle.S | 27 push {r0, lr} 55 push {r0, lr} 77 push {r0, lr}
|
/Zephyr-latest/boards/silabs/dev_kits/sltb010a/ |
D | sltb010a-pinctrl.dtsi | 13 drive-push-pull; 25 drive-push-pull;
|
/Zephyr-latest/boards/silabs/dev_kits/xg24_dk2601b/ |
D | xg24_dk2601b-pinctrl.dtsi | 13 drive-push-pull; 26 drive-push-pull;
|
12345678910>>...29