Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dopamp.h89 #define OPAMP_STATUS_READY2_Pos 2 /**< \brief (OPAMP_STATUS) OPAMP 2 Ready */ macro
90 #define OPAMP_STATUS_READY2 (1 << OPAMP_STATUS_READY2_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_opamp_l21.h800 return (((Opamp *)hw)->STATUS.reg & OPAMP_STATUS_READY2) >> OPAMP_STATUS_READY2_Pos; in hri_opamp_get_STATUS_READY2_bit()