Search found 1 match

by St0fF64
Sun Nov 16, 2025 5:30 pm
Forum: ESP-IDF
Topic: ESP32-C3: LEDC output during light sleep / low power mode
Replies: 1
Views: 2990

Re: ESP32-C3: LEDC output during light sleep / low power mode

Code: Select all

ledc_sleep_mode_t::LEDC_SLEEP_MODE_KEEP_ALIVE
could be spilled into the `ledc_channel_config_t` structure's `sleep_mode` member, before configuring the channel. ;)

P.S.: that's why I like C++ - you really get a warning about uninitialized structure members.

Go to advanced search