@@ -87,10 +87,10 @@ uint8_t ssd1306_interface_iic_deinit(void)
8787
8888/**
8989 * @brief interface iic bus write
90- * @param[in] addr is the iic device write address
91- * @param[in] reg is the iic register address
92- * @param[in] *buf points to a data buffer
93- * @param[in] len is the length of the data buffer
90+ * @param[in] addr iic device write address
91+ * @param[in] reg iic register address
92+ * @param[in] *buf pointer to a data buffer
93+ * @param[in] len length of the data buffer
9494 * @return status code
9595 * - 0 success
9696 * - 1 write failed
@@ -127,8 +127,8 @@ uint8_t ssd1306_interface_spi_deinit(void)
127127
128128/**
129129 * @brief interface spi bus write
130- * @param[in] *buf points to a data buffer
131- * @param[in] len is the length of data buffer
130+ * @param[in] *buf pointer to a data buffer
131+ * @param[in] len length of data buffer
132132 * @return status code
133133 * - 0 success
134134 * - 1 write failed
@@ -141,7 +141,7 @@ uint8_t ssd1306_interface_spi_write_cmd(uint8_t *buf, uint16_t len)
141141
142142/**
143143 * @brief interface delay ms
144- * @param[in] ms
144+ * @param[in] ms time
145145 * @note none
146146 */
147147void ssd1306_interface_delay_ms (uint32_t ms )
@@ -151,7 +151,7 @@ void ssd1306_interface_delay_ms(uint32_t ms)
151151
152152/**
153153 * @brief interface print format data
154- * @param[in] fmt is the format data
154+ * @param[in] fmt format data
155155 * @note none
156156 */
157157void ssd1306_interface_debug_print (const char * const fmt , ...)
@@ -195,7 +195,7 @@ uint8_t ssd1306_interface_spi_cmd_data_gpio_deinit(void)
195195
196196/**
197197 * @brief interface command && data gpio write
198- * @param[in] value is the written value
198+ * @param[in] value written value
199199 * @return status code
200200 * - 0 success
201201 * - 1 gpio write failed
@@ -232,7 +232,7 @@ uint8_t ssd1306_interface_reset_gpio_deinit(void)
232232
233233/**
234234 * @brief interface reset gpio write
235- * @param[in] value is the written value
235+ * @param[in] value written value
236236 * @return status code
237237 * - 0 success
238238 * - 1 gpio write failed
0 commit comments