Home
last modified time | relevance | path

Searched refs:RTC_MODE2_CTRLA_SWRST_Pos (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Drtc.h191 #define RTC_MODE2_CTRLA_SWRST_Pos 0 /**< \brief (RTC_MODE2_CTRLA) Software Reset */ macro
192 #define RTC_MODE2_CTRLA_SWRST (_U(0x1) << RTC_MODE2_CTRLA_SWRST_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_rtc_l21.h1558 tmp = (tmp & RTC_MODE2_CTRLA_SWRST) >> RTC_MODE2_CTRLA_SWRST_Pos; in hri_rtcmode2_get_CTRLA_SWRST_bit()