Home
last modified time | relevance | path

Searched refs:steps (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/hal/
Dsystimer_hal.c177 void systimer_hal_set_steps_per_tick(systimer_hal_context_t *hal, int clock_source, uint32_t steps) in systimer_hal_set_steps_per_tick() argument
189 systimer_ll_set_step_for_xtal(hal->dev, steps); in systimer_hal_set_steps_per_tick()
192 systimer_ll_set_step_for_pll(hal->dev, steps); in systimer_hal_set_steps_per_tick()
/hal_espressif-latest/components/hal/include/hal/
Dreadme.md7 … consists of two layers: HAL (upper) and Lowlevel(bottom). The HAL layer defines the steps and data
20 layer can combine basic steps into different working ways (polling, non-polling, interrupt, etc.). …
Dsystimer_hal.h126 void systimer_hal_set_steps_per_tick(systimer_hal_context_t *hal, int clock_source, uint32_t steps);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/
Dstate_transition.c26 uint8_t steps = 0U, resolution = 0U; in bt_mesh_server_calc_remain_time() local
39 steps = duration_remainder / 600000; in bt_mesh_server_calc_remain_time()
43 steps = duration_remainder / 10000; in bt_mesh_server_calc_remain_time()
47 steps = duration_remainder / 1000; in bt_mesh_server_calc_remain_time()
51 steps = duration_remainder / 100; in bt_mesh_server_calc_remain_time()
54 steps = 0x00; in bt_mesh_server_calc_remain_time()
57 transition->remain_time = (resolution << 6) | steps; in bt_mesh_server_calc_remain_time()
/hal_espressif-latest/tools/esptool_py/flasher_stub/
DREADME.md33 Activating an ESP-IDF environment takes care of most of these steps (only the ESP8266 gcc toolchain…
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dboot-mode-selection.rst16 …eset the board into bootloader mode. For other configurations, you will need to follow these steps:
/hal_espressif-latest/tools/esptool_py/
DLICENSE39 We protect your rights with two steps: (1) copyright the software, and