|
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
7#ifndef CC13XX_CC26XX_PINCTRL_COMMON_H_
8#define CC13XX_CC26XX_PINCTRL_COMMON_H_
13#define IOC_PORT_GPIO 0x00000000
14#define IOC_PORT_AON_CLK32K 0x00000007
15#define IOC_PORT_AUX_IO 0x00000008
16#define IOC_PORT_MCU_SSI0_RX 0x00000009
17#define IOC_PORT_MCU_SSI0_TX 0x0000000A
18#define IOC_PORT_MCU_SSI0_FSS 0x0000000B
19#define IOC_PORT_MCU_SSI0_CLK 0x0000000C
20#define IOC_PORT_MCU_I2C_MSSDA 0x0000000D
21#define IOC_PORT_MCU_I2C_MSSCL 0x0000000E
22#define IOC_PORT_MCU_UART0_RX 0x0000000F
23#define IOC_PORT_MCU_UART0_TX 0x00000010
24#define IOC_PORT_MCU_UART0_CTS 0x00000011
25#define IOC_PORT_MCU_UART0_RTS 0x00000012
26#define IOC_PORT_MCU_UART1_RX 0x00000013
27#define IOC_PORT_MCU_UART1_TX 0x00000014
28#define IOC_PORT_MCU_UART1_CTS 0x00000015
29#define IOC_PORT_MCU_UART1_RTS 0x00000016
30#define IOC_PORT_MCU_PORT_EVENT0 0x00000017
31#define IOC_PORT_MCU_PORT_EVENT1 0x00000018
32#define IOC_PORT_MCU_PORT_EVENT2 0x00000019
33#define IOC_PORT_MCU_PORT_EVENT3 0x0000001A
34#define IOC_PORT_MCU_PORT_EVENT4 0x0000001B
35#define IOC_PORT_MCU_PORT_EVENT5 0x0000001C
36#define IOC_PORT_MCU_PORT_EVENT6 0x0000001D
37#define IOC_PORT_MCU_PORT_EVENT7 0x0000001E
38#define IOC_PORT_MCU_SWV 0x00000020
39#define IOC_PORT_MCU_SSI1_RX 0x00000021
40#define IOC_PORT_MCU_SSI1_TX 0x00000022
41#define IOC_PORT_MCU_SSI1_FSS 0x00000023
42#define IOC_PORT_MCU_SSI1_CLK 0x00000024
43#define IOC_PORT_MCU_I2S_AD0 0x00000025
44#define IOC_PORT_MCU_I2S_AD1 0x00000026
45#define IOC_PORT_MCU_I2S_WCLK 0x00000027
46#define IOC_PORT_MCU_I2S_BCLK 0x00000028
47#define IOC_PORT_MCU_I2S_MCLK 0x00000029
48#define IOC_PORT_RFC_TRC 0x0000002E
49#define IOC_PORT_RFC_GPO0 0x0000002F
50#define IOC_PORT_RFC_GPO1 0x00000030
51#define IOC_PORT_RFC_GPO2 0x00000031
52#define IOC_PORT_RFC_GPO3 0x00000032
53#define IOC_PORT_RFC_GPI0 0x00000033
54#define IOC_PORT_RFC_GPI1 0x00000034
55#define IOC_PORT_RFC_SMI_DL_OUT 0x00000035
56#define IOC_PORT_RFC_SMI_DL_IN 0x00000036
57#define IOC_PORT_RFC_SMI_CL_OUT 0x00000037
58#define IOC_PORT_RFC_SMI_CL_IN 0x00000038
61#define IOC_NO_EDGE 0x00000000
62#define IOC_FALLING_EDGE 0x00010000
63#define IOC_RISING_EDGE 0x00020000
64#define IOC_BOTH_EDGES 0x00030000