Skip to content

Commit

Permalink
platform: ext: nordic_nrf: align pinctrl with main branch
Browse files Browse the repository at this point in the history
Following CLOCKPIN related changes, we have one less bit for functions.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull committed Aug 19, 2024
1 parent 29fd917 commit 54d8828
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
*/

/** Position of the function field. */
#define NRF_FUN_POS 17U
#define NRF_FUN_POS 18U
/** Mask for the function field. */
#define NRF_FUN_MSK 0x7FFFU
#define NRF_FUN_MSK 0x3FFFU
/** Position of the pin field. */
#define NRF_PIN_POS 0U
/** Mask for the pin field. */
Expand Down

0 comments on commit 54d8828

Please sign in to comment.