Home
last modified time | relevance | path

Searched refs:RSTC_RCAUSE_SYST_Pos (Results 1 – 10 of 10) sorted by relevance

/bsp/microchip/samc21/bsp/samc21/include/component/
A Drstc.h71 #define RSTC_RCAUSE_SYST_Pos 6 /**< \brief (RSTC_RCAUSE) System Reset Request */ macro
72 #define RSTC_RCAUSE_SYST (_U_(0x1) << RSTC_RCAUSE_SYST_Pos)
/bsp/microchip/saml10/bsp/include/component/
A Drstc.h79 #define RSTC_RCAUSE_SYST_Pos 6 /**< (RS… macro
80 #define RSTC_RCAUSE_SYST_Msk (_U_(0x1) << RSTC_RCAUSE_SYST_Pos) /**< (RS…
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Drstc.h73 #define RSTC_RCAUSE_SYST_Pos 6 /**< \brief (RSTC_RCAUSE) System Reset Request */ macro
74 #define RSTC_RCAUSE_SYST (_U_(0x1) << RSTC_RCAUSE_SYST_Pos)
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Drstc.h73 #define RSTC_RCAUSE_SYST_Pos 6 /**< \brief (RSTC_RCAUSE) System Reset Request */ macro
74 #define RSTC_RCAUSE_SYST (_U_(0x1) << RSTC_RCAUSE_SYST_Pos)
/bsp/microchip/same54/bsp/include/component/
A Drstc.h73 #define RSTC_RCAUSE_SYST_Pos 6 /**< \brief (RSTC_RCAUSE) System Reset Request */ macro
74 #define RSTC_RCAUSE_SYST (_U_(0x1) << RSTC_RCAUSE_SYST_Pos)
/bsp/microchip/samc21/bsp/hri/
A Dhri_rstc_c21.h82 return (((Rstc *)hw)->RCAUSE.reg & RSTC_RCAUSE_SYST) >> RSTC_RCAUSE_SYST_Pos; in hri_rstc_get_RCAUSE_SYST_bit()
/bsp/microchip/saml10/bsp/hri/
A Dhri_rstc_l10.h82 return (((Rstc *)hw)->RCAUSE.reg & RSTC_RCAUSE_SYST_Msk) >> RSTC_RCAUSE_SYST_Pos; in hri_rstc_get_RCAUSE_SYST_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_rstc_d51.h88 return (((Rstc *)hw)->RCAUSE.reg & RSTC_RCAUSE_SYST) >> RSTC_RCAUSE_SYST_Pos; in hri_rstc_get_RCAUSE_SYST_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_rstc_d51.h88 return (((Rstc *)hw)->RCAUSE.reg & RSTC_RCAUSE_SYST) >> RSTC_RCAUSE_SYST_Pos; in hri_rstc_get_RCAUSE_SYST_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_rstc_e54.h88 return (((Rstc *)hw)->RCAUSE.reg & RSTC_RCAUSE_SYST) >> RSTC_RCAUSE_SYST_Pos; in hri_rstc_get_RCAUSE_SYST_bit()

Completed in 25 milliseconds