Searched refs:resolution (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/newlib/ |
D | Kconfig | 84 - If both high-resolution (systimer for all targets except ESP32) 86 Time will be reported at 1 microsecond resolution. 88 - If only high-resolution timer (systimer) is used, gettimeofday will 89 provide time at microsecond resolution. 93 resolution. Also the gettimeofday function itself may take 101 bool "RTC and high-resolution timer" 108 bool "High-resolution timer"
|
/hal_espressif-latest/components/driver/deprecated/driver/ |
D | mcpwm.h | 84 esp_err_t mcpwm_group_set_resolution(mcpwm_unit_t mcpwm_num, unsigned long int resolution); 100 …imer_set_resolution(mcpwm_unit_t mcpwm_num, mcpwm_timer_t timer_num, unsigned long int resolution);
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/ |
D | state_transition.c | 26 uint8_t steps = 0U, resolution = 0U; in bt_mesh_server_calc_remain_time() local 38 resolution = 0x03; in bt_mesh_server_calc_remain_time() 42 resolution = 0x02; in bt_mesh_server_calc_remain_time() 46 resolution = 0x01; in bt_mesh_server_calc_remain_time() 50 resolution = 0x00; in bt_mesh_server_calc_remain_time() 53 resolution = 0x00; in bt_mesh_server_calc_remain_time() 57 transition->remain_time = (resolution << 6) | steps; in bt_mesh_server_calc_remain_time() 65 uint8_t steps_multiplier = 0U, resolution = 0U; in tt_values_calculator() local 67 resolution = (transition->trans_time >> 6); in tt_values_calculator() 70 switch (resolution) { in tt_values_calculator()
|
/hal_espressif-latest/components/esp_timer/ |
D | Kconfig | 1 menu "High resolution timer (esp_timer)" 22 int "High-resolution timer task stack size"
|
/hal_espressif-latest/components/driver/deprecated/ |
D | mcpwm_legacy.c | 224 esp_err_t mcpwm_group_set_resolution(mcpwm_unit_t mcpwm_num, uint32_t resolution) in mcpwm_group_set_resolution() argument 230 int pre_scale_temp = clk_src_hz / resolution; in mcpwm_group_set_resolution() 240 …_t mcpwm_timer_set_resolution(mcpwm_unit_t mcpwm_num, mcpwm_timer_t timer_num, uint32_t resolution) in mcpwm_timer_set_resolution() argument 247 int pre_scale_temp = group_resolution / resolution; in mcpwm_timer_set_resolution()
|
/hal_espressif-latest/components/esp_wifi/ |
D | Kconfig | 231 …more root nodes conflict involving more than five root nodes, the conflict resolution process will…
|
/hal_espressif-latest/components/bt/host/bluedroid/ |
D | Kconfig.in | 1155 …ets contain identity address after IRK changed. If this option is disabled, address resolution will
|
/hal_espressif-latest/components/bt/host/nimble/ |
D | Kconfig.in | 535 Use this option to do host based Random Private Address resolution.
|