Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: temp X_NUCLEO_CCA01M1 X_NUCLEO_CCA01M1 X_NUCLEO_CCA02M1
stm_dma_api.h
00001 #ifndef STM_DMA_API_H 00002 #define STM_DMA_API_H 00003 00004 #include <stdint.h> 00005 00006 #define STM_DMA_ERROR_OUT_OF_CHANNELS (NULL) 00007 00008 typedef void* channelid_t; 00009 00010 #ifdef __cplusplus 00011 extern "C" { 00012 #endif 00013 00014 void stm_dma_init(void); 00015 00016 channelid_t stm_dma_channel_allocate(uint32_t capabilities); 00017 00018 void stm_dma_channel_free(channelid_t channelid); 00019 00020 #ifdef __cplusplus 00021 } 00022 #endif 00023 00024 #endif 00025 00026 /** @}*/
Generated on Fri Jul 15 2022 06:41:44 by
1.7.2