Home
last modified time | relevance | path

Searched refs:AC_CTRLA_SWRST_Pos (Results 1 – 12 of 12) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dac.h73 #define AC_CTRLA_SWRST_Pos 0 /**< \brief (AC_CTRLA) Software Reset */ macro
74 #define AC_CTRLA_SWRST (0x1ul << AC_CTRLA_SWRST_Pos)
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dac.h76 #define AC_CTRLA_SWRST_Pos 0 /**< \brief (AC_CTRLA) Software Reset */ macro
77 #define AC_CTRLA_SWRST (0x1ul << AC_CTRLA_SWRST_Pos)
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dac.h57 #define AC_CTRLA_SWRST_Pos 0 /**< \brief (AC_CTRLA) Software Reset */ macro
58 #define AC_CTRLA_SWRST (_U_(0x1) << AC_CTRLA_SWRST_Pos)
/bsp/microchip/same54/bsp/include/component/
A Dac.h57 #define AC_CTRLA_SWRST_Pos 0 /**< \brief (AC_CTRLA) Software Reset */ macro
58 #define AC_CTRLA_SWRST (_U_(0x1) << AC_CTRLA_SWRST_Pos)
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dac.h57 #define AC_CTRLA_SWRST_Pos 0 /**< \brief (AC_CTRLA) Software Reset */ macro
58 #define AC_CTRLA_SWRST (_U_(0x1) << AC_CTRLA_SWRST_Pos)
/bsp/microchip/saml10/bsp/include/component/
A Dac.h60 #define AC_CTRLA_SWRST_Pos 0 /**< (AC… macro
61 #define AC_CTRLA_SWRST_Msk (_U_(0x1) << AC_CTRLA_SWRST_Pos) /**< (AC…
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dac.h57 #define AC_CTRLA_SWRST_Pos 0 /**< \brief (AC_CTRLA) Software Reset */ macro
58 #define AC_CTRLA_SWRST (_U_(0x1) << AC_CTRLA_SWRST_Pos)
/bsp/microchip/saml10/bsp/hri/
A Dhri_ac_l10.h363 tmp = (tmp & AC_CTRLA_SWRST_Msk) >> AC_CTRLA_SWRST_Pos; in hri_ac_get_CTRLA_SWRST_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_ac_d51.h364 tmp = (tmp & AC_CTRLA_SWRST) >> AC_CTRLA_SWRST_Pos; in hri_ac_get_CTRLA_SWRST_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_ac_e54.h364 tmp = (tmp & AC_CTRLA_SWRST) >> AC_CTRLA_SWRST_Pos; in hri_ac_get_CTRLA_SWRST_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_ac_d51.h364 tmp = (tmp & AC_CTRLA_SWRST) >> AC_CTRLA_SWRST_Pos; in hri_ac_get_CTRLA_SWRST_bit()
/bsp/microchip/samc21/bsp/hri/
A Dhri_ac_c21.h535 tmp = (tmp & AC_CTRLA_SWRST) >> AC_CTRLA_SWRST_Pos; in hri_ac_get_CTRLA_SWRST_bit()

Completed in 59 milliseconds