mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
SPI transfer: minor fix to type and comments
This commit is contained in:
@@ -81,9 +81,9 @@ struct spi_trans_s
|
|||||||
bool cmd; /* true=command; false=data */
|
bool cmd; /* true=command; false=data */
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_SPI_HWFEATURES
|
#ifdef CONFIG_SPI_HWFEATURES
|
||||||
spi_hwfeatures_t hwfeat; /* Hard features to enable on this transfer */
|
spi_hwfeatures_t hwfeat; /* H/W features to enable on this transfer */
|
||||||
#endif
|
#endif
|
||||||
uint32_t delay; /* Microsecond delay after transfer */
|
useconds_t delay; /* Microsecond delay after transfer */
|
||||||
|
|
||||||
/* These describe the single data transfer */
|
/* These describe the single data transfer */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user