helpfor studient
Dependents: STM32_F103-C8T6basecanblink_led
Fork of mbed-dev by
Diff: drivers/SPI.h
- Revision:
- 185:08ed48f1de7f
- Parent:
- 181:96ed750bd169
--- a/drivers/SPI.h Tue Mar 20 17:01:51 2018 +0000 +++ b/drivers/SPI.h Thu Apr 19 17:12:19 2018 +0100 @@ -79,7 +79,7 @@ /** Create a SPI master connected to the specified pins * - * mosi or miso can be specfied as NC if not used + * mosi or miso can be specified as NC if not used * * @param mosi SPI Master Out, Slave In pin * @param miso SPI Master In, Slave Out pin @@ -121,7 +121,7 @@ /** Write to the SPI Slave and obtain the response * - * The total number of bytes sent and recieved will be the maximum of + * The total number of bytes sent and received will be the maximum of * tx_length and rx_length. The bytes written will be padded with the * value 0xff. * @@ -156,7 +156,7 @@ /** Start non-blocking SPI transfer using 8bit buffers. * - * This function locks the deep sleep until any event has occured + * This function locks the deep sleep until any event has occurred * * @param tx_buffer The TX buffer with data to be transfered. If NULL is passed, * the default SPI value is sent