Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h489 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~(0x0F << (4 * compare_id)); in mcpwm_ll_operator_update_compare_at_once()
495 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 0) << (4 * compare_id); in mcpwm_ll_operator_enable_update_compare_on_tez()
497 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 0) << (4 * compare_id)); in mcpwm_ll_operator_enable_update_compare_on_tez()
504 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 1) << (4 * compare_id); in mcpwm_ll_operator_enable_update_compare_on_tep()
506 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 1) << (4 * compare_id)); in mcpwm_ll_operator_enable_update_compare_on_tep()
513 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 2) << (4 * compare_id); in mcpwm_ll_operator_enable_update_compare_on_sync()
515 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 2) << (4 * compare_id)); in mcpwm_ll_operator_enable_update_compare_on_sync()
521 …HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->operators[operator_id].timestamp[compare_id], gen, compare_v… in mcpwm_ll_operator_set_compare_value()
526 return HAL_FORCE_READ_U32_REG_FIELD(mcpwm->operators[operator_id].timestamp[compare_id], gen); in mcpwm_ll_operator_get_compare_value()
531 mcpwm->operators[operator_id].gen_cfg0.gen_cfg_upmethod = 0; in mcpwm_ll_operator_update_action_at_once()
[all …]
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dmcpwm_ll.h471 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~(0x0F << (4 * compare_id)); in mcpwm_ll_operator_update_compare_at_once()
477 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 0) << (4 * compare_id); in mcpwm_ll_operator_enable_update_compare_on_tez()
479 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 0) << (4 * compare_id)); in mcpwm_ll_operator_enable_update_compare_on_tez()
486 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 1) << (4 * compare_id); in mcpwm_ll_operator_enable_update_compare_on_tep()
488 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 1) << (4 * compare_id)); in mcpwm_ll_operator_enable_update_compare_on_tep()
495 mcpwm->operators[operator_id].gen_stmp_cfg.val |= (1 << 2) << (4 * compare_id); in mcpwm_ll_operator_enable_update_compare_on_sync()
497 mcpwm->operators[operator_id].gen_stmp_cfg.val &= ~((1 << 2) << (4 * compare_id)); in mcpwm_ll_operator_enable_update_compare_on_sync()
503 …HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->operators[operator_id].timestamp[compare_id], gen, compare_v… in mcpwm_ll_operator_set_compare_value()
508 return HAL_FORCE_READ_U32_REG_FIELD(mcpwm->operators[operator_id].timestamp[compare_id], gen); in mcpwm_ll_operator_get_compare_value()
513 mcpwm->operators[operator_id].gen_cfg0.gen_cfg_upmethod = 0; in mcpwm_ll_operator_update_action_at_once()
[all …]
/hal_espressif-3.6.0/components/soc/esp32s3/
Dmcpwm_periph.c24 .operators = {
93 .operators = {
/hal_espressif-3.6.0/components/soc/esp32/
Dmcpwm_periph.c24 .operators = {
93 .operators = {
/hal_espressif-3.6.0/components/soc/include/soc/
Dmcpwm_periph.h34 } operators[SOC_MCPWM_OPERATORS_PER_GROUP]; member
/hal_espressif-3.6.0/docs/en/contribute/
Dstyle-guide.rst79 …pace around binary operators. No space is necessary for unary operators. It is okay to drop space …
91 No space is necessary around ``.`` and ``->`` operators.
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dmcpwm_struct.h1443 volatile mcpwm_operator_reg_t operators[3]; member
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dmcpwm_struct.h1443 volatile mcpwm_operator_reg_t operators[3]; member
/hal_espressif-3.6.0/components/driver/test/
Dtest_pwm.c57 …esp_rom_gpio_connect_out_signal(gpio_num, mcpwm_periph_signals.groups[mcpwm_num].operators[operato… in test_mcpwm_gpio_init()
/hal_espressif-3.6.0/components/driver/
Dmcpwm.c146 …esp_rom_gpio_connect_out_signal(gpio_num, mcpwm_periph_signals.groups[mcpwm_num].operators[operato… in mcpwm_gpio_init()
/hal_espressif-3.6.0/docs/en/api-guides/
Dlinker-script-generation.rst252 …lib package and adheres to its required syntax and limitations. Supported operators are as follows:
Dfatal-errors.rst525 - Overflow in left or right shift operators.