libopencm3/lib/stm32/common
Karl Palsson 8435287300 stm32: dma: doxygen fixups
Use a single @defgroup for the "root" of a common heirarchy, and only
addtogroup for additions.  This prevents an alphabetically "first" entry
from being used as the documentation for the entire group.
2020-12-02 00:04:44 +00:00
..
adc_common_f47.c stm32: adc-v1m: pull out f4/f7 specifics 2019-05-10 22:42:03 +00:00
adc_common_v1.c stm32:adc: Change bitwise AND to logical AND 2020-07-03 12:27:44 +00:00
adc_common_v1_multi.c stm32: adc-v1m: doc cleanups 2019-05-10 23:15:42 +00:00
adc_common_v2.c stm32: adc-v2: add adc_{en,dis}able_delayed_conversion_mode 2020-03-04 23:29:31 +00:00
adc_common_v2_multi.c stm32:adc: Change bitwise AND to logical AND 2020-07-03 12:27:44 +00:00
crc_common_all.c stm32: crc: merge duplicate documentation 2020-01-28 22:41:14 +00:00
crc_v2.c doc: convert CRC periphal to common naming 2018-07-03 22:23:00 +00:00
crs_common_all.c stm32: crs: fix doxygen 2020-12-01 23:13:38 +00:00
crypto_common_f24.c Fix misspellings using codespell tool 2016-03-08 08:52:54 -08:00
dac_common_all.c doc: avoid usage of rcc_peripheral_enable_clock 2019-12-12 20:35:57 +00:00
dcmi_common_f47.c stm32: dcmi: hook up doxygen again 2020-11-28 22:13:25 +00:00
desig_common_all.c stm32: desig: refactor to allow targets to have different addresses 2020-03-04 22:16:31 +00:00
desig_common_v1.c stm32: desig: refactor to allow targets to have different addresses 2020-03-04 22:16:31 +00:00
dma2d_common_f47.c stm32f7: enable existing dma2d headers 2019-05-19 21:33:07 +00:00
dma_common_csel.c stm32: dma: doxygen fixups 2020-12-02 00:04:44 +00:00
dma_common_f24.c stm32: dma: doxygen fixups 2020-12-02 00:04:44 +00:00
dma_common_l1f013.c stm32: dma: doxygen fixups 2020-12-02 00:04:44 +00:00
dmamux.c stm32g0: add dmamux 2019-11-08 13:47:41 +01:00
dsi_common_f47.c stm32f7: enable existing dsi support 2019-05-19 21:33:07 +00:00
exti_common_all.c stm32: doc: exti: fix missing/wrong groups and move to peripheral_api 2019-05-21 23:16:59 +00:00
exti_common_v2.c stm32: extract g0 exti stuff to exti_common_v2. 2020-01-01 19:47:13 +01:00
flash_common_all.c stm32: flash: move to peripheral_apis 2019-05-21 23:41:21 +00:00
flash_common_f.c doc: stm32: flash: fix missing doxygen trailer 2019-06-12 23:06:22 +00:00
flash_common_f01.c stm32: flash_unlock_option_bytes is common code. 2018-07-29 20:31:17 +00:00
flash_common_f24.c stm32: f247: flash: use common code. 2018-07-29 20:31:17 +00:00
flash_common_idcache.c doc: fix trivial missing trailers or typos 2019-06-12 23:16:58 +00:00
flash_common_l01.c stm32l0/l1: flash: support half page flashing 2020-11-28 22:13:25 +00:00
fmc_common_f47.c stm32f7: enable fsmc 2019-05-19 21:30:48 +00:00
gpio_common_all.c stm32: doc: gpio: move gpio to peripheral_apis 2019-05-21 23:16:59 +00:00
gpio_common_f0234.c gpio: stm32f: Fix function name in example 2016-07-08 22:20:48 +00:00
hash_common_f24.c stm32: hash: move to peripherals API docs 2019-06-12 23:06:22 +00:00
i2c_common_v1.c stm32: i2c-v1: Fixed a typo in i2c_read7_v1 and i2c_write7_v1 2020-10-16 12:00:20 +00:00
i2c_common_v2.c doc: convert i2c to peripherals_api 2018-07-03 22:23:00 +00:00
iwdg_common_all.c stm32: iwdg: correct calculation for all ranges. 2018-10-05 23:31:52 +00:00
lptimer_common_all.c stm32: lptimer: fix documentation 2019-12-25 20:34:11 +00:00
ltdc_common_f47.c stm32f7: enable existing ltdc 2019-05-19 21:33:02 +00:00
pwr_common_v1.c stm32: doc: pwr: move to peripheral_api 2019-05-22 00:10:39 +00:00
pwr_common_v2.c stm32: doc: pwr: move to peripheral_api 2019-05-22 00:10:39 +00:00
rcc_common_all.c stm32: added peripheral clock get helpers for all stm32 platforms. 2020-11-28 22:13:25 +00:00
rng_common_v1.c rng: fix clock error handling, based on RM. 2020-01-05 00:25:12 +00:00
rtc_common_l1f024.c stm32: rtc: clear wakeup clock selection 2019-06-02 22:18:05 +00:00
spi_common_all.c doc: convert SPI to peripheral_api style 2018-07-03 22:23:00 +00:00
spi_common_v1.c doc: convert SPI to peripheral_api style 2018-07-03 22:23:00 +00:00
spi_common_v1_frf.c doc: convert SPI to peripheral_api style 2018-07-03 22:23:00 +00:00
spi_common_v2.c doc: convert SPI to peripheral_api style 2018-07-03 22:23:00 +00:00
st_usbfs_core.c doc: usbd: Add missing / incorrect parameters. 2019-06-12 23:06:22 +00:00
st_usbfs_core.h USB: st_usbfs : fix USB_COUNTn_RX buffer size calculation: 2018-08-17 00:16:18 +00:00
timer_common_all.c stm32: timer common all: Fix documentation 2020-11-28 22:13:25 +00:00
timer_common_f24.c doc: stm32: timer: fix trivial parameter misnaming 2019-06-17 22:33:32 +00:00
timer_common_f0234.c stm32f0: timers: input capture support rising/falling edges 2016-08-15 21:10:03 +00:00
usart_common_all.c stm32: uart: Add Trasmission Complete enable/disable interrupt functions 2020-11-28 22:13:25 +00:00
usart_common_f124.c doc: use common naming for peripheral apis 2018-07-03 22:23:00 +00:00
usart_common_fifos.c stm32h7: usart: support new fifo features 2019-12-25 20:29:24 +00:00
usart_common_v2.c stm32: usart-v2: fix some doxygen linking problems 2019-12-25 20:30:03 +00:00