mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	feat(spi_master): p4 add master driver supported
This commit is contained in:
		@@ -100,6 +100,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