aboutsummaryrefslogtreecommitdiff
path: root/embassy-nrf/src/chips/nrf5340_net.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-nrf/src/chips/nrf5340_net.rs')
-rw-r--r--embassy-nrf/src/chips/nrf5340_net.rs71
1 files changed, 39 insertions, 32 deletions
diff --git a/embassy-nrf/src/chips/nrf5340_net.rs b/embassy-nrf/src/chips/nrf5340_net.rs
index 413afc5c5..2207e7bda 100644
--- a/embassy-nrf/src/chips/nrf5340_net.rs
+++ b/embassy-nrf/src/chips/nrf5340_net.rs
@@ -275,38 +275,45 @@ impl_pin!(P1_13, 1, 13);
275impl_pin!(P1_14, 1, 14); 275impl_pin!(P1_14, 1, 14);
276impl_pin!(P1_15, 1, 15); 276impl_pin!(P1_15, 1, 15);
277 277
278impl_ppi_channel!(PPI_CH0, 0 => configurable); 278impl_ppi_channel!(PPI_CH0, DPPIC, 0 => configurable);
279impl_ppi_channel!(PPI_CH1, 1 => configurable); 279impl_ppi_channel!(PPI_CH1, DPPIC, 1 => configurable);
280impl_ppi_channel!(PPI_CH2, 2 => configurable); 280impl_ppi_channel!(PPI_CH2, DPPIC, 2 => configurable);
281impl_ppi_channel!(PPI_CH3, 3 => configurable); 281impl_ppi_channel!(PPI_CH3, DPPIC, 3 => configurable);
282impl_ppi_channel!(PPI_CH4, 4 => configurable); 282impl_ppi_channel!(PPI_CH4, DPPIC, 4 => configurable);
283impl_ppi_channel!(PPI_CH5, 5 => configurable); 283impl_ppi_channel!(PPI_CH5, DPPIC, 5 => configurable);
284impl_ppi_channel!(PPI_CH6, 6 => configurable); 284impl_ppi_channel!(PPI_CH6, DPPIC, 6 => configurable);
285impl_ppi_channel!(PPI_CH7, 7 => configurable); 285impl_ppi_channel!(PPI_CH7, DPPIC, 7 => configurable);
286impl_ppi_channel!(PPI_CH8, 8 => configurable); 286impl_ppi_channel!(PPI_CH8, DPPIC, 8 => configurable);
287impl_ppi_channel!(PPI_CH9, 9 => configurable); 287impl_ppi_channel!(PPI_CH9, DPPIC, 9 => configurable);
288impl_ppi_channel!(PPI_CH10, 10 => configurable); 288impl_ppi_channel!(PPI_CH10, DPPIC, 10 => configurable);
289impl_ppi_channel!(PPI_CH11, 11 => configurable); 289impl_ppi_channel!(PPI_CH11, DPPIC, 11 => configurable);
290impl_ppi_channel!(PPI_CH12, 12 => configurable); 290impl_ppi_channel!(PPI_CH12, DPPIC, 12 => configurable);
291impl_ppi_channel!(PPI_CH13, 13 => configurable); 291impl_ppi_channel!(PPI_CH13, DPPIC, 13 => configurable);
292impl_ppi_channel!(PPI_CH14, 14 => configurable); 292impl_ppi_channel!(PPI_CH14, DPPIC, 14 => configurable);
293impl_ppi_channel!(PPI_CH15, 15 => configurable); 293impl_ppi_channel!(PPI_CH15, DPPIC, 15 => configurable);
294impl_ppi_channel!(PPI_CH16, 16 => configurable); 294impl_ppi_channel!(PPI_CH16, DPPIC, 16 => configurable);
295impl_ppi_channel!(PPI_CH17, 17 => configurable); 295impl_ppi_channel!(PPI_CH17, DPPIC, 17 => configurable);
296impl_ppi_channel!(PPI_CH18, 18 => configurable); 296impl_ppi_channel!(PPI_CH18, DPPIC, 18 => configurable);
297impl_ppi_channel!(PPI_CH19, 19 => configurable); 297impl_ppi_channel!(PPI_CH19, DPPIC, 19 => configurable);
298impl_ppi_channel!(PPI_CH20, 20 => configurable); 298impl_ppi_channel!(PPI_CH20, DPPIC, 20 => configurable);
299impl_ppi_channel!(PPI_CH21, 21 => configurable); 299impl_ppi_channel!(PPI_CH21, DPPIC, 21 => configurable);
300impl_ppi_channel!(PPI_CH22, 22 => configurable); 300impl_ppi_channel!(PPI_CH22, DPPIC, 22 => configurable);
301impl_ppi_channel!(PPI_CH23, 23 => configurable); 301impl_ppi_channel!(PPI_CH23, DPPIC, 23 => configurable);
302impl_ppi_channel!(PPI_CH24, 24 => configurable); 302impl_ppi_channel!(PPI_CH24, DPPIC, 24 => configurable);
303impl_ppi_channel!(PPI_CH25, 25 => configurable); 303impl_ppi_channel!(PPI_CH25, DPPIC, 25 => configurable);
304impl_ppi_channel!(PPI_CH26, 26 => configurable); 304impl_ppi_channel!(PPI_CH26, DPPIC, 26 => configurable);
305impl_ppi_channel!(PPI_CH27, 27 => configurable); 305impl_ppi_channel!(PPI_CH27, DPPIC, 27 => configurable);
306impl_ppi_channel!(PPI_CH28, 28 => configurable); 306impl_ppi_channel!(PPI_CH28, DPPIC, 28 => configurable);
307impl_ppi_channel!(PPI_CH29, 29 => configurable); 307impl_ppi_channel!(PPI_CH29, DPPIC, 29 => configurable);
308impl_ppi_channel!(PPI_CH30, 30 => configurable); 308impl_ppi_channel!(PPI_CH30, DPPIC, 30 => configurable);
309impl_ppi_channel!(PPI_CH31, 31 => configurable); 309impl_ppi_channel!(PPI_CH31, DPPIC, 31 => configurable);
310
311impl_ppi_group!(PPI_GROUP0, DPPIC, 0);
312impl_ppi_group!(PPI_GROUP1, DPPIC, 1);
313impl_ppi_group!(PPI_GROUP2, DPPIC, 2);
314impl_ppi_group!(PPI_GROUP3, DPPIC, 3);
315impl_ppi_group!(PPI_GROUP4, DPPIC, 4);
316impl_ppi_group!(PPI_GROUP5, DPPIC, 5);
310 317
311impl_radio!(RADIO, RADIO, RADIO); 318impl_radio!(RADIO, RADIO, RADIO);
312 319