Skip to content

Commit 4b40993

Browse files
d-philpotkartben
authored andcommitted
pinctrl: add support for more than 10 pin functions
Adding defines to support pins that have more than 10 pinmux options Signed-off-by: Dylan Philpot <[email protected]>
1 parent 423abf4 commit 4b40993

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/zephyr/dt-bindings/pinctrl/mspm0-pinctrl.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
#define MSPM0_PIN_FUNCTION_9 (0x00000009)
2222
#define MSPM0_PIN_FUNCTION_10 (0x0000000A)
2323
#define MSPM0_PIN_FUNCTION_11 (0x0000000B)
24+
#define MSPM0_PIN_FUNCTION_12 (0x0000000C)
25+
#define MSPM0_PIN_FUNCTION_13 (0x0000000D)
26+
#define MSPM0_PIN_FUNCTION_14 (0x0000000E)
27+
#define MSPM0_PIN_FUNCTION_15 (0x0000000F)
2428

2529
/* Creates a concatenation of the correct pin function based on the pin control
2630
* management register offset and the function suffix.

0 commit comments

Comments
 (0)