Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dac.h513 #define AC_COMPCTRL_OUT_Msk (_U(0x3) << AC_COMPCTRL_OUT_Pos) macro
514 #define AC_COMPCTRL_OUT(value) (AC_COMPCTRL_OUT_Msk & ((value) << AC_COMPCTRL_OUT_Pos))
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_ac_l21.h1566 tmp &= ~AC_COMPCTRL_OUT_Msk; in hri_ac_write_COMPCTRL_OUT_bf()
1592 tmp = (tmp & AC_COMPCTRL_OUT_Msk) >> AC_COMPCTRL_OUT_Pos; in hri_ac_read_COMPCTRL_OUT_bf()