Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 25 of 96) sorted by relevance

1234

/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_server/main/
Dboard.c30 if (onoff == led_state[i].previous) { in board_led_operation()
36 led_state[i].previous = onoff; in board_led_operation()
49 led_state[i].previous = LED_OFF; in board_led_init()
Dboard.h37 uint8_t previous; member
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_server/main/
Dboard.c29 if (onoff == led_state[i].previous) { in board_led_operation()
35 led_state[i].previous = onoff; in board_led_operation()
48 led_state[i].previous = LED_OFF; in board_led_init()
Dboard.h37 uint8_t previous; member
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_server/main/
Dboard.c29 if (onoff == led_state[i].previous) { in board_led_operation()
35 led_state[i].previous = onoff; in board_led_operation()
48 led_state[i].previous = LED_OFF; in board_led_init()
Dboard.h37 uint8_t previous; member
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_fast_provision/fast_prov_server/main/
Dboard.c45 if (onoff == led_state[i].previous) { in board_led_operation()
51 led_state[i].previous = onoff; in board_led_operation()
64 led_state[i].previous = LED_OFF; in board_led_init()
Dboard.h42 uint8_t previous; member
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/
Dboard.c45 if (onoff == led_state[i].previous) { in board_led_operation()
51 led_state[i].previous = onoff; in board_led_operation()
64 led_state[i].previous = LED_OFF; in board_led_init()
Dboard.h42 uint8_t previous; member
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/
Dboard.c37 if (onoff == led_state[i].previous) { in board_led_operation()
43 led_state[i].previous = onoff; in board_led_operation()
55 led_state[i].previous = LED_OFF; in board_led_init()
Dboard.h38 uint8_t previous; member
/hal_espressif-3.4.0/examples/system/eventfd/main/
Deventfd_example.c115 uint64_t previous = start; in collector_task() local
155 const uint64_t elapsed = current - previous; in collector_task()
162 previous = current; in collector_task()
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/
Dble_mesh_adapter.h30 uint8_t previous; member
91 node_status.previous = node_status.current; \
/hal_espressif-3.4.0/components/esptool_py/esptool/docs/en/
Dversions.rst39 Use the previous major esptool release (only if you cannot upgrade)
42 If your use case is not compatible with the latest ``MAJOR`` release of ``esptool.py``, a previous
/hal_espressif-3.4.0/tools/test_idf_monitor/tests/
Driscv_panic1_out.txt30 Backtrace stopped: previous frame identical to this frame (corrupt stack?)
62 Backtrace stopped: previous frame identical to this frame (corrupt stack?)
/hal_espressif-3.4.0/docs/en/hw-reference/esp32s2/
Duser-guide-esp-lyrap-cam-v1.0.rst26 …`_: Covers revision history, known issues, and links to user guides for previous versions of the E…
108 No previous versions available.
Duser-guide-esp-lyrap-toucha-v1.1.rst29 …`_: Covers revision history, known issues, and links to user guides for previous versions of the E…
110 No previous versions available.
Duser-guide-esp-lyrap-lcd32-v1.1.rst29 …`_: Covers revision history, known issues, and links to user guides for previous versions of the E…
123 No previous versions available.
Duser-guide-esp-lyrat-8311a_v1.2.rst35 …`_: Covers revision history, known issues, and links to user guides for previous versions of the E…
142 No previous versions available.
/hal_espressif-3.4.0/.gitlab/ci/dependencies/
DREADME.md53 If we concatenate this part to the previous example,
56 # ... The same as the previous example
/hal_espressif-3.4.0/docs/en/api-reference/system/
Dota.rst32 …e working after the update. This feature allows you to roll back to the previous working applicati…
35 * The application has critical errors and further work is not possible, a rollback to the previous
72 …on will no longer be able to start, i.e. there will be a rollback to the previous work application.
75 …_ota_mark_app_invalid_rollback_and_reboot` function to roll back to the previous working applicati…
76 …ll prevent re-boot of this application. There will be a rollback to the previous working applicati…
125 - New firmware released with the elimination of vulnerabilities with the previous version of securi…
/hal_espressif-3.4.0/components/wear_levelling/doc/
Dwl_sw_structure.rst11 …The data format from current version incompatible with data format from previous versions, and cou…
12 used with previous versions.
/hal_espressif-3.4.0/docs/en/
Dresources.rst30 * `Download <https://readthedocs.com/projects/espressif-esp-idf/downloads/>`_ latest and previous v…
/hal_espressif-3.4.0/
DCONTRIBUTING.rst32 …l request)? Are any commits with names like "fixed typo" `squashed into previous commits <https://…

1234