nRF5 SDK for Thread and Zigbee v3.2.0
Macros
RTC driver configuration

Macros

#define NRF_802154_RTC_IRQ_PRIORITY   6
 
#define NRF_802154_RTC_INSTANCE   NRF_RTC2
 
#define NRF_802154_RTC_IRQ_HANDLER   RTC2_IRQHandler
 
#define NRF_802154_RTC_IRQN   RTC2_IRQn
 

Detailed Description

Macro Definition Documentation

#define NRF_802154_RTC_INSTANCE   NRF_RTC2

RTC instance used in standalone timer driver implementation.

Note
This configuration is only applicable for the Low Power Timer Abstraction Layer implementation in nrf_802154_lp_timer_nodrv.c.
#define NRF_802154_RTC_IRQ_HANDLER   RTC2_IRQHandler

RTC interrupt handler name used in standalone timer driver implementation.

Note
This configuration is only applicable for Low Power Timer Abstraction Layer implementation in nrf_802154_lp_timer_nodrv.c.
#define NRF_802154_RTC_IRQ_PRIORITY   6

Priority of RTC interrupt used in standalone timer driver implementation.

Note
This configuration is only applicable for the Low Power Timer Abstraction Layer implementation in nrf_802154_lp_timer_nodrv.c.
#define NRF_802154_RTC_IRQN   RTC2_IRQn

RTC Interrupt number used in standalone timer driver implementation.

Note
This configuration is only applicable for the Low Power Timer Abstraction Layer implementation in nrf_802154_lp_timer_nodrv.c.

Documentation feedback | Developer Zone | Subscribe | Updated