Lines Matching +full:1 +full:pin
5 The Silabs pin controller is a singleton node responsible for controlling
6 pin function selection and pin properties. For example, you can use this
7 node to route UART0 RX to pin P0.1 and enable the pull-up resistor on the
8 pin.
17 All device pin configurations should be placed in child nodes of the
26 /* group 1 ('group1' name is arbitrary) */
28 /* configure P0.1 as UART_TX and P0.2 as UART_RTS */
29 psels = <GECKO_PSEL(UART_TX, A, 1)>, <GECKO_PSEL(UART_RTS, A, 2)>;
39 The 'usart0_default' child node encodes the pin configurations for a
44 As shown, pin configurations are organized in groups within each child node.
45 Each group can specify a list of pin function selections in the 'psels'
46 property. The GECKO_PSEL macro is used to specify a pin function selection.
47 Available pin functions can be found in the
50 To link this pin configuration with a device, use a pinctrl-N property
67 Silabs pin controller pin configuration state nodes.
71 Silabs pin controller pin configuration group.
79 pin and function.