mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 09:23:20 +00: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:
parent
40cdc187bb
commit
9fc4e6b0c4
1 changed files with 11 additions and 0 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue