Home
last modified time | relevance | path

Searched refs:RSTC_BKUPEXIT_RTC_Pos (Results 1 – 6 of 6) sorted by relevance

/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Drstc.h96 #define RSTC_BKUPEXIT_RTC_Pos 1 /**< \brief (RSTC_BKUPEXIT) Real Timer Counter Int… macro
97 #define RSTC_BKUPEXIT_RTC (_U_(0x1) << RSTC_BKUPEXIT_RTC_Pos)
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Drstc.h96 #define RSTC_BKUPEXIT_RTC_Pos 1 /**< \brief (RSTC_BKUPEXIT) Real Timer Counter Int… macro
97 #define RSTC_BKUPEXIT_RTC (_U_(0x1) << RSTC_BKUPEXIT_RTC_Pos)
/bsp/microchip/same54/bsp/include/component/
A Drstc.h96 #define RSTC_BKUPEXIT_RTC_Pos 1 /**< \brief (RSTC_BKUPEXIT) Real Timer Counter Int… macro
97 #define RSTC_BKUPEXIT_RTC (_U_(0x1) << RSTC_BKUPEXIT_RTC_Pos)
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_rstc_d51.h111 return (((Rstc *)hw)->BKUPEXIT.reg & RSTC_BKUPEXIT_RTC) >> RSTC_BKUPEXIT_RTC_Pos; in hri_rstc_get_BKUPEXIT_RTC_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_rstc_d51.h111 return (((Rstc *)hw)->BKUPEXIT.reg & RSTC_BKUPEXIT_RTC) >> RSTC_BKUPEXIT_RTC_Pos; in hri_rstc_get_BKUPEXIT_RTC_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_rstc_e54.h111 return (((Rstc *)hw)->BKUPEXIT.reg & RSTC_BKUPEXIT_RTC) >> RSTC_BKUPEXIT_RTC_Pos; in hri_rstc_get_BKUPEXIT_RTC_bit()

Completed in 12 milliseconds