Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dac.h440 #define AC_COMPCTRL_ENABLE_Pos 0 /**< \brief (AC_COMPCTRL) Enable */ macro
441 #define AC_COMPCTRL_ENABLE (0x1ul << AC_COMPCTRL_ENABLE_Pos)
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dac.h443 #define AC_COMPCTRL_ENABLE_Pos 0 /**< \brief (AC_COMPCTRL) Enable */ macro
444 #define AC_COMPCTRL_ENABLE (0x1ul << AC_COMPCTRL_ENABLE_Pos)
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dac.h429 #define AC_COMPCTRL_ENABLE_Pos 1 /**< \brief (AC_COMPCTRL) Enable */ macro
430 #define AC_COMPCTRL_ENABLE (_U_(0x1) << AC_COMPCTRL_ENABLE_Pos)
/bsp/microchip/same54/bsp/include/component/
A Dac.h429 #define AC_COMPCTRL_ENABLE_Pos 1 /**< \brief (AC_COMPCTRL) Enable */ macro
430 #define AC_COMPCTRL_ENABLE (_U_(0x1) << AC_COMPCTRL_ENABLE_Pos)
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dac.h429 #define AC_COMPCTRL_ENABLE_Pos 1 /**< \brief (AC_COMPCTRL) Enable */ macro
430 #define AC_COMPCTRL_ENABLE (_U_(0x1) << AC_COMPCTRL_ENABLE_Pos)
/bsp/microchip/saml10/bsp/include/component/
A Dac.h487 #define AC_COMPCTRL_ENABLE_Pos 1 /**< (AC… macro
488 #define AC_COMPCTRL_ENABLE_Msk (_U_(0x1) << AC_COMPCTRL_ENABLE_Pos) /**< (AC…
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dac.h506 #define AC_COMPCTRL_ENABLE_Pos 1 /**< \brief (AC_COMPCTRL) Enable */ macro
507 #define AC_COMPCTRL_ENABLE (_U_(0x1) << AC_COMPCTRL_ENABLE_Pos)
/bsp/microchip/saml10/bsp/hri/
A Dhri_ac_l10.h1107 tmp = (tmp & AC_COMPCTRL_ENABLE_Msk) >> AC_COMPCTRL_ENABLE_Pos; in hri_ac_get_COMPCTRL_ENABLE_bit()
1117 tmp |= value << AC_COMPCTRL_ENABLE_Pos; in hri_ac_write_COMPCTRL_ENABLE_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_ac_d51.h1108 tmp = (tmp & AC_COMPCTRL_ENABLE) >> AC_COMPCTRL_ENABLE_Pos; in hri_ac_get_COMPCTRL_ENABLE_bit()
1118 tmp |= value << AC_COMPCTRL_ENABLE_Pos; in hri_ac_write_COMPCTRL_ENABLE_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_ac_e54.h1108 tmp = (tmp & AC_COMPCTRL_ENABLE) >> AC_COMPCTRL_ENABLE_Pos; in hri_ac_get_COMPCTRL_ENABLE_bit()
1118 tmp |= value << AC_COMPCTRL_ENABLE_Pos; in hri_ac_write_COMPCTRL_ENABLE_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_ac_d51.h1108 tmp = (tmp & AC_COMPCTRL_ENABLE) >> AC_COMPCTRL_ENABLE_Pos; in hri_ac_get_COMPCTRL_ENABLE_bit()
1118 tmp |= value << AC_COMPCTRL_ENABLE_Pos; in hri_ac_write_COMPCTRL_ENABLE_bit()
/bsp/microchip/samc21/bsp/hri/
A Dhri_ac_c21.h1655 tmp = (tmp & AC_COMPCTRL_ENABLE) >> AC_COMPCTRL_ENABLE_Pos; in hri_ac_get_COMPCTRL_ENABLE_bit()
1665 tmp |= value << AC_COMPCTRL_ENABLE_Pos; in hri_ac_write_COMPCTRL_ENABLE_bit()

Completed in 56 milliseconds