drivers: pinctrl: nrf: add support for uart/uarte peripheral
Add support for configuring UART/UARTE peripheral pins. Co-authored-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no> Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
22c8c02145
commit
6399ad50f4
2 changed files with 39 additions and 2 deletions
|
@ -51,6 +51,15 @@
|
|||
* @{
|
||||
*/
|
||||
|
||||
/** UART TX */
|
||||
#define NRF_FUN_UART_TX 0U
|
||||
/** UART RX */
|
||||
#define NRF_FUN_UART_RX 1U
|
||||
/** UART RTS */
|
||||
#define NRF_FUN_UART_RTS 2U
|
||||
/** UART CTS */
|
||||
#define NRF_FUN_UART_CTS 3U
|
||||
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue