Home
last modified time | relevance | path

Searched full:push (Results 1 – 25 of 98) sorted by relevance

1234

/hal_espressif-3.4.0/.gitlab/ci/
Drules.yml188 .if-dev-push: &if-dev-push
189 …& $CI_COMMIT_TAG !~ /^v\d+\.\d+(\.\d+)?($|-)/ && ($CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SO…
214 - <<: *if-dev-push
235 - <<: *if-dev-push
241 - <<: *if-dev-push
246 - <<: *if-dev-push
248 - <<: *if-dev-push
250 - <<: *if-dev-push
368 - <<: *if-dev-push
370 - <<: *if-dev-push
[all …]
Ddocs.yml29 .if-dev-push: &if-dev-push
30 …& $CI_COMMIT_TAG !~ /^v\d+\.\d+(\.\d+)?($|-)/ && ($CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SO…
38 - <<: *if-dev-push
123 - <<: *if-dev-push
176 - <<: *if-dev-push
DREADME.md25 1. Push to a remote branch
28 4. if you push a new commit, a new pipeline will be created automatically.
102 - <<: *if-dev-push
142 - <<: *if-dev-push
/hal_espressif-3.4.0/tools/ci/
Dpush_to_github.sh3 # gitlab-ci script to push current tested revision (tag or branch) to github
9 git push github "${CI_COMMIT_TAG}"
12 git push github "${CI_COMMIT_SHA}:refs/heads/${CI_COMMIT_REF_NAME}"
/hal_espressif-3.4.0/examples/protocols/modbus/mb_example_common/include/
Dmodbus_params.h12 #pragma pack(push, 1)
27 #pragma pack(push, 1)
35 #pragma pack(push, 1)
50 #pragma pack(push, 1)
/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h356 * @brief Push data to the beginning of the buffer.
369 * @brief Push 16-bit value to the beginning of the buffer
380 * @brief Push 16-bit value to the beginning of the buffer
391 * @brief Push 8-bit value to the beginning of the buffer
401 * @brief Push 24-bit value to the beginning of the buffer
412 * @brief Push 24-bit value to the beginning of the buffer
423 * @brief Push 32-bit value to the beginning of the buffer
434 * @brief Push 32-bit value to the beginning of the buffer
445 * @brief Push 48-bit value to the beginning of the buffer
456 * @brief Push 48-bit value to the beginning of the buffer
[all …]
/hal_espressif-3.4.0/components/driver/test/touch_sensor_test/
Dtest_touch_v2.c173 ESP_LOGI(TAG, "touch push"); in test_touch_push_all()
841 printf_touch_hw_read("push"); in test_touch_interrupt()
909 printf_touch_hw_read("push"); in test_touch_scan_done_interrupt()
974 // Only fake push one touch pad. in test_touch_timeout_interrupt()
989 printf_touch_hw_read("push"); in test_touch_timeout_interrupt()
1075 /* Fake the process of push debounce. */ in test_touch_filter_parameter_debounce()
1080 printf_touch_hw_read("push"); in test_touch_filter_parameter_debounce()
1193 /* Fake the process of push debounce. */ in test_touch_filter_parameter_reset()
1196 printf_touch_hw_read("push"); in test_touch_filter_parameter_reset()
1276 /* Fake the process of push debounce. */ in test_touch_filter_parameter_jitter()
[all …]
/hal_espressif-3.4.0/tools/idf_monitor_base/
Dserial_reader.py21 """ Read serial data from the serial port and push to the
97 """ Read data from the subprocess that runs runnable and push to the
/hal_espressif-3.4.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/
Dasm_arm_mult_square_umaal.inc7 "push {r3} \n\t" \
9 "push {r2} \n\t" \
415 "push {r3} \n\t" \
634 "push {r1, r2} \n\t" \
750 "push {r1, r2} \n\t" \
766 "push {r4, r5} \n\t" \
888 "push {r2} \n\t" \
918 "push {r1} \n\t" \
1056 "push {r2} \n\t" \
1086 "push {r1} \n\t" \
[all …]
Dasm_arm_mult_square.inc7 "push {r3} \n\t" \
257 "push {r3} \n\t" \
588 "push {r3} \n\t" \
1025 "push {r3} \n\t" \
1430 "push {r2} \n\t" \
1432 "push {r1} \n\t" \
1587 "push {r2} \n\t" \
1589 "push {r1} \n\t" \
1785 "push {r2} \n\t" \
1787 "push {r1} \n\t" \
[all …]
/hal_espressif-3.4.0/
D.gitlab-ci.yml14 # Disable those non-protected push triggered pipelines
15 …H !~ /^release\/v/ && $CI_COMMIT_TAG !~ /^v\d+\.\d+(\.\d+)?($|-)/ && $CI_PIPELINE_SOURCE == "push"'
/hal_espressif-3.4.0/.github/workflows/
Drelease_zips.yml4 push:
/hal_espressif-3.4.0/examples/protocols/http_server/restful_server/front/web-demo/src/
Dstore.js13 state.chart_value.push(new_value);
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Drtc_i2c_struct.h30 uint32_t sda_force_out: 1; /*1=push pull 0=open drain*/
31 uint32_t scl_force_out: 1; /*1=push pull 0=open drain*/
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Drtc_i2c_struct.h30 uint32_t sda_force_out: 1; /*1=push pull 0=open drain*/
31 uint32_t scl_force_out: 1; /*1=push pull 0=open drain*/
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Drtc_i2c_struct.h30 uint32_t sda_force_out: 1; /*1=push pull 0=open drain*/
31 uint32_t scl_force_out: 1; /*1=push pull 0=open drain*/
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/common_components/button/include/
Diot_button.h33 BUTTON_CB_PUSH = 0, /*!<button push callback event */
137 * btn->add_cb(BUTTON_CB_PUSH, button_tap_cb, (void*) push, 50 / portTICK_PERIOD_MS);
/hal_espressif-3.4.0/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_modules.h83 OI_MODULE_OPP_CLI, /**< 25 Object Push Profile protocol client */
84 OI_MODULE_OPP_SRV, /**< 26 Object Push Profile protocol server */
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/common_components/button/
DREADME.md10 * One push event callback
/hal_espressif-3.4.0/components/mdns/host_test/components/freertos_linux/
Dqueue_unique_ptr.hpp34 q.push(std::move(t)); in send()
/hal_espressif-3.4.0/examples/system/gcov/main/
Dgcov_example_main.c36 /* Set the GPIO as a push/pull output */ in blink_task()
/hal_espressif-3.4.0/examples/peripherals/uart/uart_select/
DREADME.md58 You can push any key on your keyboard to see the result of a successful detection by `select()` and…
/hal_espressif-3.4.0/examples/get-started/blink/main/
Dblink_example_main.c64 /* Set the GPIO as a push/pull output */ in configure_led()
/hal_espressif-3.4.0/components/wpa_supplicant/src/eap_peer/
Deap_tlv_common.h39 #pragma pack(push, 1)
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbt_sdp.h35 SDP_TYPE_OPP_SERVER, // Object Push Profile

1234