libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
Channel identifiers
Collaboration diagram for Channel identifiers:

Macros

#define PPI_CH0   (1 << 0)
 
#define PPI_CH1   (1 << 1)
 
#define PPI_CH2   (1 << 2)
 
#define PPI_CH3   (1 << 3)
 
#define PPI_CH4   (1 << 4)
 
#define PPI_CH5   (1 << 5)
 
#define PPI_CH6   (1 << 6)
 
#define PPI_CH7   (1 << 7)
 
#define PPI_CH8   (1 << 8)
 
#define PPI_CH9   (1 << 9)
 
#define PPI_CH10   (1 << 10)
 
#define PPI_CH11   (1 << 11)
 
#define PPI_CH12   (1 << 12)
 
#define PPI_CH13   (1 << 13)
 
#define PPI_CH14   (1 << 14)
 
#define PPI_CH15   (1 << 15)
 
#define PPI_CH20   (1 << 20)
 
#define PPI_CH21   (1 << 21)
 
#define PPI_CH22   (1 << 22)
 
#define PPI_CH23   (1 << 23)
 
#define PPI_CH24   (1 << 24)
 
#define PPI_CH25   (1 << 25)
 
#define PPI_CH26   (1 << 26)
 
#define PPI_CH27   (1 << 27)
 
#define PPI_CH28   (1 << 28)
 
#define PPI_CH29   (1 << 29)
 
#define PPI_CH30   (1 << 30)
 
#define PPI_CH31   (1 << 31)
 

Detailed Description

Macro Definition Documentation

◆ PPI_CH0

#define PPI_CH0   (1 << 0)

Definition at line 59 of file common/ppi.h.

◆ PPI_CH1

#define PPI_CH1   (1 << 1)

Definition at line 60 of file common/ppi.h.

◆ PPI_CH10

#define PPI_CH10   (1 << 10)

Definition at line 69 of file common/ppi.h.

◆ PPI_CH11

#define PPI_CH11   (1 << 11)

Definition at line 70 of file common/ppi.h.

◆ PPI_CH12

#define PPI_CH12   (1 << 12)

Definition at line 71 of file common/ppi.h.

◆ PPI_CH13

#define PPI_CH13   (1 << 13)

Definition at line 72 of file common/ppi.h.

◆ PPI_CH14

#define PPI_CH14   (1 << 14)

Definition at line 73 of file common/ppi.h.

◆ PPI_CH15

#define PPI_CH15   (1 << 15)

Definition at line 74 of file common/ppi.h.

◆ PPI_CH2

#define PPI_CH2   (1 << 2)

Definition at line 61 of file common/ppi.h.

◆ PPI_CH20

#define PPI_CH20   (1 << 20)

Definition at line 76 of file common/ppi.h.

◆ PPI_CH21

#define PPI_CH21   (1 << 21)

Definition at line 77 of file common/ppi.h.

◆ PPI_CH22

#define PPI_CH22   (1 << 22)

Definition at line 78 of file common/ppi.h.

◆ PPI_CH23

#define PPI_CH23   (1 << 23)

Definition at line 79 of file common/ppi.h.

◆ PPI_CH24

#define PPI_CH24   (1 << 24)

Definition at line 80 of file common/ppi.h.

◆ PPI_CH25

#define PPI_CH25   (1 << 25)

Definition at line 81 of file common/ppi.h.

◆ PPI_CH26

#define PPI_CH26   (1 << 26)

Definition at line 82 of file common/ppi.h.

◆ PPI_CH27

#define PPI_CH27   (1 << 27)

Definition at line 83 of file common/ppi.h.

◆ PPI_CH28

#define PPI_CH28   (1 << 28)

Definition at line 84 of file common/ppi.h.

◆ PPI_CH29

#define PPI_CH29   (1 << 29)

Definition at line 85 of file common/ppi.h.

◆ PPI_CH3

#define PPI_CH3   (1 << 3)

Definition at line 62 of file common/ppi.h.

◆ PPI_CH30

#define PPI_CH30   (1 << 30)

Definition at line 86 of file common/ppi.h.

◆ PPI_CH31

#define PPI_CH31   (1 << 31)

Definition at line 87 of file common/ppi.h.

◆ PPI_CH4

#define PPI_CH4   (1 << 4)

Definition at line 63 of file common/ppi.h.

◆ PPI_CH5

#define PPI_CH5   (1 << 5)

Definition at line 64 of file common/ppi.h.

◆ PPI_CH6

#define PPI_CH6   (1 << 6)

Definition at line 65 of file common/ppi.h.

◆ PPI_CH7

#define PPI_CH7   (1 << 7)

Definition at line 66 of file common/ppi.h.

◆ PPI_CH8

#define PPI_CH8   (1 << 8)

Definition at line 67 of file common/ppi.h.

◆ PPI_CH9

#define PPI_CH9   (1 << 9)

Definition at line 68 of file common/ppi.h.