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:
parent
40cdc187bb
commit
9fc4e6b0c4
@ -81,6 +81,17 @@ extern "C"
|
|||||||
* Public Function Prototypes
|
* 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
|
#undef EXTERN
|
||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user