diff options
author | bnewbold <bnewbold@robocracy.org> | 2014-08-28 16:36:19 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2014-08-28 16:36:19 -0400 |
commit | 055ee2124e380759a8c57e424039dd07e8729514 (patch) | |
tree | 6bc76183237f74d7f7fc3fe15d832c93917aaefd /docs | |
parent | daa3d15c401eece51c14f3553282581eb1b4c954 (diff) | |
download | librambutan-055ee2124e380759a8c57e424039dd07e8729514.tar.gz librambutan-055ee2124e380759a8c57e424039dd07e8729514.zip |
docs: fix breathe directive types in dma.rst
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/libmaple/api/dma.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/libmaple/api/dma.rst b/docs/source/libmaple/api/dma.rst index a9893e2..b5ffad6 100644 --- a/docs/source/libmaple/api/dma.rst +++ b/docs/source/libmaple/api/dma.rst @@ -20,7 +20,7 @@ Types .. doxygenenum:: dma_channel .. doxygenenum:: dma_priority .. doxygenenum:: dma_irq_cause -.. doxygenstruct:: dma_channel_reg_map +.. doxygendefine:: dma_channel_reg_map Devices ------- @@ -42,8 +42,8 @@ Functions .. doxygenfunction:: dma_disable .. doxygenfunction:: dma_set_mem_addr .. doxygenfunction:: dma_set_per_addr -.. doxygenfunction:: dma_channel_regs -.. doxygenfunction:: dma_is_channel_enabled +.. doxygendefine:: dma_channel_regs +.. doxygendefine:: dma_is_channel_enabled .. doxygenfunction:: dma_get_isr_bits .. doxygenfunction:: dma_clear_isr_bits |