Home
last modified time | relevance | path

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

/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Drstc.h67 #define RSTC_RCAUSE_NVM_Pos 3 /**< \brief (RSTC_RCAUSE) NVM Reset */ macro
68 #define RSTC_RCAUSE_NVM (_U_(0x1) << RSTC_RCAUSE_NVM_Pos)
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Drstc.h67 #define RSTC_RCAUSE_NVM_Pos 3 /**< \brief (RSTC_RCAUSE) NVM Reset */ macro
68 #define RSTC_RCAUSE_NVM (_U_(0x1) << RSTC_RCAUSE_NVM_Pos)
/bsp/microchip/same54/bsp/include/component/
A Drstc.h67 #define RSTC_RCAUSE_NVM_Pos 3 /**< \brief (RSTC_RCAUSE) NVM Reset */ macro
68 #define RSTC_RCAUSE_NVM (_U_(0x1) << RSTC_RCAUSE_NVM_Pos)
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_rstc_d51.h73 return (((Rstc *)hw)->RCAUSE.reg & RSTC_RCAUSE_NVM) >> RSTC_RCAUSE_NVM_Pos; in hri_rstc_get_RCAUSE_NVM_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_rstc_d51.h73 return (((Rstc *)hw)->RCAUSE.reg & RSTC_RCAUSE_NVM) >> RSTC_RCAUSE_NVM_Pos; in hri_rstc_get_RCAUSE_NVM_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_rstc_e54.h73 return (((Rstc *)hw)->RCAUSE.reg & RSTC_RCAUSE_NVM) >> RSTC_RCAUSE_NVM_Pos; in hri_rstc_get_RCAUSE_NVM_bit()

Completed in 10 milliseconds