docs(i2c): Modify some variables in I2C driver for good docs

This commit is contained in:
Cao Sen Miao
2023-11-07 18:42:08 +08:00
parent 614aed7409
commit 9d3d9d16f0
5 changed files with 37 additions and 34 deletions

View File

@@ -40,7 +40,7 @@ typedef struct {
#if SOC_I2C_SLAVE_SUPPORT_SLAVE_UNMATCH
uint32_t slave_unmatch_en:1; /*!< Can trigger unmatch interrupt when slave address does not match what master sends*/
#endif
} flags;
} flags; /*!< I2C slave config flags */
} i2c_slave_config_t;
/**