Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/saml21b/include/component/
Drtc.h103 #define RTC_MODE0_CTRLA_COUNTSYNC_Pos 15 /**< \brief (RTC_MODE0_CTRLA) Count Read Synchro… macro
104 #define RTC_MODE0_CTRLA_COUNTSYNC (_U(0x1) << RTC_MODE0_CTRLA_COUNTSYNC_Pos)
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hri/
Dhri_rtc_l21.h3620 tmp = (tmp & RTC_MODE0_CTRLA_COUNTSYNC) >> RTC_MODE0_CTRLA_COUNTSYNC_Pos; in hri_rtcmode0_get_CTRLA_COUNTSYNC_bit()
3631 tmp |= value << RTC_MODE0_CTRLA_COUNTSYNC_Pos; in hri_rtcmode0_write_CTRLA_COUNTSYNC_bit()