mirror of
https://github.com/apache/nuttx.git
synced 2026-06-09 02:44:53 +08:00
arch/arm/src/samd2l2/sam_i2c_master.h: Export sam_i2c_master_initialize(int bus) to be used by board config.
This commit is contained in:
committed by
Gregory Nutt
parent
40cdc187bb
commit
9fc4e6b0c4
@@ -81,6 +81,17 @@ extern "C"
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
/*******************************************************************************
|
||||
* Name: sam_i2c_master_initialize
|
||||
*
|
||||
* Description:
|
||||
* Initialize a I2C device for I2C operation
|
||||
*
|
||||
*******************************************************************************/
|
||||
|
||||
struct i2c_master_s; /* Forward reference */
|
||||
struct i2c_master_s *sam_i2c_master_initialize(int bus);
|
||||
|
||||
#undef EXTERN
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user