Files
esp-idf/components/soc
Island 72e9a9ef18 Merge branch 'feat/add_new_bluedroid_host_examples_v5.2' into 'release/v5.2'
feat(ble/bluedroid): Add new bluedroid host examples (v5.2)

See merge request espressif/esp-idf!44877
2026-02-05 10:50:51 +08:00
..

soc

The soc component provides hardware description for targets supported by ESP-IDF.

- `xxx_reg.h`   - defines registers related to the hardware
- `xxx_struct.h` - hardware description in C `struct`
- `xxx_channel.h` - definitions for hardware with multiple channels
- `xxx_caps.h`  - features/capabilities of the hardware
- `xxx_pins.h`  - pin definitions
- `xxx_periph.h/*.c`  - includes all headers related to a peripheral; declaration and definition of IO mapping for that hardware