mcpwm_timer_config_t::::allow_pd field
Set to allow power down. When this flag set, the driver will backup/restore the MCPWM registers before/after entering/exist sleep mode. By this approach, the system can power off MCPWM's power domain. This can save power, but at the expense of more RAM being consumed.
![]()
uint32_t allow_pd: 1;
mcpwm_timer_config_t::::allow_pd is read by 1 function:
![]()
mcpwm_timer_config_t::
::allow_pd