Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dac.h492 #define AC_COMPCTRL_SWAP_Pos 15 /**< \brief (AC_COMPCTRL) Swap Inputs and Invert */ macro
493 #define AC_COMPCTRL_SWAP (0x1ul << AC_COMPCTRL_SWAP_Pos)
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dac.h495 #define AC_COMPCTRL_SWAP_Pos 15 /**< \brief (AC_COMPCTRL) Swap Inputs and Invert */ macro
496 #define AC_COMPCTRL_SWAP (0x1ul << AC_COMPCTRL_SWAP_Pos)
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dac.h478 #define AC_COMPCTRL_SWAP_Pos 15 /**< \brief (AC_COMPCTRL) Swap Inputs and Invert */ macro
479 #define AC_COMPCTRL_SWAP (_U_(0x1) << AC_COMPCTRL_SWAP_Pos)
/bsp/microchip/same54/bsp/include/component/
A Dac.h478 #define AC_COMPCTRL_SWAP_Pos 15 /**< \brief (AC_COMPCTRL) Swap Inputs and Invert */ macro
479 #define AC_COMPCTRL_SWAP (_U_(0x1) << AC_COMPCTRL_SWAP_Pos)
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dac.h478 #define AC_COMPCTRL_SWAP_Pos 15 /**< \brief (AC_COMPCTRL) Swap Inputs and Invert */ macro
479 #define AC_COMPCTRL_SWAP (_U_(0x1) << AC_COMPCTRL_SWAP_Pos)
/bsp/microchip/saml10/bsp/include/component/
A Dac.h541 #define AC_COMPCTRL_SWAP_Pos 15 /**< (AC… macro
542 #define AC_COMPCTRL_SWAP_Msk (_U_(0x1) << AC_COMPCTRL_SWAP_Pos) /**< (AC…
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dac.h555 #define AC_COMPCTRL_SWAP_Pos 15 /**< \brief (AC_COMPCTRL) Swap Inputs and Invert */ macro
556 #define AC_COMPCTRL_SWAP (_U_(0x1) << AC_COMPCTRL_SWAP_Pos)
/bsp/microchip/saml10/bsp/hri/
A Dhri_ac_l10.h1239 tmp = (tmp & AC_COMPCTRL_SWAP_Msk) >> AC_COMPCTRL_SWAP_Pos; in hri_ac_get_COMPCTRL_SWAP_bit()
1249 tmp |= value << AC_COMPCTRL_SWAP_Pos; in hri_ac_write_COMPCTRL_SWAP_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_ac_d51.h1240 tmp = (tmp & AC_COMPCTRL_SWAP) >> AC_COMPCTRL_SWAP_Pos; in hri_ac_get_COMPCTRL_SWAP_bit()
1250 tmp |= value << AC_COMPCTRL_SWAP_Pos; in hri_ac_write_COMPCTRL_SWAP_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_ac_e54.h1240 tmp = (tmp & AC_COMPCTRL_SWAP) >> AC_COMPCTRL_SWAP_Pos; in hri_ac_get_COMPCTRL_SWAP_bit()
1250 tmp |= value << AC_COMPCTRL_SWAP_Pos; in hri_ac_write_COMPCTRL_SWAP_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_ac_d51.h1240 tmp = (tmp & AC_COMPCTRL_SWAP) >> AC_COMPCTRL_SWAP_Pos; in hri_ac_get_COMPCTRL_SWAP_bit()
1250 tmp |= value << AC_COMPCTRL_SWAP_Pos; in hri_ac_write_COMPCTRL_SWAP_bit()
/bsp/microchip/samc21/bsp/hri/
A Dhri_ac_c21.h1787 tmp = (tmp & AC_COMPCTRL_SWAP) >> AC_COMPCTRL_SWAP_Pos; in hri_ac_get_COMPCTRL_SWAP_bit()
1797 tmp |= value << AC_COMPCTRL_SWAP_Pos; in hri_ac_write_COMPCTRL_SWAP_bit()

Completed in 63 milliseconds