Merge branch 'feature/esp32p4_hp_spi_support' into 'master'

Feature/esp32p4 hp spi master driver support

Closes IDF-7502

See merge request espressif/esp-idf!24963
This commit is contained in:
Wan Lei
2023-10-09 18:37:35 +08:00
52 changed files with 1937 additions and 806 deletions

View File

@@ -99,6 +99,7 @@ typedef enum {
* @param hw Beginning address of the peripheral registers.
* @param clk_source clock source to select, see valid sources in type `spi_clock_source_t`
*/
__attribute__((always_inline))
static inline void spi_ll_set_clk_source(spi_dev_t *hw, spi_clock_source_t clk_source){
switch (clk_source)
{