Home
last modified time | relevance | path

Searched refs:AC_COMPCTRL_HYSTEN_Pos (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dac.h490 #define AC_COMPCTRL_HYSTEN_Pos 19 /**< \brief (AC_COMPCTRL) Hysteresis Enable */ macro
491 #define AC_COMPCTRL_HYSTEN (_U(0x1) << AC_COMPCTRL_HYSTEN_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_ac_l21.h1193 tmp = (tmp & AC_COMPCTRL_HYSTEN) >> AC_COMPCTRL_HYSTEN_Pos; in hri_ac_get_COMPCTRL_HYSTEN_bit()
1204 tmp |= value << AC_COMPCTRL_HYSTEN_Pos; in hri_ac_write_COMPCTRL_HYSTEN_bit()