|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
Implementation of MCU-integrated SPI controller for ESP32C6 with ESP-IDF v5.5+ features. More...
#include "EspSpi.h"#include "utils/memory_utils.h"#include <cstring>#include "esp_err.h"#include "freertos/FreeRTOS.h"#include "freertos/task.h"#include "soc/spi_reg.h"Variables | |
| static const char * | TAG = "EspSpi" |
Implementation of MCU-integrated SPI controller for ESP32C6 with ESP-IDF v5.5+ features.
This file provides the implementation for SPI bus communication using the ESP32C6's built-in SPI peripheral with full ESP-IDF v5.5+ capabilities. The implementation supports:
The implementation closely follows ESP-IDF v5.5 SPI Master driver documentation: https://docs.espressif.com/projects/esp-idf/en/release-v5.5/esp32c6/api-reference/peripherals/spi_master.html
|
static |