![]() |
Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
|
Compatibility functions for integration with the TouchGFX graphics library. More...

Functions | |
| void | DataReader_WaitForReceiveDone (void) |
| void | DataReader_ReadData (uint32_t address24, uint8_t *buffer, uint32_t length) |
| void | DataReader_StartDMAReadData (uint32_t address24, uint8_t *buffer, uint32_t length) |
Compatibility functions for integration with the TouchGFX graphics library.
| void DataReader_ReadData | ( | uint32_t | address24, |
| uint8_t * | buffer, | ||
| uint32_t | length | ||
| ) |
Definition at line 1234 of file z_qflash_W25QXXX.c.
References QFlash_Read().

| void DataReader_StartDMAReadData | ( | uint32_t | address24, |
| uint8_t * | buffer, | ||
| uint32_t | length | ||
| ) |
Definition at line 1243 of file z_qflash_W25QXXX.c.
References QFlash_Read().

| void DataReader_WaitForReceiveDone | ( | void | ) |
Definition at line 1229 of file z_qflash_W25QXXX.c.