Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dac.h333 #define AC_STATUSB_READY1_Pos 1 /**< \brief (AC_STATUSB) Comparator 1 Ready */ macro
334 #define AC_STATUSB_READY1 (1 << AC_STATUSB_READY1_Pos)
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dac.h336 #define AC_STATUSB_READY1_Pos 1 /**< \brief (AC_STATUSB) Comparator 1 Ready */ macro
337 #define AC_STATUSB_READY1 (1 << AC_STATUSB_READY1_Pos)
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dac.h323 #define AC_STATUSB_READY1_Pos 1 /**< \brief (AC_STATUSB) Comparator 1 Ready */ macro
324 #define AC_STATUSB_READY1 (_U_(1) << AC_STATUSB_READY1_Pos)
/bsp/microchip/same54/bsp/include/component/
A Dac.h323 #define AC_STATUSB_READY1_Pos 1 /**< \brief (AC_STATUSB) Comparator 1 Ready */ macro
324 #define AC_STATUSB_READY1 (_U_(1) << AC_STATUSB_READY1_Pos)
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dac.h323 #define AC_STATUSB_READY1_Pos 1 /**< \brief (AC_STATUSB) Comparator 1 Ready */ macro
324 #define AC_STATUSB_READY1 (_U_(1) << AC_STATUSB_READY1_Pos)
/bsp/microchip/saml10/bsp/include/component/
A Dac.h363 #define AC_STATUSB_READY1_Pos 1 /**< (AC… macro
364 #define AC_STATUSB_READY1_Msk (_U_(0x1) << AC_STATUSB_READY1_Pos) /**< (AC…
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dac.h381 #define AC_STATUSB_READY1_Pos 1 /**< \brief (AC_STATUSB) Comparator 1 Ready */ macro
382 #define AC_STATUSB_READY1 (_U_(1) << AC_STATUSB_READY1_Pos)
/bsp/microchip/saml10/bsp/hri/
A Dhri_ac_l10.h296 return (((Ac *)hw)->STATUSB.reg & AC_STATUSB_READY1_Msk) >> AC_STATUSB_READY1_Pos; in hri_ac_get_STATUSB_READY1_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_ac_d51.h297 return (((Ac *)hw)->STATUSB.reg & AC_STATUSB_READY1) >> AC_STATUSB_READY1_Pos; in hri_ac_get_STATUSB_READY1_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_ac_e54.h297 return (((Ac *)hw)->STATUSB.reg & AC_STATUSB_READY1) >> AC_STATUSB_READY1_Pos; in hri_ac_get_STATUSB_READY1_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_ac_d51.h297 return (((Ac *)hw)->STATUSB.reg & AC_STATUSB_READY1) >> AC_STATUSB_READY1_Pos; in hri_ac_get_STATUSB_READY1_bit()
/bsp/microchip/samc21/bsp/hri/
A Dhri_ac_c21.h448 return (((Ac *)hw)->STATUSB.reg & AC_STATUSB_READY1) >> AC_STATUSB_READY1_Pos; in hri_ac_get_STATUSB_READY1_bit()

Completed in 53 milliseconds