Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dopamp.h58 #define OPAMP_CTRLA_SWRST (_U(0x1) << OPAMP_CTRLA_SWRST_Pos) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_opamp_l21.h69 ((Opamp *)hw)->CTRLA.reg |= OPAMP_CTRLA_SWRST; in hri_opamp_set_CTRLA_SWRST_bit()
77 tmp = (tmp & OPAMP_CTRLA_SWRST) >> OPAMP_CTRLA_SWRST_Pos; in hri_opamp_get_CTRLA_SWRST_bit()