Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dac.h495 #define AC_COMPCTRL_OUT_Msk (0x3ul << AC_COMPCTRL_OUT_Pos) macro
496 #define AC_COMPCTRL_OUT(value) (AC_COMPCTRL_OUT_Msk & ((value) << AC_COMPCTRL_OUT_Pos))
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dac.h498 #define AC_COMPCTRL_OUT_Msk (0x3ul << AC_COMPCTRL_OUT_Pos) macro
499 #define AC_COMPCTRL_OUT(value) ((AC_COMPCTRL_OUT_Msk & ((value) << AC_COMPCTRL_OUT_Pos)))
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dac.h506 #define AC_COMPCTRL_OUT_Msk (_U_(0x3) << AC_COMPCTRL_OUT_Pos) macro
507 #define AC_COMPCTRL_OUT(value) (AC_COMPCTRL_OUT_Msk & ((value) << AC_COMPCTRL_OUT_Pos))
/bsp/microchip/same54/bsp/include/component/
A Dac.h506 #define AC_COMPCTRL_OUT_Msk (_U_(0x3) << AC_COMPCTRL_OUT_Pos) macro
507 #define AC_COMPCTRL_OUT(value) (AC_COMPCTRL_OUT_Msk & ((value) << AC_COMPCTRL_OUT_Pos))
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dac.h506 #define AC_COMPCTRL_OUT_Msk (_U_(0x3) << AC_COMPCTRL_OUT_Pos) macro
507 #define AC_COMPCTRL_OUT(value) (AC_COMPCTRL_OUT_Msk & ((value) << AC_COMPCTRL_OUT_Pos))
/bsp/microchip/saml10/bsp/include/component/
A Dac.h579 #define AC_COMPCTRL_OUT_Msk (_U_(0x3) << AC_COMPCTRL_OUT_Pos) /**< (AC… macro
580 #define AC_COMPCTRL_OUT(value) (AC_COMPCTRL_OUT_Msk & ((value) << AC_COMPCTRL_OUT_Pos))
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dac.h576 #define AC_COMPCTRL_OUT_Msk (_U_(0x3) << AC_COMPCTRL_OUT_Pos) macro
577 #define AC_COMPCTRL_OUT(value) (AC_COMPCTRL_OUT_Msk & ((value) << AC_COMPCTRL_OUT_Pos))
/bsp/microchip/saml10/bsp/hri/
A Dhri_ac_l10.h1655 tmp &= ~AC_COMPCTRL_OUT_Msk; in hri_ac_write_COMPCTRL_OUT_bf()
1682 tmp = (tmp & AC_COMPCTRL_OUT_Msk) >> AC_COMPCTRL_OUT_Pos; in hri_ac_read_COMPCTRL_OUT_bf()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_ac_d51.h1656 tmp &= ~AC_COMPCTRL_OUT_Msk; in hri_ac_write_COMPCTRL_OUT_bf()
1683 tmp = (tmp & AC_COMPCTRL_OUT_Msk) >> AC_COMPCTRL_OUT_Pos; in hri_ac_read_COMPCTRL_OUT_bf()
/bsp/microchip/same54/bsp/hri/
A Dhri_ac_e54.h1656 tmp &= ~AC_COMPCTRL_OUT_Msk; in hri_ac_write_COMPCTRL_OUT_bf()
1683 tmp = (tmp & AC_COMPCTRL_OUT_Msk) >> AC_COMPCTRL_OUT_Pos; in hri_ac_read_COMPCTRL_OUT_bf()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_ac_d51.h1656 tmp &= ~AC_COMPCTRL_OUT_Msk; in hri_ac_write_COMPCTRL_OUT_bf()
1683 tmp = (tmp & AC_COMPCTRL_OUT_Msk) >> AC_COMPCTRL_OUT_Pos; in hri_ac_read_COMPCTRL_OUT_bf()
/bsp/microchip/samc21/bsp/hri/
A Dhri_ac_c21.h2150 tmp &= ~AC_COMPCTRL_OUT_Msk; in hri_ac_write_COMPCTRL_OUT_bf()
2177 tmp = (tmp & AC_COMPCTRL_OUT_Msk) >> AC_COMPCTRL_OUT_Pos; in hri_ac_read_COMPCTRL_OUT_bf()

Completed in 65 milliseconds