mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-05 18:21:54 +00:00
Added DMA support for ADC
This commit is contained in:
@@ -31,6 +31,14 @@ namespace sta
|
||||
*/
|
||||
void start();
|
||||
|
||||
/**
|
||||
* @brief Starts conversion of the incoming analog signal in DMA mode.
|
||||
*
|
||||
* @param buffer The buffer to write the converted values to.
|
||||
* @param length The length of the buffer to write the converted values to.
|
||||
*/
|
||||
void startDMA(uint32_t * buffer, size_t length);
|
||||
|
||||
/**
|
||||
* @brief Polls for the converted analog signal.
|
||||
*
|
||||
|
Reference in New Issue
Block a user