Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Ddac.h57 #define DAC_CTRLA_SWRST (_U(0x1) << DAC_CTRLA_SWRST_Pos) macro
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_dac_l21.h326 ((Dac *)hw)->CTRLA.reg |= DAC_CTRLA_SWRST; in hri_dac_set_CTRLA_SWRST_bit()
335 tmp = (tmp & DAC_CTRLA_SWRST) >> DAC_CTRLA_SWRST_Pos; in hri_dac_get_CTRLA_SWRST_bit()