ESP32-C6 specific peripheral configuration. More...
ESP32-C6 specific peripheral configuration.
Definition in file periph_cpu_esp32c6.h.
#include "sdkconfig.h"
Go to the source code of this file.
#define | CLOCK_CORECLOCK (1000000UL * CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ) |
Mapping configured ESP32-C6 default clock to CLOCK_CORECLOCK define. | |
#define | CPU_CYCLES_PER_LOOP (4) |
CPU cycles per busy wait loop. | |
Predefined GPIO names | |
#define | GPIO0 (GPIO_PIN(PORT_GPIO, 0)) |
GPIO0. | |
#define | GPIO1 (GPIO_PIN(PORT_GPIO, 1)) |
GPIO1. | |
#define | GPIO2 (GPIO_PIN(PORT_GPIO, 2)) |
GPIO2. | |
#define | GPIO3 (GPIO_PIN(PORT_GPIO, 3)) |
GPIO3. | |
#define | GPIO4 (GPIO_PIN(PORT_GPIO, 4)) |
GPIO4. | |
#define | GPIO5 (GPIO_PIN(PORT_GPIO, 5)) |
GPIO5. | |
#define | GPIO6 (GPIO_PIN(PORT_GPIO, 6)) |
GPIO6. | |
#define | GPIO7 (GPIO_PIN(PORT_GPIO, 7)) |
GPIO7. | |
#define | GPIO8 (GPIO_PIN(PORT_GPIO, 8)) |
GPIO8. | |
#define | GPIO9 (GPIO_PIN(PORT_GPIO, 9)) |
GPIO9. | |
#define | GPIO10 (GPIO_PIN(PORT_GPIO, 10)) |
GPIO10 is not broken out on chips with flash. | |
#define | GPIO11 (GPIO_PIN(PORT_GPIO, 11)) |
GPIO11 is not broken out on chips with flash. | |
#define | GPIO12 (GPIO_PIN(PORT_GPIO, 12)) |
GPIO12. | |
#define | GPIO13 (GPIO_PIN(PORT_GPIO, 13)) |
GPIO13. | |
#define | GPIO14 (GPIO_PIN(PORT_GPIO, 14)) |
GPIO14 is not usable for chips w/o flash. | |
#define | GPIO15 (GPIO_PIN(PORT_GPIO, 15)) |
GPIO15. | |
#define | GPIO16 (GPIO_PIN(PORT_GPIO, 16)) |
GPIO16. | |
#define | GPIO17 (GPIO_PIN(PORT_GPIO, 17)) |
GPIO17. | |
#define | GPIO18 (GPIO_PIN(PORT_GPIO, 18)) |
GPIO18. | |
#define | GPIO19 (GPIO_PIN(PORT_GPIO, 19)) |
GPIO19. | |
#define | GPIO20 (GPIO_PIN(PORT_GPIO, 20)) |
GPIO20. | |
#define | GPIO21 (GPIO_PIN(PORT_GPIO, 21)) |
GPIO21. | |
#define | GPIO22 (GPIO_PIN(PORT_GPIO, 22)) |
GPIO22. | |
#define | GPIO23 (GPIO_PIN(PORT_GPIO, 23)) |
GPIO23. | |
#define | GPIO24 (GPIO_PIN(PORT_GPIO, 24)) |
GPIO24. | |
#define | GPIO25 (GPIO_PIN(PORT_GPIO, 25)) |
GPIO25 is not broken out on chips with flash. | |
#define | GPIO26 (GPIO_PIN(PORT_GPIO, 26)) |
GPIO26 is not broken out on chips with flash. | |
#define | GPIO27 (GPIO_PIN(PORT_GPIO, 27)) |
GPIO27 is not broken out on chips with flash. | |
#define | GPIO28 (GPIO_PIN(PORT_GPIO, 28)) |
GPIO28 is not broken out on chips with flash. | |
#define | GPIO29 (GPIO_PIN(PORT_GPIO, 29)) |
GPIO29 is not broken out on chips with flash. | |
#define | GPIO30 (GPIO_PIN(PORT_GPIO, 30)) |
GPIO30 is not broken out on chips with flash. | |