Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mcpwm.h is missing the first 4 enums in mcpwm_sync_signal_t #3743

Closed
gouldpa opened this issue Feb 13, 2020 · 3 comments
Closed

mcpwm.h is missing the first 4 enums in mcpwm_sync_signal_t #3743

gouldpa opened this issue Feb 13, 2020 · 3 comments
Labels
Status: Stale Issue is stale stage (outdated/stuck)

Comments

@gouldpa
Copy link

gouldpa commented Feb 13, 2020

Please update the mcpwm.h file with the following code

`/**

  • @brief MCPWM select sync signal input
    /
    typedef enum {
    MCPWM_SELECT_SYNC_OFF /
    !< SYNC is off*/
    MCPWM_SELECT_SYNC_INT0, /!<Select SYNC0 as internal/
    MCPWM_SELECT_SYNC_INT1, /!<Select SYNC1 as internal/
    MCPWM_SELECT_SYNC_INT2, /!<Select SYNC2 as internal/
    MCPWM_SELECT_SYNC0, /!<Select SYNC0 as input/
    MCPWM_SELECT_SYNC1, /!<Select SYNC1 as input/
    MCPWM_SELECT_SYNC2, /!<Select SYNC2 as input/
    } mcpwm_sync_signal_t;`

The purpose of this code is to use the internal Sync feature for Three Phase PWM signals

https://github.com/espressif/arduino-esp32/blob/04963009eedfbc1e0ea2e1378ae69e7cebda6fd6/tools/sdk/include/driver/driver/mcpwm.h

@lbernstone
Copy link
Contributor

This file comes from the upstream source (esp-idf). You can raise an issue there

@stale
Copy link

stale bot commented Apr 13, 2020

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status: Stale Issue is stale stage (outdated/stuck) label Apr 13, 2020
@stale
Copy link

stale bot commented Apr 27, 2020

[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.

@stale stale bot closed this as completed Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Stale Issue is stale stage (outdated/stuck)
Projects
None yet
Development

No branches or pull requests

2 participants