mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	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:
		@@ -98,6 +98,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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user