mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	i2c: Add supports on esp32s3
This commit is contained in:
		@@ -522,3 +522,13 @@ void i2c_hal_master_handle_rx_event(i2c_hal_context_t *hal, i2c_intr_event_t *ev
 | 
			
		||||
 * @return None
 | 
			
		||||
 */
 | 
			
		||||
void i2c_hal_slave_handle_event(i2c_hal_context_t *hal, i2c_intr_event_t *event);
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @brief Synchronize I2C status
 | 
			
		||||
 *
 | 
			
		||||
 * @param hal Context of the HAL layer
 | 
			
		||||
 *
 | 
			
		||||
 * @return None
 | 
			
		||||
 *
 | 
			
		||||
 */
 | 
			
		||||
void i2c_hal_update_config(i2c_hal_context_t *hal);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user