|
void | SPIDmaRX (uint8_t *dst, uint16_t count) |
|
void | SPIDmaRX (char *dst, uint16_t count) |
|
void | SPIDmaTX (const uint8_t *src, uint16_t count) |
|
void | SPIDmaCharTX (const char *src, uint16_t count) |
|
void | SPIBegin (void) |
|
void | SPIInit (uint8_t dueSckDivisor) |
|
uint8_t | SPITransfer (uint8_t b) |
|
uint8_t | SPIRecByte (void) |
|
uint8_t | SPIRecByte (uint8_t *buf, size_t len) |
|
int8_t | SPIRecChar (void) |
|
int8_t | SPIRecChar (char *buf, size_t len) |
|
void | SPISendByte (uint8_t b) |
|
void | SPISendByte (const uint8_t *buf, size_t len) |
|
void | SPISendChar (char b) |
|
void | SPISendChar (const char *buf, size_t len) |
|
The documentation for this class was generated from the following file:
- BayEOS-Arduino/libraries/SPIFlash/src/DMASAM.h