diff options
| author | Ike <[email protected]> | 2025-08-25 19:16:41 +0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-25 19:16:41 +0400 |
| commit | 0396787e19f7ef36bb8e1b881ad1d5d23d9c71af (patch) | |
| tree | bbfe10ff30bd5e95c13b26229e282614afe42abe /embassy-nrf | |
| parent | 1975965d7710cd86c7a169a9b5ae6340bddc316c (diff) | |
Replace SAADC input pins with correct mappings
Diffstat (limited to 'embassy-nrf')
| -rw-r--r-- | embassy-nrf/src/chips/nrf5340_app.rs | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/embassy-nrf/src/chips/nrf5340_app.rs b/embassy-nrf/src/chips/nrf5340_app.rs index 99cf29487..c0290b7a4 100644 --- a/embassy-nrf/src/chips/nrf5340_app.rs +++ b/embassy-nrf/src/chips/nrf5340_app.rs | |||
| @@ -463,14 +463,14 @@ impl_ppi_channel!(PPI_CH29, 29 => configurable); | |||
| 463 | impl_ppi_channel!(PPI_CH30, 30 => configurable); | 463 | impl_ppi_channel!(PPI_CH30, 30 => configurable); |
| 464 | impl_ppi_channel!(PPI_CH31, 31 => configurable); | 464 | impl_ppi_channel!(PPI_CH31, 31 => configurable); |
| 465 | 465 | ||
| 466 | impl_saadc_input!(P0_13, ANALOG_INPUT0); | 466 | impl_saadc_input!(P0_04, ANALOG_INPUT0); |
| 467 | impl_saadc_input!(P0_14, ANALOG_INPUT1); | 467 | impl_saadc_input!(P0_05, ANALOG_INPUT1); |
| 468 | impl_saadc_input!(P0_15, ANALOG_INPUT2); | 468 | impl_saadc_input!(P0_06, ANALOG_INPUT2); |
| 469 | impl_saadc_input!(P0_16, ANALOG_INPUT3); | 469 | impl_saadc_input!(P0_07, ANALOG_INPUT3); |
| 470 | impl_saadc_input!(P0_17, ANALOG_INPUT4); | 470 | impl_saadc_input!(P0_25, ANALOG_INPUT4); |
| 471 | impl_saadc_input!(P0_18, ANALOG_INPUT5); | 471 | impl_saadc_input!(P0_26, ANALOG_INPUT5); |
| 472 | impl_saadc_input!(P0_19, ANALOG_INPUT6); | 472 | impl_saadc_input!(P0_27, ANALOG_INPUT6); |
| 473 | impl_saadc_input!(P0_20, ANALOG_INPUT7); | 473 | impl_saadc_input!(P0_28, ANALOG_INPUT7); |
| 474 | 474 | ||
| 475 | impl_egu!(EGU0, EGU0, EGU0); | 475 | impl_egu!(EGU0, EGU0, EGU0); |
| 476 | impl_egu!(EGU1, EGU1, EGU1); | 476 | impl_egu!(EGU1, EGU1, EGU1); |
