Data Fields | |
volatile bool | _dma_init |
volatile uint32_t | allocated_channels |
uint8_t | free_channels |
volatile bool _dma_module::_dma_init |
Referenced by dma_allocate().
volatile uint32_t _dma_module::allocated_channels |
Referenced by _dma_find_first_free_channel_and_allocate(), _dma_release_channel(), and dma_free().
uint8_t _dma_module::free_channels |
Referenced by _dma_find_first_free_channel_and_allocate(), and _dma_release_channel().