Home
last modified time | relevance | path

Searched refs:operators (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Dmcpwm_ll.h531 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~(0x0F << (4 * compare_id)); in mcpwm_ll_operator_update_compare_at_once()
545 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 0) << (4 * compare_id); in mcpwm_ll_operator_enable_update_compare_on_tez()
547 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 0) << (4 * compare_id)); in mcpwm_ll_operator_enable_update_compare_on_tez()
562 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 1) << (4 * compare_id); in mcpwm_ll_operator_enable_update_compare_on_tep()
564 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 1) << (4 * compare_id)); in mcpwm_ll_operator_enable_update_compare_on_tep()
579 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 2) << (4 * compare_id); in mcpwm_ll_operator_enable_update_compare_on_sync()
581 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 2) << (4 * compare_id)); in mcpwm_ll_operator_enable_update_compare_on_sync()
596 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 3) << (4 * compare_id); in mcpwm_ll_operator_stop_update_compare()
598 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 3) << (4 * compare_id)); in mcpwm_ll_operator_stop_update_compare()
613 …HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->operators[operator_id].timestamp[compare_id], gen, compare_v… in mcpwm_ll_operator_set_compare_value()
[all …]
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h543 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~(0x0F << (4 * compare_id)); in mcpwm_ll_operator_update_compare_at_once()
557 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 0) << (4 * compare_id); in mcpwm_ll_operator_enable_update_compare_on_tez()
559 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 0) << (4 * compare_id)); in mcpwm_ll_operator_enable_update_compare_on_tez()
574 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 1) << (4 * compare_id); in mcpwm_ll_operator_enable_update_compare_on_tep()
576 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 1) << (4 * compare_id)); in mcpwm_ll_operator_enable_update_compare_on_tep()
591 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 2) << (4 * compare_id); in mcpwm_ll_operator_enable_update_compare_on_sync()
593 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 2) << (4 * compare_id)); in mcpwm_ll_operator_enable_update_compare_on_sync()
608 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 3) << (4 * compare_id); in mcpwm_ll_operator_stop_update_compare()
610 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 3) << (4 * compare_id)); in mcpwm_ll_operator_stop_update_compare()
625 …HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->operators[operator_id].timestamp[compare_id], gen, compare_v… in mcpwm_ll_operator_set_compare_value()
[all …]
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dmcpwm_ll.h554 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~(0x0F << (4 * compare_id)); in mcpwm_ll_operator_update_compare_at_once()
568 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 0) << (4 * compare_id); in mcpwm_ll_operator_enable_update_compare_on_tez()
570 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 0) << (4 * compare_id)); in mcpwm_ll_operator_enable_update_compare_on_tez()
585 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 1) << (4 * compare_id); in mcpwm_ll_operator_enable_update_compare_on_tep()
587 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 1) << (4 * compare_id)); in mcpwm_ll_operator_enable_update_compare_on_tep()
602 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 2) << (4 * compare_id); in mcpwm_ll_operator_enable_update_compare_on_sync()
604 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 2) << (4 * compare_id)); in mcpwm_ll_operator_enable_update_compare_on_sync()
619 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 3) << (4 * compare_id); in mcpwm_ll_operator_stop_update_compare()
621 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 3) << (4 * compare_id)); in mcpwm_ll_operator_stop_update_compare()
636 …HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->operators[operator_id].timestamp[compare_id], cmpr, compare_… in mcpwm_ll_operator_set_compare_value()
[all …]
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dmcpwm_ll.h552 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~(0x0F << (4 * compare_id)); in mcpwm_ll_operator_update_compare_at_once()
566 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 0) << (4 * compare_id); in mcpwm_ll_operator_enable_update_compare_on_tez()
568 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 0) << (4 * compare_id)); in mcpwm_ll_operator_enable_update_compare_on_tez()
583 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 1) << (4 * compare_id); in mcpwm_ll_operator_enable_update_compare_on_tep()
585 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 1) << (4 * compare_id)); in mcpwm_ll_operator_enable_update_compare_on_tep()
600 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 2) << (4 * compare_id); in mcpwm_ll_operator_enable_update_compare_on_sync()
602 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 2) << (4 * compare_id)); in mcpwm_ll_operator_enable_update_compare_on_sync()
617 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 3) << (4 * compare_id); in mcpwm_ll_operator_stop_update_compare()
619 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 3) << (4 * compare_id)); in mcpwm_ll_operator_stop_update_compare()
634 …HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->operators[operator_id].timestamp[compare_id], cmpr, compare_… in mcpwm_ll_operator_set_compare_value()
[all …]
/hal_espressif-latest/components/soc/esp32s3/
Dmcpwm_periph.c16 .operators = {
85 .operators = {
/hal_espressif-latest/components/soc/esp32/
Dmcpwm_periph.c16 .operators = {
85 .operators = {
/hal_espressif-latest/components/soc/include/soc/
Dmcpwm_periph.h26 } operators[SOC_MCPWM_OPERATORS_PER_GROUP]; member
/hal_espressif-latest/components/soc/esp32c6/
Dmcpwm_periph.c16 .operators = {
/hal_espressif-latest/components/soc/esp32h2/
Dmcpwm_periph.c16 .operators = {
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dmcpwm_struct.h1443 volatile mcpwm_operator_reg_t operators[3]; member
/hal_espressif-latest/components/soc/esp32/include/soc/
Dmcpwm_struct.h1443 volatile mcpwm_operator_reg_t operators[3]; member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dmcpwm_struct.h1668 volatile mcpwm_operator_reg_t operators[3]; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dmcpwm_struct.h1668 volatile mcpwm_operator_reg_t operators[3]; member
/hal_espressif-latest/components/driver/deprecated/
Dmcpwm_legacy.c149 …esp_rom_gpio_connect_out_signal(gpio_num, mcpwm_periph_signals.groups[mcpwm_num].operators[operato… in mcpwm_gpio_init()