Skip to content

Commit

Permalink
stm32/h7: Added a definition for the "NULL" DMAMUX request source ID
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Aug 11, 2024
1 parent 54e1e7c commit a09b69c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/libopencm3/stm32/h7/dmamux.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ LGPL License Terms @ref lgpl_license

/** @defgroup dmamux_cxcr_dmareq_id DMAREQID DMA request line selected
@{*/
#define DMAMUX1_CxCR_DMAREQ_ID_NULL 0
#define DMAMUX1_CxCR_DMAREQ_ID_DMAMUX1_REQ_GEN0 1
#define DMAMUX1_CxCR_DMAREQ_ID_DMAMUX1_REQ_GEN1 2
#define DMAMUX1_CxCR_DMAREQ_ID_DMAMUX1_REQ_GEN2 3
Expand Down

0 comments on commit a09b69c

Please sign in to comment.