Home
last modified time | relevance | path

Searched refs:timer_period (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.5.0/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h284 HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->timer[timer_id].timer_cfg0, timer_period, peak - 1); in mcpwm_ll_timer_set_peak()
286 HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->timer[timer_id].timer_cfg0, timer_period, peak); in mcpwm_ll_timer_set_peak()
294 return HAL_FORCE_READ_U32_REG_FIELD(mcpwm->timer[timer_id].timer_cfg0, timer_period) + 1; in mcpwm_ll_timer_get_peak()
297 return HAL_FORCE_READ_U32_REG_FIELD(mcpwm->timer[timer_id].timer_cfg0, timer_period); in mcpwm_ll_timer_get_peak()
386 (HAL_FORCE_READ_U32_REG_FIELD(mcpwm->timer[timer_id].timer_cfg0, timer_period) + 1); in mcpwm_ll_timer_get_count_value()
390 HAL_FORCE_READ_U32_REG_FIELD(mcpwm->timer[timer_id].timer_cfg0, timer_period)) % in mcpwm_ll_timer_get_count_value()
391 (HAL_FORCE_READ_U32_REG_FIELD(mcpwm->timer[timer_id].timer_cfg0, timer_period) + 1); in mcpwm_ll_timer_get_count_value()
/hal_espressif-3.5.0/components/esp_rom/include/esp32c3/rom/
Dets_sys.h272 uint32_t timer_period; /**< timer period, 0 means timer is not periodic repeated*/ member
/hal_espressif-3.5.0/components/esp_rom/include/esp32h2/rom/
Dets_sys.h272 uint32_t timer_period; /**< timer period, 0 means timer is not periodic repeated*/ member
/hal_espressif-3.5.0/components/hal/esp32/include/hal/
Dmcpwm_ll.h278 HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->timer[timer_id].timer_cfg0, timer_period, peak - 1); in mcpwm_ll_timer_set_peak()
280 HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->timer[timer_id].timer_cfg0, timer_period, peak); in mcpwm_ll_timer_set_peak()
288 return HAL_FORCE_READ_U32_REG_FIELD(mcpwm->timer[timer_id].timer_cfg0, timer_period) + 1; in mcpwm_ll_timer_get_peak()
291 return HAL_FORCE_READ_U32_REG_FIELD(mcpwm->timer[timer_id].timer_cfg0, timer_period); in mcpwm_ll_timer_get_peak()
/hal_espressif-3.5.0/components/touch_element/
Dtouch_button.c215 uint8_t timer_period = te_get_timer_period(); in touch_button_set_longpress() local
216 te_button->trigger_thr = threshold_time / timer_period; in touch_button_set_longpress()
Dtouch_matrix.c254 uint8_t timer_period = te_get_timer_period(); in touch_matrix_set_longpress() local
255 te_matrix->trigger_thr = threshold_time / timer_period; in touch_matrix_set_longpress()
/hal_espressif-3.5.0/components/esp_rom/include/esp32/rom/
Dets_sys.h298 uint32_t timer_period; /**< timer period, 0 means timer is not periodic repeated*/ member
/hal_espressif-3.5.0/components/esp_rom/include/esp32s2/rom/
Dets_sys.h274 uint32_t timer_period; /**< timer period, 0 means timer is not periodic repeated*/ member
/hal_espressif-3.5.0/components/esp_rom/include/esp32s3/rom/
Dets_sys.h272 uint32_t timer_period; /**< timer period, 0 means timer is not periodic repeated*/ member
/hal_espressif-3.5.0/components/soc/esp32s3/include/soc/
Dmcpwm_struct.h43 uint32_t timer_period: 16; member
/hal_espressif-3.5.0/components/soc/esp32/include/soc/
Dmcpwm_struct.h43 uint32_t timer_period: 16; member