NoDma
This commit is contained in:
		
							parent
							
								
									be731b222e
								
							
						
					
					
						commit
						399e7a4791
					
				@ -855,9 +855,7 @@ mod eh1 {
 | 
				
			|||||||
        type Error = Error;
 | 
					        type Error = Error;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    impl<'d, T: Instance, TXDMA: TxDma<T>, RXDMA: RxDma<T>> embedded_hal_1::i2c::blocking::I2c
 | 
					    impl<'d, T: Instance> embedded_hal_1::i2c::blocking::I2c for I2c<'d, T, NoDma, NoDma> {
 | 
				
			||||||
        for I2c<'d, T, TXDMA, RXDMA>
 | 
					 | 
				
			||||||
    {
 | 
					 | 
				
			||||||
        fn read(&mut self, address: u8, buffer: &mut [u8]) -> Result<(), Self::Error> {
 | 
					        fn read(&mut self, address: u8, buffer: &mut [u8]) -> Result<(), Self::Error> {
 | 
				
			||||||
            self.blocking_read(address, buffer)
 | 
					            self.blocking_read(address, buffer)
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user