Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dtc.h78 #define TC_CTRLA_SWRST_Pos 0 /**< \brief (TC_CTRLA) Software Reset */ macro
79 #define TC_CTRLA_SWRST (0x1ul << TC_CTRLA_SWRST_Pos)
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dtc.h81 #define TC_CTRLA_SWRST_Pos 0 /**< \brief (TC_CTRLA) Software Reset */ macro
82 #define TC_CTRLA_SWRST (0x1ul << TC_CTRLA_SWRST_Pos)
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dtc.h76 #define TC_CTRLA_SWRST_Pos 0 /**< \brief (TC_CTRLA) Software Reset */ macro
77 #define TC_CTRLA_SWRST (_U_(0x1) << TC_CTRLA_SWRST_Pos)
/bsp/microchip/same54/bsp/include/component/
A Dtc.h80 #define TC_CTRLA_SWRST_Pos 0 /**< \brief (TC_CTRLA) Software Reset */ macro
81 #define TC_CTRLA_SWRST (_U_(0x1) << TC_CTRLA_SWRST_Pos)
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dtc.h80 #define TC_CTRLA_SWRST_Pos 0 /**< \brief (TC_CTRLA) Software Reset */ macro
81 #define TC_CTRLA_SWRST (_U_(0x1) << TC_CTRLA_SWRST_Pos)
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dtc.h80 #define TC_CTRLA_SWRST_Pos 0 /**< \brief (TC_CTRLA) Software Reset */ macro
81 #define TC_CTRLA_SWRST (_U_(0x1) << TC_CTRLA_SWRST_Pos)
/bsp/microchip/saml10/bsp/include/component/
A Dtc.h83 #define TC_CTRLA_SWRST_Pos 0 /**< (TC… macro
84 #define TC_CTRLA_SWRST_Msk (_U_(0x1) << TC_CTRLA_SWRST_Pos) /**< (TC…
/bsp/microchip/samc21/bsp/hri/
A Dhri_tc_c21.h508 tmp = (tmp & TC_CTRLA_SWRST) >> TC_CTRLA_SWRST_Pos; in hri_tc_get_CTRLA_SWRST_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_tc_d51.h508 tmp = (tmp & TC_CTRLA_SWRST) >> TC_CTRLA_SWRST_Pos; in hri_tc_get_CTRLA_SWRST_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_tc_e54.h508 tmp = (tmp & TC_CTRLA_SWRST) >> TC_CTRLA_SWRST_Pos; in hri_tc_get_CTRLA_SWRST_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_tc_d51.h508 tmp = (tmp & TC_CTRLA_SWRST) >> TC_CTRLA_SWRST_Pos; in hri_tc_get_CTRLA_SWRST_bit()
/bsp/microchip/saml10/bsp/hri/
A Dhri_tc_l10.h512 tmp = (tmp & TC_CTRLA_SWRST_Msk) >> TC_CTRLA_SWRST_Pos; in hri_tc_get_CTRLA_SWRST_bit()

Completed in 72 milliseconds