Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Drtc.h127 #define RTC_MODE1_CTRLA_SWRST (_U(0x1) << RTC_MODE1_CTRLA_SWRST_Pos) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_rtc_l21.h5276 ((Rtc *)hw)->MODE1.CTRLA.reg |= RTC_MODE1_CTRLA_SWRST; in hri_rtcmode1_set_CTRLA_SWRST_bit()
5285 tmp = (tmp & RTC_MODE1_CTRLA_SWRST) >> RTC_MODE1_CTRLA_SWRST_Pos; in hri_rtcmode1_get_CTRLA_SWRST_bit()