Guest User

error

a guest
Jul 25th, 2024
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.81 KB | None | 0 0
  1. * Executing task: nRF Connect: Generate config nrf5340dk_nrf5340_cpuapp for c:\Nordic_timesync\timesync_sample
  2.  
  3. Building timesync_sample
  4. C:\Windows\system32\cmd.exe /d /s /c "west build --build-dir c:/Nordic_timesync/timesync_sample/build c:/Nordic_timesync/timesync_sample --pristine --board nrf5340dk_nrf5340_cpuapp --no-sysbuild -- -DNCS_TOOLCHAIN_VERSION=NONE -DBOARD_ROOT=c:/nordic_timesync/timesync_sample"
  5.  
  6. -- west build: generating a build system
  7. Loading Zephyr default modules (Zephyr base).
  8. -- Application: C:/Nordic_timesync/timesync_sample
  9. -- CMake version: 3.20.5
  10. -- Found Python3: C:/ncs/toolchains/c57af46cb7/opt/bin/python.exe (found suitable version "3.8.2", minimum required is "3.8") found components: Interpreter
  11. -- Cache files will be written to: C:/ncs/v2.5.0/zephyr/.cache
  12. -- Zephyr version: 3.4.99 (C:/ncs/v2.5.0/zephyr)
  13. -- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
  14. -- Board: nrf5340dk_nrf5340_cpuapp
  15. -- Found host-tools: zephyr 0.16.1 (C:/ncs/toolchains/c57af46cb7/opt/zephyr-sdk)
  16. -- Found toolchain: zephyr 0.16.1 (C:/ncs/toolchains/c57af46cb7/opt/zephyr-sdk)
  17. -- Found Dtc: C:/ncs/toolchains/c57af46cb7/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
  18. -- Found BOARD.dts: C:/ncs/v2.5.0/zephyr/boards/arm/nrf5340dk_nrf5340/nrf5340dk_nrf5340_cpuapp.dts
  19. -- Found devicetree overlay: C:/Nordic_timesync/timesync_sample/boards/nrf5340dk_nrf5340_cpuapp.overlay
  20. -- Generated zephyr.dts: C:/Nordic_timesync/timesync_sample/build/zephyr/zephyr.dts
  21. -- Generated devicetree_generated.h: C:/Nordic_timesync/timesync_sample/build/zephyr/include/generated/devicetree_generated.h
  22. -- Including generated dts.cmake file: C:/Nordic_timesync/timesync_sample/build/zephyr/dts.cmake
  23.  
  24. warning: NRFX_PPI (defined at C:/ncs/v2.5.0/zephyr/modules/hal_nordic\nrfx/Kconfig:117,
  25. modules\hal_nordic\nrfx/Kconfig:117) was assigned the value 'y' but got the value 'n'. Check these
  26. unsatisfied dependencies: n (=n). See
  27. http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRFX_PPI and/or look up NRFX_PPI in the
  28. menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values,
  29. and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
  30.  
  31.  
  32. warning: NRFX_TIMER3 (defined at C:/ncs/v2.5.0/zephyr/modules/hal_nordic\nrfx/Kconfig:282,
  33. modules\hal_nordic\nrfx/Kconfig:282, drivers/serial/Kconfig.nrfx:345) was assigned the value 'y' but
  34. got the value 'n'. Check these unsatisfied dependencies: (UART_0_NRF_HW_ASYNC_TIMER = 3 ||
  35. UART_1_NRF_HW_ASYNC_TIMER = 3 || UART_2_NRF_HW_ASYNC_TIMER = 3 || UART_3_NRF_HW_ASYNC_TIMER = 3)
  36. (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRFX_TIMER3 and/or look up
  37. NRFX_TIMER3 in the menuconfig/guiconfig interface. The Application Development Primer, Setting
  38. Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
  39. too.
  40.  
  41.  
  42. warning: NRFX_TIMER4 (defined at C:/ncs/v2.5.0/zephyr/modules/hal_nordic\nrfx/Kconfig:287,
  43. modules\hal_nordic\nrfx/Kconfig:287, drivers/serial/Kconfig.nrfx:352) was assigned the value 'y' but
  44. got the value 'n'. Check these unsatisfied dependencies: (UART_0_NRF_HW_ASYNC_TIMER = 4 ||
  45. UART_1_NRF_HW_ASYNC_TIMER = 4 || UART_2_NRF_HW_ASYNC_TIMER = 4 || UART_3_NRF_HW_ASYNC_TIMER = 4)
  46. (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_NRFX_TIMER4 and/or look up
  47. NRFX_TIMER4 in the menuconfig/guiconfig interface. The Application Development Primer, Setting
  48. Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
  49. too.
  50.  
  51.  
  52. warning: MPSL (defined at C:/ncs/v2.5.0/nrfxlib\mpsl/Kconfig:7) was assigned the value 'y' but got
  53. the value 'n'. Check these unsatisfied dependencies: (SOC_SERIES_BSIM_NRFXX || SOC_SERIES_NRF52X ||
  54. SOC_NRF5340_CPUNET) (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_MPSL and/or
  55. look up MPSL in the menuconfig/guiconfig interface. The Application Development Primer, Setting
  56. Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
  57. too.
  58.  
  59. Parsing C:/Nordic_timesync/timesync_sample/Kconfig
  60. Loaded configuration 'C:/ncs/v2.5.0/zephyr/boards/arm/nrf5340dk_nrf5340/nrf5340dk_nrf5340_cpuapp_defconfig'
  61. Merged configuration 'C:/Nordic_timesync/timesync_sample/prj.conf'
  62. Configuration saved to 'C:/Nordic_timesync/timesync_sample/build/zephyr/.config'
  63. Kconfig header saved to 'C:/Nordic_timesync/timesync_sample/build/zephyr/include/generated/autoconf.h'
  64. -- Found GnuLd: c:/ncs/toolchains/c57af46cb7/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe (found version "2.38")
  65. -- The C compiler identification is GNU 12.2.0
  66. -- The CXX compiler identification is GNU 12.2.0
  67. -- The ASM compiler identification is GNU
  68. -- Found assembler: C:/ncs/toolchains/c57af46cb7/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
  69.  
  70. === child image hci_rpmsg - CPUNET begin ===
  71. loading initial cache file C:/Nordic_timesync/timesync_sample/build/hci_rpmsg/child_image_preload.cmake
  72. Loading Zephyr default modules (Zephyr base).
  73. -- Application: C:/ncs/v2.5.0/zephyr/samples/bluetooth/hci_rpmsg
  74. -- CMake version: 3.20.5
  75. -- Found Python3: C:/ncs/toolchains/c57af46cb7/opt/bin/python.exe (found suitable version "3.8.2", minimum required is "3.8") found components: Interpreter
  76. -- Cache files will be written to: C:/ncs/v2.5.0/zephyr/.cache
  77. -- Zephyr version: 3.4.99 (C:/ncs/v2.5.0/zephyr)
  78. -- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
  79. -- Board: nrf5340dk_nrf5340_cpunet
  80. -- Found host-tools: zephyr 0.16.1 (C:/ncs/toolchains/c57af46cb7/opt/zephyr-sdk)
  81. -- Found toolchain: zephyr 0.16.1 (C:/ncs/toolchains/c57af46cb7/opt/zephyr-sdk)
  82. -- Found Dtc: C:/ncs/toolchains/c57af46cb7/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
  83. -- Found BOARD.dts: C:/ncs/v2.5.0/zephyr/boards/arm/nrf5340dk_nrf5340/nrf5340dk_nrf5340_cpunet.dts
  84. -- Generated zephyr.dts: C:/Nordic_timesync/timesync_sample/build/hci_rpmsg/zephyr/zephyr.dts
  85. -- Generated devicetree_generated.h: C:/Nordic_timesync/timesync_sample/build/hci_rpmsg/zephyr/include/generated/devicetree_generated.h
  86. -- Including generated dts.cmake file: C:/Nordic_timesync/timesync_sample/build/hci_rpmsg/zephyr/dts.cmake
  87. Parsing C:/ncs/v2.5.0/zephyr/Kconfig
  88. Loaded configuration 'C:/ncs/v2.5.0/zephyr/boards/arm/nrf5340dk_nrf5340/nrf5340dk_nrf5340_cpunet_defconfig'
  89. Merged configuration 'C:/ncs/v2.5.0/zephyr/samples/bluetooth/hci_rpmsg/prj.conf'
  90. Merged configuration 'C:/ncs/v2.5.0/nrf/subsys/partition_manager/partition_manager_enabled.conf'
  91. Configuration saved to 'C:/Nordic_timesync/timesync_sample/build/hci_rpmsg/zephyr/.config'
  92. Kconfig header saved to 'C:/Nordic_timesync/timesync_sample/build/hci_rpmsg/zephyr/include/generated/autoconf.h'
  93. -- Found GnuLd: c:/ncs/toolchains/c57af46cb7/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe (found version "2.38")
  94. -- The C compiler identification is GNU 12.2.0
  95. -- The CXX compiler identification is GNU 12.2.0
  96. -- The ASM compiler identification is GNU
  97. -- Found assembler: C:/ncs/toolchains/c57af46cb7/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe
  98. -- libmetal version: 1.4.0 (C:/ncs/v2.5.0/zephyr/samples/bluetooth/hci_rpmsg)
  99. -- Build type:
  100. -- Host: Windows/AMD64
  101. -- Target: Generic/arm
  102. -- Machine: arm
  103. -- Looking for include file stdatomic.h
  104. -- Looking for include file stdatomic.h - found
  105. -- open-amp version: 1.4.0 (C:/ncs/v2.5.0/modules/lib/open-amp/open-amp)
  106. -- Host: Windows/AMD64
  107. -- Target: Generic/arm
  108. -- Machine: arm
  109. -- C_FLAGS : -Wall -Wextra
  110. -- Looking for include file fcntl.h
  111. -- Looking for include file fcntl.h - found
  112. -- Configuring done
  113. -- Generating done
  114. -- Build files have been written to: C:/Nordic_timesync/timesync_sample/build/hci_rpmsg
  115. === child image hci_rpmsg - CPUNET end ===
  116.  
  117. -- libmetal version: 1.4.0 (C:/Nordic_timesync/timesync_sample)
  118. -- Looking for include file stdatomic.h
  119. -- Build type:
  120. -- Host: Windows/AMD64
  121. -- Target: Generic/arm
  122. -- Machine: arm
  123. -- Looking for include file stdatomic.h - found
  124. -- open-amp version: 1.4.0 (C:/ncs/v2.5.0/modules/lib/open-amp/open-amp)
  125. -- Host: Windows/AMD64
  126. -- Target: Generic/arm
  127. -- Machine: arm
  128. -- C_FLAGS : -Wall -Wextra
  129. -- Looking for include file fcntl.h
  130. -- Looking for include file fcntl.h - found
  131. CMake Warning at C:/ncs/v2.5.0/zephyr/CMakeLists.txt:1958 (message):
  132. __ASSERT() statements are globally ENABLED
  133.  
  134.  
  135. -- Configuring done
  136. -- Generating done
  137. -- Build files have been written to: C:/Nordic_timesync/timesync_sample/build
  138. -- west build: building application
  139. [4/266] Generating include/generated/version.h
  140. -- Zephyr version: 3.4.99 (C:/ncs/v2.5.0/zephyr), build: v3.4.99-ncs1
  141. [2/202] Generating include/generated/version.h
  142. -- Zephyr version: 3.4.99 (C:/ncs/v2.5.0/zephyr), build: v3.4.99-ncs1
  143. [200/202] Linking C executable zephyr\zephyr.elf
  144. Memory region Used Size Region Size %age Used
  145. FLASH: 181352 B 256 KB 69.18%
  146. RAM: 49088 B 64 KB 74.90%
  147. SRAM1: 0 GB 64 KB 0.00%
  148. IDT_LIST: 0 GB 2 KB 0.00%
  149. [85/266] Building C object CMakeFiles/app.dir/src/main.c.obj
  150. FAILED: CMakeFiles/app.dir/src/main.c.obj
  151. C:\ncs\toolchains\c57af46cb7\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -DKERNEL -DNRF5340_XXAA_APPLICATION -DNRF_SKIP_FICR_NS_COPY_TO_RAM -DPICOLIBC_INTEGER_PRINTF_SCANF -DUSE_PARTITION_MANAGER=1 -D_FORTIFY_SOURCE=1 -D_POSIX_C_SOURCE=200809 -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -IC:/ncs/v2.5.0/zephyr/include -Izephyr/include/generated -IC:/ncs/v2.5.0/zephyr/soc/arm/nordic_nrf/nrf53 -IC:/ncs/v2.5.0/zephyr/lib/posix/getopt/. -IC:/ncs/v2.5.0/zephyr/soc/arm/nordic_nrf/common/. -IC:/ncs/v2.5.0/zephyr/subsys/bluetooth -IC:/ncs/v2.5.0/zephyr/subsys/settings/include -IC:/ncs/v2.5.0/nrf/include -IC:/ncs/v2.5.0/nrf/tests/include -IC:/ncs/v2.5.0/modules/hal/cmsis/CMSIS/Core/Include -IC:/ncs/v2.5.0/zephyr/modules/cmsis/. -IC:/ncs/v2.5.0/modules/hal/nordic/nrfx -IC:/ncs/v2.5.0/modules/hal/nordic/nrfx/drivers/include -IC:/ncs/v2.5.0/modules/hal/nordic/nrfx/mdk -IC:/ncs/v2.5.0/zephyr/modules/hal_nordic/nrfx/. -Imodules/libmetal/libmetal/lib/include -IC:/ncs/v2.5.0/modules/lib/open-amp/open-amp/lib/include -I../src/timesync -IC:/ncs/v2.5.0/nrfxlib/softdevice_controller/include -isystem C:/ncs/v2.5.0/nrfxlib/crypto/nrf_cc312_platform/include -fno-strict-aliasing -O2 -imacros C:/Nordic_timesync/timesync_sample/build/zephyr/include/generated/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=C:/ncs/toolchains/c57af46cb7/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi -imacros C:/ncs/v2.5.0/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=C:/Nordic_timesync/timesync_sample=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/ncs/v2.5.0/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/ncs/v2.5.0=WEST_TOPDIR -ffunction-sections -fdata-sections --specs=picolibc.specs -D_POSIX_THREADS -std=c99 -MD -MT CMakeFiles/app.dir/src/main.c.obj -MF CMakeFiles\app.dir\src\main.c.obj.d -o CMakeFiles/app.dir/src/main.c.obj -c ../src/main.c
  152. In file included from C:/ncs/v2.5.0/zephyr/include/zephyr/toolchain/gcc.h:92,
  153. from C:/ncs/v2.5.0/zephyr/include/zephyr/toolchain.h:50,
  154. from C:/ncs/v2.5.0/zephyr/include/zephyr/kernel_includes.h:19,
  155. from C:/ncs/v2.5.0/zephyr/include/zephyr/kernel.h:17,
  156. from ../src/main.c:7:
  157. C:/ncs/v2.5.0/zephyr/include/zephyr/device.h:85:41: error: '__device_dts_ord_DT_N_ALIAS_syncpin_P_gpios_IDX_0_PH_ORD' undeclared here (not in a function)
  158. 85 | #define DEVICE_NAME_GET(dev_id) _CONCAT(__device_, dev_id)
  159. | ^~~~~~~~~
  160. C:/ncs/v2.5.0/zephyr/include/zephyr/toolchain/common.h:132:26: note: in definition of macro '_DO_CONCAT'
  161. 132 | #define _DO_CONCAT(x, y) x ## y
  162. | ^
  163. C:/ncs/v2.5.0/zephyr/include/zephyr/device.h:85:33: note: in expansion of macro '_CONCAT'
  164. 85 | #define DEVICE_NAME_GET(dev_id) _CONCAT(__device_, dev_id)
  165. | ^~~~~~~
  166. C:/ncs/v2.5.0/zephyr/include/zephyr/device.h:211:37: note: in expansion of macro 'DEVICE_NAME_GET'
  167. 211 | #define DEVICE_DT_NAME_GET(node_id) DEVICE_NAME_GET(Z_DEVICE_DT_DEV_ID(node_id))
  168. | ^~~~~~~~~~~~~~~
  169. C:/ncs/v2.5.0/zephyr/include/zephyr/device.h:228:34: note: in expansion of macro 'DEVICE_DT_NAME_GET'
  170. 228 | #define DEVICE_DT_GET(node_id) (&DEVICE_DT_NAME_GET(node_id))
  171. | ^~~~~~~~~~~~~~~~~~
  172. C:/ncs/v2.5.0/zephyr/include/zephyr/drivers/gpio.h:331:25: note: in expansion of macro 'DEVICE_DT_GET'
  173. 331 | .port = DEVICE_DT_GET(DT_GPIO_CTLR_BY_IDX(node_id, prop, idx)),\
  174. | ^~~~~~~~~~~~~
  175. C:/ncs/v2.5.0/zephyr/include/zephyr/drivers/gpio.h:367:9: note: in expansion of macro 'GPIO_DT_SPEC_GET_BY_IDX'
  176. 367 | GPIO_DT_SPEC_GET_BY_IDX(node_id, prop, 0)
  177. | ^~~~~~~~~~~~~~~~~~~~~~~
  178. ../src/main.c:68:44: note: in expansion of macro 'GPIO_DT_SPEC_GET'
  179. 68 | static const struct gpio_dt_spec syncpin = GPIO_DT_SPEC_GET(DT_ALIAS(syncpin), gpios);
  180. | ^~~~~~~~~~~~~~~~
  181. In file included from C:/ncs/v2.5.0/zephyr/include/zephyr/arch/arm/aarch32/arch.h:20,
  182. from C:/ncs/v2.5.0/zephyr/include/zephyr/arch/cpu.h:19,
  183. from C:/ncs/v2.5.0/zephyr/include/zephyr/kernel_includes.h:33:
  184. C:/ncs/v2.5.0/zephyr/include/zephyr/devicetree.h:237:32: error: 'DT_N_ALIAS_syncpin_P_gpios_IDX_0_VAL_pin' undeclared here (not in a function); did you mean 'DT_N_S_leds_S_led_3_P_gpios_IDX_0_VAL_pin'?
  185. 237 | #define DT_ALIAS(alias) DT_CAT(DT_N_ALIAS_, alias)
  186. | ^~~~~~~~~~~
  187. C:/ncs/v2.5.0/zephyr/include/zephyr/devicetree.h:4240:9: note: in definition of macro 'DT_CAT7'
  188. 4240 | a1 ## a2 ## a3 ## a4 ## a5 ## a6 ## a7
  189. | ^~
  190. C:/ncs/v2.5.0/zephyr/include/zephyr/devicetree/gpio.h:164:9: note: in expansion of macro 'DT_PHA_BY_IDX'
  191. 164 | DT_PHA_BY_IDX(node_id, gpio_pha, idx, pin)
  192. | ^~~~~~~~~~~~~
  193. C:/ncs/v2.5.0/zephyr/include/zephyr/drivers/gpio.h:332:24: note: in expansion of macro 'DT_GPIO_PIN_BY_IDX'
  194. 332 | .pin = DT_GPIO_PIN_BY_IDX(node_id, prop, idx), \
  195. | ^~~~~~~~~~~~~~~~~~
  196. C:/ncs/v2.5.0/zephyr/include/zephyr/drivers/gpio.h:367:9: note: in expansion of macro 'GPIO_DT_SPEC_GET_BY_IDX'
  197. 367 | GPIO_DT_SPEC_GET_BY_IDX(node_id, prop, 0)
  198. | ^~~~~~~~~~~~~~~~~~~~~~~
  199. ../src/main.c:68:44: note: in expansion of macro 'GPIO_DT_SPEC_GET'
  200. 68 | static const struct gpio_dt_spec syncpin = GPIO_DT_SPEC_GET(DT_ALIAS(syncpin), gpios);
  201. | ^~~~~~~~~~~~~~~~
  202. C:/ncs/v2.5.0/zephyr/include/zephyr/devicetree.h:237:25: note: in expansion of macro 'DT_CAT'
  203. 237 | #define DT_ALIAS(alias) DT_CAT(DT_N_ALIAS_, alias)
  204. | ^~~~~~
  205. ../src/main.c:68:61: note: in expansion of macro 'DT_ALIAS'
  206. 68 | static const struct gpio_dt_spec syncpin = GPIO_DT_SPEC_GET(DT_ALIAS(syncpin), gpios);
  207. | ^~~~~~~~
  208. [93/266] Building C object CMakeFiles/app.dir/src/timesync/time_sync_nrf53.c.obj
  209. FAILED: CMakeFiles/app.dir/src/timesync/time_sync_nrf53.c.obj
  210. C:\ncs\toolchains\c57af46cb7\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-gcc.exe -DKERNEL -DNRF5340_XXAA_APPLICATION -DNRF_SKIP_FICR_NS_COPY_TO_RAM -DPICOLIBC_INTEGER_PRINTF_SCANF -DUSE_PARTITION_MANAGER=1 -D_FORTIFY_SOURCE=1 -D_POSIX_C_SOURCE=200809 -D__LINUX_ERRNO_EXTENSIONS__ -D__PROGRAM_START -D__ZEPHYR__=1 -IC:/ncs/v2.5.0/zephyr/include -Izephyr/include/generated -IC:/ncs/v2.5.0/zephyr/soc/arm/nordic_nrf/nrf53 -IC:/ncs/v2.5.0/zephyr/lib/posix/getopt/. -IC:/ncs/v2.5.0/zephyr/soc/arm/nordic_nrf/common/. -IC:/ncs/v2.5.0/zephyr/subsys/bluetooth -IC:/ncs/v2.5.0/zephyr/subsys/settings/include -IC:/ncs/v2.5.0/nrf/include -IC:/ncs/v2.5.0/nrf/tests/include -IC:/ncs/v2.5.0/modules/hal/cmsis/CMSIS/Core/Include -IC:/ncs/v2.5.0/zephyr/modules/cmsis/. -IC:/ncs/v2.5.0/modules/hal/nordic/nrfx -IC:/ncs/v2.5.0/modules/hal/nordic/nrfx/drivers/include -IC:/ncs/v2.5.0/modules/hal/nordic/nrfx/mdk -IC:/ncs/v2.5.0/zephyr/modules/hal_nordic/nrfx/. -Imodules/libmetal/libmetal/lib/include -IC:/ncs/v2.5.0/modules/lib/open-amp/open-amp/lib/include -I../src/timesync -IC:/ncs/v2.5.0/nrfxlib/softdevice_controller/include -isystem C:/ncs/v2.5.0/nrfxlib/crypto/nrf_cc312_platform/include -fno-strict-aliasing -O2 -imacros C:/Nordic_timesync/timesync_sample/build/zephyr/include/generated/autoconf.h -fno-printf-return-value -fno-common -g -gdwarf-4 -fdiagnostics-color=always -mcpu=cortex-m33 -mthumb -mabi=aapcs -mfp16-format=ieee --sysroot=C:/ncs/toolchains/c57af46cb7/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi -imacros C:/ncs/v2.5.0/zephyr/include/zephyr/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wno-pointer-sign -Wpointer-arith -Wexpansion-to-defined -Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=C:/Nordic_timesync/timesync_sample=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/ncs/v2.5.0/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/ncs/v2.5.0=WEST_TOPDIR -ffunction-sections -fdata-sections --specs=picolibc.specs -D_POSIX_THREADS -std=c99 -MD -MT CMakeFiles/app.dir/src/timesync/time_sync_nrf53.c.obj -MF CMakeFiles\app.dir\src\timesync\time_sync_nrf53.c.obj.d -o CMakeFiles/app.dir/src/timesync/time_sync_nrf53.c.obj -c ../src/timesync/time_sync_nrf53.c
  211. In file included from c:\ncs\toolchains\c57af46cb7\opt\zephyr-sdk\arm-zephyr-eabi\picolibc\include\stdlib.h:49,
  212. from ../src/timesync/time_sync_nrf53.c:12:
  213. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:58:41: error: unknown type name 'NRF_RADIO_Type'
  214. 58 | NRF_RADIO_TASK_TXEN = offsetof(NRF_RADIO_Type, TASKS_TXEN), /**< Enable RADIO in TX mode. */
  215. | ^~~~~~~~~~~~~~
  216. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:59:41: error: unknown type name 'NRF_RADIO_Type'
  217. 59 | NRF_RADIO_TASK_RXEN = offsetof(NRF_RADIO_Type, TASKS_RXEN), /**< Enable RADIO in RX mode. */
  218. | ^~~~~~~~~~~~~~
  219. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:60:41: error: unknown type name 'NRF_RADIO_Type'
  220. 60 | NRF_RADIO_TASK_START = offsetof(NRF_RADIO_Type, TASKS_START), /**< Start RADIO. */
  221. | ^~~~~~~~~~~~~~
  222. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:61:41: error: unknown type name 'NRF_RADIO_Type'
  223. 61 | NRF_RADIO_TASK_STOP = offsetof(NRF_RADIO_Type, TASKS_STOP), /**< Stop RADIO. */
  224. | ^~~~~~~~~~~~~~
  225. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:62:41: error: unknown type name 'NRF_RADIO_Type'
  226. 62 | NRF_RADIO_TASK_DISABLE = offsetof(NRF_RADIO_Type, TASKS_DISABLE), /**< Disable RADIO. */
  227. | ^~~~~~~~~~~~~~
  228. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:63:41: error: unknown type name 'NRF_RADIO_Type'
  229. 63 | NRF_RADIO_TASK_RSSISTART = offsetof(NRF_RADIO_Type, TASKS_RSSISTART), /**< Start the RSSI and take one single sample of the receive signal strength. */
  230. | ^~~~~~~~~~~~~~
  231. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:69:41: error: unknown type name 'NRF_RADIO_Type'
  232. 69 | NRF_RADIO_TASK_BCSTART = offsetof(NRF_RADIO_Type, TASKS_BCSTART), /**< Start the bit counter. */
  233. | ^~~~~~~~~~~~~~
  234. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:70:41: error: unknown type name 'NRF_RADIO_Type'
  235. 70 | NRF_RADIO_TASK_BCSTOP = offsetof(NRF_RADIO_Type, TASKS_BCSTOP), /**< Stop the bit counter. */
  236. | ^~~~~~~~~~~~~~
  237. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:88:43: error: unknown type name 'NRF_RADIO_Type'
  238. 88 | NRF_RADIO_EVENT_READY = offsetof(NRF_RADIO_Type, EVENTS_READY), /**< Radio has ramped up and is ready to be started. */
  239. | ^~~~~~~~~~~~~~
  240. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:89:43: error: unknown type name 'NRF_RADIO_Type'
  241. 89 | NRF_RADIO_EVENT_ADDRESS = offsetof(NRF_RADIO_Type, EVENTS_ADDRESS), /**< Address sent or received. */
  242. | ^~~~~~~~~~~~~~
  243. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:90:43: error: unknown type name 'NRF_RADIO_Type'
  244. 90 | NRF_RADIO_EVENT_PAYLOAD = offsetof(NRF_RADIO_Type, EVENTS_PAYLOAD), /**< Packet payload sent or received. */
  245. | ^~~~~~~~~~~~~~
  246. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:91:43: error: unknown type name 'NRF_RADIO_Type'
  247. 91 | NRF_RADIO_EVENT_END = offsetof(NRF_RADIO_Type, EVENTS_END), /**< Packet transmitted or received. */
  248. | ^~~~~~~~~~~~~~
  249. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:92:43: error: unknown type name 'NRF_RADIO_Type'
  250. 92 | NRF_RADIO_EVENT_DISABLED = offsetof(NRF_RADIO_Type, EVENTS_DISABLED), /**< RADIO has been disabled. */
  251. | ^~~~~~~~~~~~~~
  252. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:93:43: error: unknown type name 'NRF_RADIO_Type'
  253. 93 | NRF_RADIO_EVENT_DEVMATCH = offsetof(NRF_RADIO_Type, EVENTS_DEVMATCH), /**< A device address match occurred on the last received packet. */
  254. | ^~~~~~~~~~~~~~
  255. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:94:43: error: unknown type name 'NRF_RADIO_Type'
  256. 94 | NRF_RADIO_EVENT_DEVMISS = offsetof(NRF_RADIO_Type, EVENTS_DEVMISS), /**< No device address match occurred on the last received packet. */
  257. | ^~~~~~~~~~~~~~
  258. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:100:43: error: unknown type name 'NRF_RADIO_Type'
  259. 100 | NRF_RADIO_EVENT_BCMATCH = offsetof(NRF_RADIO_Type, EVENTS_BCMATCH), /**< Bit counter reached bit count value. */
  260. | ^~~~~~~~~~~~~~
  261. In file included from ../src/timesync/time_sync_nrf53.c:20:
  262. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:305:1: error: empty enum is invalid
  263. 305 | } nrf_radio_int_mask_t;
  264. | ^
  265. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:310:47: error: 'RADIO_SHORTS_READY_START_Msk' undeclared here (not in a function); did you mean 'SPIM_SHORTS_END_START_Msk'?
  266. 310 | NRF_RADIO_SHORT_READY_START_MASK = RADIO_SHORTS_READY_START_Msk, /**< Shortcut between READY event and START task. */
  267. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  268. | SPIM_SHORTS_END_START_Msk
  269. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:311:47: error: 'RADIO_SHORTS_END_DISABLE_Msk' undeclared here (not in a function)
  270. 311 | NRF_RADIO_SHORT_END_DISABLE_MASK = RADIO_SHORTS_END_DISABLE_Msk, /**< Shortcut between END event and DISABLE task. */
  271. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  272. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:312:47: error: 'RADIO_SHORTS_DISABLED_TXEN_Msk' undeclared here (not in a function)
  273. 312 | NRF_RADIO_SHORT_DISABLED_TXEN_MASK = RADIO_SHORTS_DISABLED_TXEN_Msk, /**< Shortcut between DISABLED event and TXEN task. */
  274. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  275. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:313:47: error: 'RADIO_SHORTS_DISABLED_RXEN_Msk' undeclared here (not in a function); did you mean 'NRF_RADIO_SHORT_DISABLED_TXEN_MASK'?
  276. 313 | NRF_RADIO_SHORT_DISABLED_RXEN_MASK = RADIO_SHORTS_DISABLED_RXEN_Msk, /**< Shortcut between DISABLED event and RXEN task. */
  277. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  278. | NRF_RADIO_SHORT_DISABLED_TXEN_MASK
  279. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:314:47: error: 'RADIO_SHORTS_ADDRESS_RSSISTART_Msk' undeclared here (not in a function)
  280. 314 | NRF_RADIO_SHORT_ADDRESS_RSSISTART_MASK = RADIO_SHORTS_ADDRESS_RSSISTART_Msk, /**< Shortcut between ADDRESS event and RSSISTART task. */
  281. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  282. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:315:47: error: 'RADIO_SHORTS_END_START_Msk' undeclared here (not in a function); did you mean 'SPIM_SHORTS_END_START_Msk'?
  283. 315 | NRF_RADIO_SHORT_END_START_MASK = RADIO_SHORTS_END_START_Msk, /**< Shortcut between END event and START task. */
  284. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  285. | SPIM_SHORTS_END_START_Msk
  286. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:316:47: error: 'RADIO_SHORTS_ADDRESS_BCSTART_Msk' undeclared here (not in a function); did you mean 'NRF_RADIO_SHORT_ADDRESS_RSSISTART_MASK'?
  287. 316 | NRF_RADIO_SHORT_ADDRESS_BCSTART_MASK = RADIO_SHORTS_ADDRESS_BCSTART_Msk, /**< Shortcut between ADDRESS event and BCSTART task. */
  288. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  289. | NRF_RADIO_SHORT_ADDRESS_RSSISTART_MASK
  290. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:370:33: error: 'RADIO_STATE_STATE_Disabled' undeclared here (not in a function)
  291. 370 | NRF_RADIO_STATE_DISABLED = RADIO_STATE_STATE_Disabled, /**< No operations are going on inside the radio and the power consumption is at a minimum. */
  292. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  293. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:371:33: error: 'RADIO_STATE_STATE_RxRu' undeclared here (not in a function)
  294. 371 | NRF_RADIO_STATE_RXRU = RADIO_STATE_STATE_RxRu, /**< The radio is ramping up and preparing for reception. */
  295. | ^~~~~~~~~~~~~~~~~~~~~~
  296. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:372:33: error: 'RADIO_STATE_STATE_RxIdle' undeclared here (not in a function)
  297. 372 | NRF_RADIO_STATE_RXIDLE = RADIO_STATE_STATE_RxIdle, /**< The radio is ready for reception to start. */
  298. | ^~~~~~~~~~~~~~~~~~~~~~~~
  299. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:373:33: error: 'RADIO_STATE_STATE_Rx' undeclared here (not in a function)
  300. 373 | NRF_RADIO_STATE_RX = RADIO_STATE_STATE_Rx, /**< Reception has been started. */
  301. | ^~~~~~~~~~~~~~~~~~~~
  302. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:374:33: error: 'RADIO_STATE_STATE_RxDisable' undeclared here (not in a function)
  303. 374 | NRF_RADIO_STATE_RXDISABLE = RADIO_STATE_STATE_RxDisable, /**< The radio is disabling the receiver. */
  304. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  305. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:375:33: error: 'RADIO_STATE_STATE_TxRu' undeclared here (not in a function)
  306. 375 | NRF_RADIO_STATE_TXRU = RADIO_STATE_STATE_TxRu, /**< The radio is ramping up and preparing for transmission. */
  307. | ^~~~~~~~~~~~~~~~~~~~~~
  308. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:376:33: error: 'RADIO_STATE_STATE_TxIdle' undeclared here (not in a function)
  309. 376 | NRF_RADIO_STATE_TXIDLE = RADIO_STATE_STATE_TxIdle, /**< The radio is ready for transmission to start. */
  310. | ^~~~~~~~~~~~~~~~~~~~~~~~
  311. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:377:33: error: 'RADIO_STATE_STATE_Tx' undeclared here (not in a function)
  312. 377 | NRF_RADIO_STATE_TX = RADIO_STATE_STATE_Tx, /**< The radio is transmitting a packet. */
  313. | ^~~~~~~~~~~~~~~~~~~~
  314. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:378:33: error: 'RADIO_STATE_STATE_TxDisable' undeclared here (not in a function)
  315. 378 | NRF_RADIO_STATE_TXDISABLE = RADIO_STATE_STATE_TxDisable, /**< The radio is disabling the transmitter. */
  316. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  317. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:414:34: error: 'RADIO_TXPOWER_TXPOWER_0dBm' undeclared here (not in a function)
  318. 414 | NRF_RADIO_TXPOWER_0DBM = RADIO_TXPOWER_TXPOWER_0dBm, /**< 0 dBm. */
  319. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  320. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:424:34: error: 'RADIO_TXPOWER_TXPOWER_Neg4dBm' undeclared here (not in a function)
  321. 424 | NRF_RADIO_TXPOWER_NEG4DBM = RADIO_TXPOWER_TXPOWER_Neg4dBm, /**< -4 dBm. */
  322. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  323. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:434:34: error: 'RADIO_TXPOWER_TXPOWER_Neg8dBm' undeclared here (not in a function)
  324. 434 | NRF_RADIO_TXPOWER_NEG8DBM = RADIO_TXPOWER_TXPOWER_Neg8dBm, /**< -8 dBm. */
  325. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  326. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:435:34: error: 'RADIO_TXPOWER_TXPOWER_Neg12dBm' undeclared here (not in a function)
  327. 435 | NRF_RADIO_TXPOWER_NEG12DBM = RADIO_TXPOWER_TXPOWER_Neg12dBm, /**< -12 dBm. */
  328. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  329. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:436:34: error: 'RADIO_TXPOWER_TXPOWER_Neg16dBm' undeclared here (not in a function)
  330. 436 | NRF_RADIO_TXPOWER_NEG16DBM = RADIO_TXPOWER_TXPOWER_Neg16dBm, /**< -16 dBm. */
  331. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:437:34: error: 'RADIO_TXPOWER_TXPOWER_Neg20dBm' undeclared here (not in a function)
  333. 437 | NRF_RADIO_TXPOWER_NEG20DBM = RADIO_TXPOWER_TXPOWER_Neg20dBm, /**< -20 dBm. */
  334. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:452:41: error: 'RADIO_MODE_MODE_Nrf_1Mbit' undeclared here (not in a function)
  336. 452 | NRF_RADIO_MODE_NRF_1MBIT = RADIO_MODE_MODE_Nrf_1Mbit, /**< 1Mbit/s Nordic proprietary radio mode. */
  337. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  338. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:453:41: error: 'RADIO_MODE_MODE_Nrf_2Mbit' undeclared here (not in a function)
  339. 453 | NRF_RADIO_MODE_NRF_2MBIT = RADIO_MODE_MODE_Nrf_2Mbit, /**< 2Mbit/s Nordic proprietary radio mode. */
  340. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  341. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:463:41: error: 'RADIO_MODE_MODE_Ble_1Mbit' undeclared here (not in a function)
  342. 463 | NRF_RADIO_MODE_BLE_1MBIT = RADIO_MODE_MODE_Ble_1Mbit, /**< 1 Mbit/s Bluetooth Low Energy. */
  343. | ^~~~~~~~~~~~~~~~~~~~~~~~~
  344. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:496:37: error: 'RADIO_CRCCNF_SKIPADDR_Include' undeclared here (not in a function)
  345. 496 | NRF_RADIO_CRC_ADDR_INCLUDE = RADIO_CRCCNF_SKIPADDR_Include, /**< CRC calculation includes address field. */
  346. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  347. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:497:37: error: 'RADIO_CRCCNF_SKIPADDR_Skip' undeclared here (not in a function)
  348. 497 | NRF_RADIO_CRC_ADDR_SKIP = RADIO_CRCCNF_SKIPADDR_Skip, /**< CRC calculation does not include address field. */
  349. | ^~~~~~~~~~~~~~~~~~~~~~~~~~
  350. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:653:47: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  351. 653 | NRF_STATIC_INLINE void nrf_radio_task_trigger(NRF_RADIO_Type * p_reg, nrf_radio_task_t task);
  352. | ^~~~~~~~~~~~~~
  353. | NRF_GPIO_Type
  354. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:665:55: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  355. 665 | NRF_STATIC_INLINE uint32_t nrf_radio_task_address_get(NRF_RADIO_Type const * p_reg,
  356. | ^~~~~~~~~~~~~~
  357. | NRF_GPIO_Type
  358. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:674:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  359. 674 | NRF_STATIC_INLINE void nrf_radio_event_clear(NRF_RADIO_Type * p_reg, nrf_radio_event_t event);
  360. | ^~~~~~~~~~~~~~
  361. | NRF_GPIO_Type
  362. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:685:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  363. 685 | NRF_STATIC_INLINE bool nrf_radio_event_check(NRF_RADIO_Type const * p_reg, nrf_radio_event_t event);
  364. | ^~~~~~~~~~~~~~
  365. | NRF_GPIO_Type
  366. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:697:56: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  367. 697 | NRF_STATIC_INLINE uint32_t nrf_radio_event_address_get(NRF_RADIO_Type const * p_reg,
  368. | ^~~~~~~~~~~~~~
  369. | NRF_GPIO_Type
  370. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:706:48: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  371. 706 | NRF_STATIC_INLINE void nrf_radio_shorts_enable(NRF_RADIO_Type * p_reg, uint32_t shorts_mask);
  372. | ^~~~~~~~~~~~~~
  373. | NRF_GPIO_Type
  374. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:714:49: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  375. 714 | NRF_STATIC_INLINE void nrf_radio_shorts_disable(NRF_RADIO_Type * p_reg, uint32_t shorts_mask);
  376. | ^~~~~~~~~~~~~~
  377. | NRF_GPIO_Type
  378. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:722:45: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  379. 722 | NRF_STATIC_INLINE void nrf_radio_shorts_set(NRF_RADIO_Type * p_reg, uint32_t shorts_mask);
  380. | ^~~~~~~~~~~~~~
  381. | NRF_GPIO_Type
  382. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:731:49: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  383. 731 | NRF_STATIC_INLINE uint32_t nrf_radio_shorts_get(NRF_RADIO_Type const * p_reg);
  384. | ^~~~~~~~~~~~~~
  385. | NRF_GPIO_Type
  386. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:739:45: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  387. 739 | NRF_STATIC_INLINE void nrf_radio_int_enable(NRF_RADIO_Type * p_reg, uint32_t mask);
  388. | ^~~~~~~~~~~~~~
  389. | NRF_GPIO_Type
  390. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:747:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  391. 747 | NRF_STATIC_INLINE void nrf_radio_int_disable(NRF_RADIO_Type * p_reg, uint32_t mask);
  392. | ^~~~~~~~~~~~~~
  393. | NRF_GPIO_Type
  394. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:757:55: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  395. 757 | NRF_STATIC_INLINE uint32_t nrf_radio_int_enable_check(NRF_RADIO_Type const * p_reg, uint32_t mask);
  396. | ^~~~~~~~~~~~~~
  397. | NRF_GPIO_Type
  398. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:768:48: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  399. 768 | NRF_STATIC_INLINE void nrf_radio_subscribe_set(NRF_RADIO_Type * p_reg,
  400. | ^~~~~~~~~~~~~~
  401. | NRF_GPIO_Type
  402. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:779:50: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  403. 779 | NRF_STATIC_INLINE void nrf_radio_subscribe_clear(NRF_RADIO_Type * p_reg,
  404. | ^~~~~~~~~~~~~~
  405. | NRF_GPIO_Type
  406. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:790:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  407. 790 | NRF_STATIC_INLINE void nrf_radio_publish_set(NRF_RADIO_Type * p_reg,
  408. | ^~~~~~~~~~~~~~
  409. | NRF_GPIO_Type
  410. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:801:48: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  411. 801 | NRF_STATIC_INLINE void nrf_radio_publish_clear(NRF_RADIO_Type * p_reg,
  412. | ^~~~~~~~~~~~~~
  413. | NRF_GPIO_Type
  414. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:813:51: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  415. 813 | NRF_STATIC_INLINE bool nrf_radio_crc_status_check(NRF_RADIO_Type const * p_reg);
  416. | ^~~~~~~~~~~~~~
  417. | NRF_GPIO_Type
  418. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:822:49: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  419. 822 | NRF_STATIC_INLINE uint8_t nrf_radio_rxmatch_get(NRF_RADIO_Type const * p_reg);
  420. | ^~~~~~~~~~~~~~
  421. | NRF_GPIO_Type
  422. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:831:48: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  423. 831 | NRF_STATIC_INLINE uint32_t nrf_radio_rxcrc_get(NRF_RADIO_Type const * p_reg);
  424. | ^~~~~~~~~~~~~~
  425. | NRF_GPIO_Type
  426. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:840:45: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  427. 840 | NRF_STATIC_INLINE uint8_t nrf_radio_dai_get(NRF_RADIO_Type const * p_reg);
  428. | ^~~~~~~~~~~~~~
  429. | NRF_GPIO_Type
  430. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:872:48: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  431. 872 | NRF_STATIC_INLINE void nrf_radio_packetptr_set(NRF_RADIO_Type * p_reg, void const * p_packet);
  432. | ^~~~~~~~~~~~~~
  433. | NRF_GPIO_Type
  434. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:881:50: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  435. 881 | NRF_STATIC_INLINE void * nrf_radio_packetptr_get(NRF_RADIO_Type const * p_reg);
  436. | ^~~~~~~~~~~~~~
  437. | NRF_GPIO_Type
  438. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:889:48: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  439. 889 | NRF_STATIC_INLINE void nrf_radio_frequency_set(NRF_RADIO_Type * p_reg, uint16_t radio_frequency);
  440. | ^~~~~~~~~~~~~~
  441. | NRF_GPIO_Type
  442. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:898:52: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  443. 898 | NRF_STATIC_INLINE uint16_t nrf_radio_frequency_get(NRF_RADIO_Type const * p_reg);
  444. | ^~~~~~~~~~~~~~
  445. | NRF_GPIO_Type
  446. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:906:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  447. 906 | NRF_STATIC_INLINE void nrf_radio_txpower_set(NRF_RADIO_Type * p_reg, nrf_radio_txpower_t tx_power);
  448. | ^~~~~~~~~~~~~~
  449. | NRF_GPIO_Type
  450. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:915:61: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  451. 915 | NRF_STATIC_INLINE nrf_radio_txpower_t nrf_radio_txpower_get(NRF_RADIO_Type const * p_reg);
  452. | ^~~~~~~~~~~~~~
  453. | NRF_GPIO_Type
  454. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:923:43: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  455. 923 | NRF_STATIC_INLINE void nrf_radio_mode_set(NRF_RADIO_Type * p_reg, nrf_radio_mode_t radio_mode);
  456. | ^~~~~~~~~~~~~~
  457. | NRF_GPIO_Type
  458. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:932:55: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  459. 932 | NRF_STATIC_INLINE nrf_radio_mode_t nrf_radio_mode_get(NRF_RADIO_Type const * p_reg);
  460. | ^~~~~~~~~~~~~~
  461. | NRF_GPIO_Type
  462. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:940:51: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  463. 940 | NRF_STATIC_INLINE void nrf_radio_packet_configure(NRF_RADIO_Type * p_reg,
  464. | ^~~~~~~~~~~~~~
  465. | NRF_GPIO_Type
  466. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:949:44: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  467. 949 | NRF_STATIC_INLINE void nrf_radio_base0_set(NRF_RADIO_Type * p_reg, uint32_t address);
  468. | ^~~~~~~~~~~~~~
  469. | NRF_GPIO_Type
  470. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:958:48: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  471. 958 | NRF_STATIC_INLINE uint32_t nrf_radio_base0_get(NRF_RADIO_Type const * p_reg);
  472. | ^~~~~~~~~~~~~~
  473. | NRF_GPIO_Type
  474. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:966:44: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  475. 966 | NRF_STATIC_INLINE void nrf_radio_base1_set(NRF_RADIO_Type * p_reg, uint32_t address);
  476. | ^~~~~~~~~~~~~~
  477. | NRF_GPIO_Type
  478. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:975:48: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  479. 975 | NRF_STATIC_INLINE uint32_t nrf_radio_base1_get(NRF_RADIO_Type const * p_reg);
  480. | ^~~~~~~~~~~~~~
  481. | NRF_GPIO_Type
  482. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:983:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  483. 983 | NRF_STATIC_INLINE void nrf_radio_prefix0_set(NRF_RADIO_Type * p_reg, uint32_t prefixes);
  484. | ^~~~~~~~~~~~~~
  485. | NRF_GPIO_Type
  486. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:992:50: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  487. 992 | NRF_STATIC_INLINE uint32_t nrf_radio_prefix0_get(NRF_RADIO_Type const * p_reg);
  488. | ^~~~~~~~~~~~~~
  489. | NRF_GPIO_Type
  490. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1000:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  491. 1000 | NRF_STATIC_INLINE void nrf_radio_prefix1_set(NRF_RADIO_Type * p_reg, uint32_t prefixes);
  492. | ^~~~~~~~~~~~~~
  493. | NRF_GPIO_Type
  494. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1009:50: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  495. 1009 | NRF_STATIC_INLINE uint32_t nrf_radio_prefix1_get(NRF_RADIO_Type const * p_reg);
  496. | ^~~~~~~~~~~~~~
  497. | NRF_GPIO_Type
  498. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1017:48: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  499. 1017 | NRF_STATIC_INLINE void nrf_radio_txaddress_set(NRF_RADIO_Type * p_reg, uint8_t txaddress);
  500. | ^~~~~~~~~~~~~~
  501. | NRF_GPIO_Type
  502. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1026:51: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  503. 1026 | NRF_STATIC_INLINE uint8_t nrf_radio_txaddress_get(NRF_RADIO_Type const * p_reg);
  504. | ^~~~~~~~~~~~~~
  505. | NRF_GPIO_Type
  506. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1035:50: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  507. 1035 | NRF_STATIC_INLINE void nrf_radio_rxaddresses_set(NRF_RADIO_Type * p_reg, uint8_t rxaddresses);
  508. | ^~~~~~~~~~~~~~
  509. | NRF_GPIO_Type
  510. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1044:53: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  511. 1044 | NRF_STATIC_INLINE uint8_t nrf_radio_rxaddresses_get(NRF_RADIO_Type const * p_reg);
  512. | ^~~~~~~~~~~~~~
  513. | NRF_GPIO_Type
  514. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1054:48: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  515. 1054 | NRF_STATIC_INLINE void nrf_radio_crc_configure(NRF_RADIO_Type * p_reg,
  516. | ^~~~~~~~~~~~~~
  517. | NRF_GPIO_Type
  518. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1065:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  519. 1065 | NRF_STATIC_INLINE void nrf_radio_crcinit_set(NRF_RADIO_Type * p_reg, uint32_t crc_init_value);
  520. | ^~~~~~~~~~~~~~
  521. | NRF_GPIO_Type
  522. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1074:50: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  523. 1074 | NRF_STATIC_INLINE uint32_t nrf_radio_crcinit_get(NRF_RADIO_Type const * p_reg);
  524. | ^~~~~~~~~~~~~~
  525. | NRF_GPIO_Type
  526. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1082:42: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  527. 1082 | NRF_STATIC_INLINE void nrf_radio_ifs_set(NRF_RADIO_Type * p_reg, uint32_t radio_ifs);
  528. | ^~~~~~~~~~~~~~
  529. | NRF_GPIO_Type
  530. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1091:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  531. 1091 | NRF_STATIC_INLINE uint32_t nrf_radio_ifs_get(NRF_RADIO_Type const * p_reg);
  532. | ^~~~~~~~~~~~~~
  533. | NRF_GPIO_Type
  534. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1104:53: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  535. 1104 | NRF_STATIC_INLINE uint8_t nrf_radio_rssi_sample_get(NRF_RADIO_Type const * p_reg);
  536. | ^~~~~~~~~~~~~~
  537. | NRF_GPIO_Type
  538. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1113:57: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  539. 1113 | NRF_STATIC_INLINE nrf_radio_state_t nrf_radio_state_get(NRF_RADIO_Type const * p_reg);
  540. | ^~~~~~~~~~~~~~
  541. | NRF_GPIO_Type
  542. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1121:50: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  543. 1121 | NRF_STATIC_INLINE void nrf_radio_datawhiteiv_set(NRF_RADIO_Type * p_reg, uint8_t datawhiteiv);
  544. | ^~~~~~~~~~~~~~
  545. | NRF_GPIO_Type
  546. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1130:53: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  547. 1130 | NRF_STATIC_INLINE uint8_t nrf_radio_datawhiteiv_get(NRF_RADIO_Type const * p_reg);
  548. | ^~~~~~~~~~~~~~
  549. | NRF_GPIO_Type
  550. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1138:42: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  551. 1138 | NRF_STATIC_INLINE void nrf_radio_bcc_set(NRF_RADIO_Type * p_reg, uint32_t radio_bcc);
  552. | ^~~~~~~~~~~~~~
  553. | NRF_GPIO_Type
  554. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1147:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  555. 1147 | NRF_STATIC_INLINE uint32_t nrf_radio_bcc_get(NRF_RADIO_Type const * p_reg);
  556. | ^~~~~~~~~~~~~~
  557. | NRF_GPIO_Type
  558. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1156:42: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  559. 1156 | NRF_STATIC_INLINE void nrf_radio_dab_set(NRF_RADIO_Type * p_reg,
  560. | ^~~~~~~~~~~~~~
  561. | NRF_GPIO_Type
  562. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1168:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  563. 1168 | NRF_STATIC_INLINE uint32_t nrf_radio_dab_get(NRF_RADIO_Type const * p_reg, uint8_t segment);
  564. | ^~~~~~~~~~~~~~
  565. | NRF_GPIO_Type
  566. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1177:42: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  567. 1177 | NRF_STATIC_INLINE void nrf_radio_dap_set(NRF_RADIO_Type * p_reg,
  568. | ^~~~~~~~~~~~~~
  569. | NRF_GPIO_Type
  570. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1189:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  571. 1189 | NRF_STATIC_INLINE uint32_t nrf_radio_dap_get(NRF_RADIO_Type const * p_reg, uint8_t prefix_index);
  572. | ^~~~~~~~~~~~~~
  573. | NRF_GPIO_Type
  574. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1200:44: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  575. 1200 | NRF_STATIC_INLINE void nrf_radio_dacnf_set(NRF_RADIO_Type * p_reg, uint8_t ena, uint8_t txadd);
  576. | ^~~~~~~~~~~~~~
  577. | NRF_GPIO_Type
  578. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1209:51: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  579. 1209 | NRF_STATIC_INLINE uint8_t nrf_radio_dacnf_ena_get(NRF_RADIO_Type const * p_reg);
  580. | ^~~~~~~~~~~~~~
  581. | NRF_GPIO_Type
  582. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1218:53: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  583. 1218 | NRF_STATIC_INLINE uint8_t nrf_radio_dacnf_txadd_get(NRF_RADIO_Type const * p_reg);
  584. | ^~~~~~~~~~~~~~
  585. | NRF_GPIO_Type
  586. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1567:47: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  587. 1567 | NRF_STATIC_INLINE void nrf_radio_task_trigger(NRF_RADIO_Type * p_reg, nrf_radio_task_t task)
  588. | ^~~~~~~~~~~~~~
  589. | NRF_GPIO_Type
  590. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1572:55: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  591. 1572 | NRF_STATIC_INLINE uint32_t nrf_radio_task_address_get(NRF_RADIO_Type const * p_reg,
  592. | ^~~~~~~~~~~~~~
  593. | NRF_GPIO_Type
  594. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1578:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  595. 1578 | NRF_STATIC_INLINE void nrf_radio_event_clear(NRF_RADIO_Type * p_reg, nrf_radio_event_t event)
  596. | ^~~~~~~~~~~~~~
  597. | NRF_GPIO_Type
  598. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1584:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  599. 1584 | NRF_STATIC_INLINE bool nrf_radio_event_check(NRF_RADIO_Type const * p_reg, nrf_radio_event_t event)
  600. | ^~~~~~~~~~~~~~
  601. | NRF_GPIO_Type
  602. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1589:56: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  603. 1589 | NRF_STATIC_INLINE uint32_t nrf_radio_event_address_get(NRF_RADIO_Type const * p_reg,
  604. | ^~~~~~~~~~~~~~
  605. | NRF_GPIO_Type
  606. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1595:48: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  607. 1595 | NRF_STATIC_INLINE void nrf_radio_shorts_enable(NRF_RADIO_Type * p_reg, uint32_t shorts_mask)
  608. | ^~~~~~~~~~~~~~
  609. | NRF_GPIO_Type
  610. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1600:49: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  611. 1600 | NRF_STATIC_INLINE void nrf_radio_shorts_disable(NRF_RADIO_Type * p_reg, uint32_t shorts_mask)
  612. | ^~~~~~~~~~~~~~
  613. | NRF_GPIO_Type
  614. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1605:45: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  615. 1605 | NRF_STATIC_INLINE void nrf_radio_shorts_set(NRF_RADIO_Type * p_reg, uint32_t shorts_mask)
  616. | ^~~~~~~~~~~~~~
  617. | NRF_GPIO_Type
  618. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1610:49: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  619. 1610 | NRF_STATIC_INLINE uint32_t nrf_radio_shorts_get(NRF_RADIO_Type const * p_reg)
  620. | ^~~~~~~~~~~~~~
  621. | NRF_GPIO_Type
  622. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1615:45: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  623. 1615 | NRF_STATIC_INLINE void nrf_radio_int_enable(NRF_RADIO_Type * p_reg, uint32_t mask)
  624. | ^~~~~~~~~~~~~~
  625. | NRF_GPIO_Type
  626. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1624:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  627. 1624 | NRF_STATIC_INLINE void nrf_radio_int_disable(NRF_RADIO_Type * p_reg, uint32_t mask)
  628. | ^~~~~~~~~~~~~~
  629. | NRF_GPIO_Type
  630. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1633:55: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  631. 1633 | NRF_STATIC_INLINE uint32_t nrf_radio_int_enable_check(NRF_RADIO_Type const * p_reg, uint32_t mask)
  632. | ^~~~~~~~~~~~~~
  633. | NRF_GPIO_Type
  634. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1643:48: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  635. 1643 | NRF_STATIC_INLINE void nrf_radio_subscribe_set(NRF_RADIO_Type * p_reg,
  636. | ^~~~~~~~~~~~~~
  637. | NRF_GPIO_Type
  638. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1651:50: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  639. 1651 | NRF_STATIC_INLINE void nrf_radio_subscribe_clear(NRF_RADIO_Type * p_reg,
  640. | ^~~~~~~~~~~~~~
  641. | NRF_GPIO_Type
  642. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1657:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  643. 1657 | NRF_STATIC_INLINE void nrf_radio_publish_set(NRF_RADIO_Type * p_reg,
  644. | ^~~~~~~~~~~~~~
  645. | NRF_GPIO_Type
  646. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1665:48: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  647. 1665 | NRF_STATIC_INLINE void nrf_radio_publish_clear(NRF_RADIO_Type * p_reg,
  648. | ^~~~~~~~~~~~~~
  649. | NRF_GPIO_Type
  650. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1672:51: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  651. 1672 | NRF_STATIC_INLINE bool nrf_radio_crc_status_check(NRF_RADIO_Type const * p_reg)
  652. | ^~~~~~~~~~~~~~
  653. | NRF_GPIO_Type
  654. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1678:49: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  655. 1678 | NRF_STATIC_INLINE uint8_t nrf_radio_rxmatch_get(NRF_RADIO_Type const * p_reg)
  656. | ^~~~~~~~~~~~~~
  657. | NRF_GPIO_Type
  658. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1683:48: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  659. 1683 | NRF_STATIC_INLINE uint32_t nrf_radio_rxcrc_get(NRF_RADIO_Type const * p_reg)
  660. | ^~~~~~~~~~~~~~
  661. | NRF_GPIO_Type
  662. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1688:45: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  663. 1688 | NRF_STATIC_INLINE uint8_t nrf_radio_dai_get(NRF_RADIO_Type const * p_reg)
  664. | ^~~~~~~~~~~~~~
  665. | NRF_GPIO_Type
  666. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1707:48: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  667. 1707 | NRF_STATIC_INLINE void nrf_radio_packetptr_set(NRF_RADIO_Type * p_reg, void const * p_packet)
  668. | ^~~~~~~~~~~~~~
  669. | NRF_GPIO_Type
  670. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1712:50: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  671. 1712 | NRF_STATIC_INLINE void * nrf_radio_packetptr_get(NRF_RADIO_Type const * p_reg)
  672. | ^~~~~~~~~~~~~~
  673. | NRF_GPIO_Type
  674. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1717:48: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  675. 1717 | NRF_STATIC_INLINE void nrf_radio_frequency_set(NRF_RADIO_Type * p_reg, uint16_t radio_frequency)
  676. | ^~~~~~~~~~~~~~
  677. | NRF_GPIO_Type
  678. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1741:52: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  679. 1741 | NRF_STATIC_INLINE uint16_t nrf_radio_frequency_get(NRF_RADIO_Type const * p_reg)
  680. | ^~~~~~~~~~~~~~
  681. | NRF_GPIO_Type
  682. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1760:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  683. 1760 | NRF_STATIC_INLINE void nrf_radio_txpower_set(NRF_RADIO_Type * p_reg, nrf_radio_txpower_t tx_power)
  684. | ^~~~~~~~~~~~~~
  685. | NRF_GPIO_Type
  686. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1765:61: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  687. 1765 | NRF_STATIC_INLINE nrf_radio_txpower_t nrf_radio_txpower_get(NRF_RADIO_Type const * p_reg)
  688. | ^~~~~~~~~~~~~~
  689. | NRF_GPIO_Type
  690. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1770:43: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  691. 1770 | NRF_STATIC_INLINE void nrf_radio_mode_set(NRF_RADIO_Type * p_reg, nrf_radio_mode_t radio_mode)
  692. | ^~~~~~~~~~~~~~
  693. | NRF_GPIO_Type
  694. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1775:55: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  695. 1775 | NRF_STATIC_INLINE nrf_radio_mode_t nrf_radio_mode_get(NRF_RADIO_Type const * p_reg)
  696. | ^~~~~~~~~~~~~~
  697. | NRF_GPIO_Type
  698. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1780:51: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  699. 1780 | NRF_STATIC_INLINE void nrf_radio_packet_configure(NRF_RADIO_Type * p_reg,
  700. | ^~~~~~~~~~~~~~
  701. | NRF_GPIO_Type
  702. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1818:44: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  703. 1818 | NRF_STATIC_INLINE void nrf_radio_base0_set(NRF_RADIO_Type * p_reg, uint32_t address)
  704. | ^~~~~~~~~~~~~~
  705. | NRF_GPIO_Type
  706. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1823:48: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  707. 1823 | NRF_STATIC_INLINE uint32_t nrf_radio_base0_get(NRF_RADIO_Type const * p_reg)
  708. | ^~~~~~~~~~~~~~
  709. | NRF_GPIO_Type
  710. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1828:44: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  711. 1828 | NRF_STATIC_INLINE void nrf_radio_base1_set(NRF_RADIO_Type * p_reg, uint32_t address)
  712. | ^~~~~~~~~~~~~~
  713. | NRF_GPIO_Type
  714. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1833:48: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  715. 1833 | NRF_STATIC_INLINE uint32_t nrf_radio_base1_get(NRF_RADIO_Type const * p_reg)
  716. | ^~~~~~~~~~~~~~
  717. | NRF_GPIO_Type
  718. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1838:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  719. 1838 | NRF_STATIC_INLINE void nrf_radio_prefix0_set(NRF_RADIO_Type * p_reg, uint32_t prefixes)
  720. | ^~~~~~~~~~~~~~
  721. | NRF_GPIO_Type
  722. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1843:50: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  723. 1843 | NRF_STATIC_INLINE uint32_t nrf_radio_prefix0_get(NRF_RADIO_Type const * p_reg)
  724. | ^~~~~~~~~~~~~~
  725. | NRF_GPIO_Type
  726. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1848:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  727. 1848 | NRF_STATIC_INLINE void nrf_radio_prefix1_set(NRF_RADIO_Type * p_reg, uint32_t prefixes)
  728. | ^~~~~~~~~~~~~~
  729. | NRF_GPIO_Type
  730. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1853:50: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  731. 1853 | NRF_STATIC_INLINE uint32_t nrf_radio_prefix1_get(NRF_RADIO_Type const * p_reg)
  732. | ^~~~~~~~~~~~~~
  733. | NRF_GPIO_Type
  734. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1858:48: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  735. 1858 | NRF_STATIC_INLINE void nrf_radio_txaddress_set(NRF_RADIO_Type * p_reg, uint8_t txaddress)
  736. | ^~~~~~~~~~~~~~
  737. | NRF_GPIO_Type
  738. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1863:51: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  739. 1863 | NRF_STATIC_INLINE uint8_t nrf_radio_txaddress_get(NRF_RADIO_Type const * p_reg)
  740. | ^~~~~~~~~~~~~~
  741. | NRF_GPIO_Type
  742. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1869:50: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  743. 1869 | NRF_STATIC_INLINE void nrf_radio_rxaddresses_set(NRF_RADIO_Type * p_reg, uint8_t rxaddresses)
  744. | ^~~~~~~~~~~~~~
  745. | NRF_GPIO_Type
  746. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1874:53: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  747. 1874 | NRF_STATIC_INLINE uint8_t nrf_radio_rxaddresses_get(NRF_RADIO_Type const * p_reg)
  748. | ^~~~~~~~~~~~~~
  749. | NRF_GPIO_Type
  750. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1879:48: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  751. 1879 | NRF_STATIC_INLINE void nrf_radio_crc_configure(NRF_RADIO_Type * p_reg,
  752. | ^~~~~~~~~~~~~~
  753. | NRF_GPIO_Type
  754. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1889:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  755. 1889 | NRF_STATIC_INLINE void nrf_radio_crcinit_set(NRF_RADIO_Type * p_reg, uint32_t crc_init_value)
  756. | ^~~~~~~~~~~~~~
  757. | NRF_GPIO_Type
  758. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1894:50: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  759. 1894 | NRF_STATIC_INLINE uint32_t nrf_radio_crcinit_get(NRF_RADIO_Type const * p_reg)
  760. | ^~~~~~~~~~~~~~
  761. | NRF_GPIO_Type
  762. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1899:42: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  763. 1899 | NRF_STATIC_INLINE void nrf_radio_ifs_set(NRF_RADIO_Type * p_reg, uint32_t radio_ifs)
  764. | ^~~~~~~~~~~~~~
  765. | NRF_GPIO_Type
  766. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1904:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  767. 1904 | NRF_STATIC_INLINE uint32_t nrf_radio_ifs_get(NRF_RADIO_Type const * p_reg)
  768. | ^~~~~~~~~~~~~~
  769. | NRF_GPIO_Type
  770. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1909:53: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  771. 1909 | NRF_STATIC_INLINE uint8_t nrf_radio_rssi_sample_get(NRF_RADIO_Type const * p_reg)
  772. | ^~~~~~~~~~~~~~
  773. | NRF_GPIO_Type
  774. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1915:57: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  775. 1915 | NRF_STATIC_INLINE nrf_radio_state_t nrf_radio_state_get(NRF_RADIO_Type const * p_reg)
  776. | ^~~~~~~~~~~~~~
  777. | NRF_GPIO_Type
  778. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1920:50: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  779. 1920 | NRF_STATIC_INLINE void nrf_radio_datawhiteiv_set(NRF_RADIO_Type * p_reg, uint8_t datawhiteiv)
  780. | ^~~~~~~~~~~~~~
  781. | NRF_GPIO_Type
  782. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1925:53: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  783. 1925 | NRF_STATIC_INLINE uint8_t nrf_radio_datawhiteiv_get(NRF_RADIO_Type const * p_reg)
  784. | ^~~~~~~~~~~~~~
  785. | NRF_GPIO_Type
  786. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1930:42: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  787. 1930 | NRF_STATIC_INLINE void nrf_radio_bcc_set(NRF_RADIO_Type * p_reg, uint32_t radio_bcc)
  788. | ^~~~~~~~~~~~~~
  789. | NRF_GPIO_Type
  790. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1935:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  791. 1935 | NRF_STATIC_INLINE uint32_t nrf_radio_bcc_get(NRF_RADIO_Type const * p_reg)
  792. | ^~~~~~~~~~~~~~
  793. | NRF_GPIO_Type
  794. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1940:42: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  795. 1940 | NRF_STATIC_INLINE void nrf_radio_dab_set(NRF_RADIO_Type * p_reg,
  796. | ^~~~~~~~~~~~~~
  797. | NRF_GPIO_Type
  798. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1948:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  799. 1948 | NRF_STATIC_INLINE uint32_t nrf_radio_dab_get(NRF_RADIO_Type const * p_reg, uint8_t segment)
  800. | ^~~~~~~~~~~~~~
  801. | NRF_GPIO_Type
  802. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1954:42: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  803. 1954 | NRF_STATIC_INLINE void nrf_radio_dap_set(NRF_RADIO_Type * p_reg,
  804. | ^~~~~~~~~~~~~~
  805. | NRF_GPIO_Type
  806. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1962:46: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  807. 1962 | NRF_STATIC_INLINE uint32_t nrf_radio_dap_get(NRF_RADIO_Type const * p_reg, uint8_t prefix_index)
  808. | ^~~~~~~~~~~~~~
  809. | NRF_GPIO_Type
  810. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1968:44: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  811. 1968 | NRF_STATIC_INLINE void nrf_radio_dacnf_set(NRF_RADIO_Type * p_reg, uint8_t ena, uint8_t txadd)
  812. | ^~~~~~~~~~~~~~
  813. | NRF_GPIO_Type
  814. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1974:51: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  815. 1974 | NRF_STATIC_INLINE uint8_t nrf_radio_dacnf_ena_get(NRF_RADIO_Type const * p_reg)
  816. | ^~~~~~~~~~~~~~
  817. | NRF_GPIO_Type
  818. C:/ncs/v2.5.0/modules/hal/nordic/nrfx/hal/nrf_radio.h:1986:53: error: unknown type name 'NRF_RADIO_Type'; did you mean 'NRF_GPIO_Type'?
  819. 1986 | NRF_STATIC_INLINE uint8_t nrf_radio_dacnf_txadd_get(NRF_RADIO_Type const * p_reg)
  820. | ^~~~~~~~~~~~~~
  821. | NRF_GPIO_Type
  822. ../src/timesync/time_sync_nrf53.c:26:10: fatal error: mpsl_timeslot.h: No such file or directory
  823. 26 | #include <mpsl_timeslot.h>
  824. | ^~~~~~~~~~~~~~~~~
  825. compilation terminated.
  826.  
  827. ninja: build stopped: subcommand failed.
  828. FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\c57af46cb7\opt\bin\cmake.EXE' --build 'c:\Nordic_timesync\timesync_sample\build'
  829.  
  830. * The terminal process terminated with exit code: 1.
  831. * Terminal will be reused by tasks, press any key to close it.
Advertisement
Add Comment
Please, Sign In to add comment