diff options
| author | Ulf Lilleengen <[email protected]> | 2025-11-04 13:09:41 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-11-04 13:13:22 +0100 |
| commit | 18a5872a2586335496aec056e24edacef6fd76cb (patch) | |
| tree | 8884a95b13c6aeb3e62597cc9fde0e0f8704d3ab | |
| parent | 51f8aeaa0dd2359a669a3c38d194a8a70f26441f (diff) | |
feat: enable missing PPI channels and groups
| -rw-r--r-- | embassy-nrf/src/chips/nrf54l15_app.rs | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/embassy-nrf/src/chips/nrf54l15_app.rs b/embassy-nrf/src/chips/nrf54l15_app.rs index f5c9a8156..d0068eb20 100644 --- a/embassy-nrf/src/chips/nrf54l15_app.rs +++ b/embassy-nrf/src/chips/nrf54l15_app.rs | |||
| @@ -218,6 +218,29 @@ embassy_hal_internal::peripherals! { | |||
| 218 | PPI00_CH7, | 218 | PPI00_CH7, |
| 219 | 219 | ||
| 220 | PPI10_CH0, | 220 | PPI10_CH0, |
| 221 | PPI10_CH1, | ||
| 222 | PPI10_CH2, | ||
| 223 | PPI10_CH3, | ||
| 224 | PPI10_CH4, | ||
| 225 | PPI10_CH5, | ||
| 226 | PPI10_CH6, | ||
| 227 | PPI10_CH7, | ||
| 228 | PPI10_CH8, | ||
| 229 | PPI10_CH9, | ||
| 230 | PPI10_CH10, | ||
| 231 | PPI10_CH11, | ||
| 232 | PPI10_CH12, | ||
| 233 | PPI10_CH13, | ||
| 234 | PPI10_CH14, | ||
| 235 | PPI10_CH15, | ||
| 236 | PPI10_CH16, | ||
| 237 | PPI10_CH17, | ||
| 238 | PPI10_CH18, | ||
| 239 | PPI10_CH19, | ||
| 240 | PPI10_CH20, | ||
| 241 | PPI10_CH21, | ||
| 242 | PPI10_CH22, | ||
| 243 | PPI10_CH23, | ||
| 221 | 244 | ||
| 222 | PPI20_CH0, | 245 | PPI20_CH0, |
| 223 | PPI20_CH1, | 246 | PPI20_CH1, |
| @@ -245,6 +268,11 @@ embassy_hal_internal::peripherals! { | |||
| 245 | PPI00_GROUP1, | 268 | PPI00_GROUP1, |
| 246 | 269 | ||
| 247 | PPI10_GROUP0, | 270 | PPI10_GROUP0, |
| 271 | PPI10_GROUP1, | ||
| 272 | PPI10_GROUP2, | ||
| 273 | PPI10_GROUP3, | ||
| 274 | PPI10_GROUP4, | ||
| 275 | PPI10_GROUP5, | ||
| 248 | 276 | ||
| 249 | PPI20_GROUP0, | 277 | PPI20_GROUP0, |
| 250 | PPI20_GROUP1, | 278 | PPI20_GROUP1, |
