Skip to content

Commit ece3d16

Browse files
committed
nrf_802154: rev b5764deaf3c05fc4343a17ed2ac86e07589af4bb
This commit updates revision of the nrf_802154 component. Signed-off-by: Rafal Kuznia <[email protected]>
1 parent bcab5c5 commit ece3d16

File tree

18 files changed

+19
-17
lines changed

18 files changed

+19
-17
lines changed

nrf_802154/driver/src/nrf_802154_peripherals_nrf52.h

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
#include <nrfx.h>
4444
#include "nrf_802154_config.h"
4545
#include "nrf_802154_debug.h"
46-
#include "hal/nrf_ppi.h"
4746
#include "nrf_802154_sl_periphs.h"
4847

4948
#ifdef __cplusplus
@@ -113,7 +112,7 @@ extern "C" {
113112
*
114113
*/
115114
#ifndef NRF_802154_PPI_RADIO_RAMP_UP_TRIGG
116-
#define NRF_802154_PPI_RADIO_RAMP_UP_TRIGG NRF_PPI_CHANNEL6
115+
#define NRF_802154_PPI_RADIO_RAMP_UP_TRIGG 6U
117116
#endif
118117

119118
/**
@@ -126,7 +125,7 @@ extern "C" {
126125
*
127126
*/
128127
#ifndef NRF_802154_PPI_RADIO_DISABLED_TO_EGU
129-
#define NRF_802154_PPI_RADIO_DISABLED_TO_EGU NRF_PPI_CHANNEL6
128+
#define NRF_802154_PPI_RADIO_DISABLED_TO_EGU 6U
130129
#endif
131130

132131
/**
@@ -138,7 +137,7 @@ extern "C" {
138137
*
139138
*/
140139
#ifndef NRF_802154_PPI_EGU_TO_RADIO_RAMP_UP
141-
#define NRF_802154_PPI_EGU_TO_RADIO_RAMP_UP NRF_PPI_CHANNEL7
140+
#define NRF_802154_PPI_EGU_TO_RADIO_RAMP_UP 7U
142141
#endif
143142

144143
/**
@@ -150,7 +149,7 @@ extern "C" {
150149
*
151150
*/
152151
#ifndef NRF_802154_PPI_EGU_TO_TIMER_START
153-
#define NRF_802154_PPI_EGU_TO_TIMER_START NRF_PPI_CHANNEL8
152+
#define NRF_802154_PPI_EGU_TO_TIMER_START 8U
154153
#endif
155154

156155
/**
@@ -164,7 +163,7 @@ extern "C" {
164163
*
165164
*/
166165
#ifndef NRF_802154_PPI_RADIO_CRCERROR_TO_TIMER_CLEAR
167-
#define NRF_802154_PPI_RADIO_CRCERROR_TO_TIMER_CLEAR NRF_PPI_CHANNEL9
166+
#define NRF_802154_PPI_RADIO_CRCERROR_TO_TIMER_CLEAR 9U
168167
#endif
169168

170169
/**
@@ -178,7 +177,7 @@ extern "C" {
178177
*
179178
*/
180179
#ifndef NRF_802154_PPI_RADIO_CCAIDLE_TO_FEM_GPIOTE
181-
#define NRF_802154_PPI_RADIO_CCAIDLE_TO_FEM_GPIOTE NRF_PPI_CHANNEL9
180+
#define NRF_802154_PPI_RADIO_CCAIDLE_TO_FEM_GPIOTE 9U
182181
#endif
183182

184183
/**
@@ -192,7 +191,7 @@ extern "C" {
192191
*
193192
*/
194193
#ifndef NRF_802154_PPI_TIMER_COMPARE_TO_RADIO_TXEN
195-
#define NRF_802154_PPI_TIMER_COMPARE_TO_RADIO_TXEN NRF_PPI_CHANNEL9
194+
#define NRF_802154_PPI_TIMER_COMPARE_TO_RADIO_TXEN 9U
196195
#endif
197196

198197
/**
@@ -205,7 +204,7 @@ extern "C" {
205204
*
206205
*/
207206
#ifndef NRF_802154_PPI_RADIO_CCABUSY_TO_RADIO_CCASTART
208-
#define NRF_802154_PPI_RADIO_CCABUSY_TO_RADIO_CCASTART NRF_PPI_CHANNEL10
207+
#define NRF_802154_PPI_RADIO_CCABUSY_TO_RADIO_CCASTART 10U
209208
#endif
210209

211210
/**
@@ -216,7 +215,7 @@ extern "C" {
216215
*
217216
*/
218217
#ifndef NRF_802154_PPI_RADIO_SYNC_TO_EGU_SYNC
219-
#define NRF_802154_PPI_RADIO_SYNC_TO_EGU_SYNC NRF_PPI_CHANNEL11
218+
#define NRF_802154_PPI_RADIO_SYNC_TO_EGU_SYNC 11U
220219
#endif
221220

222221
#define NRF_802154_DISABLE_BCC_MATCHING_PPI_CHANNELS_USED_MASK \
@@ -231,7 +230,7 @@ extern "C" {
231230
*
232231
*/
233232
#ifndef NRF_802154_PPI_CORE_GROUP
234-
#define NRF_802154_PPI_CORE_GROUP NRF_PPI_CHANNEL_GROUP0
233+
#define NRF_802154_PPI_CORE_GROUP 0U
235234
#endif
236235

237236
/**
@@ -241,7 +240,7 @@ extern "C" {
241240
*
242241
*/
243242
#ifndef NRF_802154_PPI_ABORT_GROUP
244-
#define NRF_802154_PPI_ABORT_GROUP NRF_PPI_CHANNEL_GROUP1
243+
#define NRF_802154_PPI_ABORT_GROUP 1U
245244
#endif
246245

247246
/**

nrf_802154/sl/sl/include/nrf_802154_sl_periphs.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
#if defined(DPPI_PRESENT)
141141
#define NRF_802154_PPI_RTC_COMPARE_TO_TIMER_CAPTURE 13U
142142
#else
143-
#define NRF_802154_PPI_RTC_COMPARE_TO_TIMER_CAPTURE NRF_PPI_CHANNEL13
143+
#define NRF_802154_PPI_RTC_COMPARE_TO_TIMER_CAPTURE 13U
144144
#endif
145145
#endif
146146

@@ -157,7 +157,7 @@
157157
#if defined(DPPI_PRESENT)
158158
#define NRF_802154_PPI_TIMESTAMP_EVENT_TO_TIMER_CAPTURE 11U
159159
#else
160-
#define NRF_802154_PPI_TIMESTAMP_EVENT_TO_TIMER_CAPTURE NRF_PPI_CHANNEL14
160+
#define NRF_802154_PPI_TIMESTAMP_EVENT_TO_TIMER_CAPTURE 14U
161161
#endif
162162
#endif
163163

@@ -181,9 +181,9 @@
181181
*/
182182
#ifndef NRF_802154_PPI_TIMESTAMP_GROUP
183183
#if defined(DPPI_PRESENT)
184-
#define NRF_802154_PPI_TIMESTAMP_GROUP NRF_DPPI_CHANNEL_GROUP1
184+
#define NRF_802154_PPI_TIMESTAMP_GROUP 1U
185185
#else
186-
#define NRF_802154_PPI_TIMESTAMP_GROUP NRF_PPI_CHANNEL_GROUP2
186+
#define NRF_802154_PPI_TIMESTAMP_GROUP 2U
187187
#endif
188188
#endif
189189

-44 Bytes
Binary file not shown.
-44 Bytes
Binary file not shown.
Binary file not shown.
-44 Bytes
Binary file not shown.
-44 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)