Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: X_NUCLEO_COMMON ST_INTERFACES
spi_interface.h
00001 /* Define to prevent from recursive inclusion --------------------------------*/ 00002 00003 #ifndef __SPI_INTERFACE_H 00004 #define __SPI_INTERFACE_H 00005 00006 00007 #ifdef __cplusplus 00008 extern "C" { 00009 #endif 00010 00011 int v53l1x_i2c_write_if(uint8_t* pBuffer, uint8_t DeviceAddr, uint16_t RegisterAddr, uint16_t NumByteToWrite); 00012 int v53l1x_i2c_read_if(uint8_t* pBuffer, uint8_t DeviceAddr, uint16_t RegisterAddr, uint16_t NumByteToWrite); 00013 int GetTickCount( uint32_t *ptick_count_ms); 00014 00015 #ifdef __cplusplus 00016 } 00017 #endif 00018 00019 00020 #endif /* __DEV_53L1X_I2C_H */
Generated on Thu Jul 14 2022 10:20:21 by
 1.7.2
 1.7.2