Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dac.h442 #define AC_COMPCTRL_SINGLE_Pos 1 /**< \brief (AC_COMPCTRL) Single-Shot Mode */ macro
443 #define AC_COMPCTRL_SINGLE (0x1ul << AC_COMPCTRL_SINGLE_Pos)
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dac.h445 #define AC_COMPCTRL_SINGLE_Pos 1 /**< \brief (AC_COMPCTRL) Single-Shot Mode */ macro
446 #define AC_COMPCTRL_SINGLE (0x1ul << AC_COMPCTRL_SINGLE_Pos)
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dac.h431 #define AC_COMPCTRL_SINGLE_Pos 2 /**< \brief (AC_COMPCTRL) Single-Shot Mode */ macro
432 #define AC_COMPCTRL_SINGLE (_U_(0x1) << AC_COMPCTRL_SINGLE_Pos)
/bsp/microchip/same54/bsp/include/component/
A Dac.h431 #define AC_COMPCTRL_SINGLE_Pos 2 /**< \brief (AC_COMPCTRL) Single-Shot Mode */ macro
432 #define AC_COMPCTRL_SINGLE (_U_(0x1) << AC_COMPCTRL_SINGLE_Pos)
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dac.h431 #define AC_COMPCTRL_SINGLE_Pos 2 /**< \brief (AC_COMPCTRL) Single-Shot Mode */ macro
432 #define AC_COMPCTRL_SINGLE (_U_(0x1) << AC_COMPCTRL_SINGLE_Pos)
/bsp/microchip/saml10/bsp/include/component/
A Dac.h490 #define AC_COMPCTRL_SINGLE_Pos 2 /**< (AC… macro
491 #define AC_COMPCTRL_SINGLE_Msk (_U_(0x1) << AC_COMPCTRL_SINGLE_Pos) /**< (AC…
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dac.h508 #define AC_COMPCTRL_SINGLE_Pos 2 /**< \brief (AC_COMPCTRL) Single-Shot Mode */ macro
509 #define AC_COMPCTRL_SINGLE (_U_(0x1) << AC_COMPCTRL_SINGLE_Pos)
/bsp/microchip/saml10/bsp/hri/
A Dhri_ac_l10.h1151 tmp = (tmp & AC_COMPCTRL_SINGLE_Msk) >> AC_COMPCTRL_SINGLE_Pos; in hri_ac_get_COMPCTRL_SINGLE_bit()
1161 tmp |= value << AC_COMPCTRL_SINGLE_Pos; in hri_ac_write_COMPCTRL_SINGLE_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_ac_d51.h1152 tmp = (tmp & AC_COMPCTRL_SINGLE) >> AC_COMPCTRL_SINGLE_Pos; in hri_ac_get_COMPCTRL_SINGLE_bit()
1162 tmp |= value << AC_COMPCTRL_SINGLE_Pos; in hri_ac_write_COMPCTRL_SINGLE_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_ac_e54.h1152 tmp = (tmp & AC_COMPCTRL_SINGLE) >> AC_COMPCTRL_SINGLE_Pos; in hri_ac_get_COMPCTRL_SINGLE_bit()
1162 tmp |= value << AC_COMPCTRL_SINGLE_Pos; in hri_ac_write_COMPCTRL_SINGLE_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_ac_d51.h1152 tmp = (tmp & AC_COMPCTRL_SINGLE) >> AC_COMPCTRL_SINGLE_Pos; in hri_ac_get_COMPCTRL_SINGLE_bit()
1162 tmp |= value << AC_COMPCTRL_SINGLE_Pos; in hri_ac_write_COMPCTRL_SINGLE_bit()
/bsp/microchip/samc21/bsp/hri/
A Dhri_ac_c21.h1699 tmp = (tmp & AC_COMPCTRL_SINGLE) >> AC_COMPCTRL_SINGLE_Pos; in hri_ac_get_COMPCTRL_SINGLE_bit()
1709 tmp |= value << AC_COMPCTRL_SINGLE_Pos; in hri_ac_write_COMPCTRL_SINGLE_bit()

Completed in 55 milliseconds