Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h150 #define SUPC_INTFLAG_BOD33RDY_Pos 0 /**< \brief (SUPC_INTFLAG) BOD33 Ready */ macro
151 #define SUPC_INTFLAG_BOD33RDY (_U(0x1) << SUPC_INTFLAG_BOD33RDY_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h320 return (((Supc *)hw)->INTFLAG.reg & SUPC_INTFLAG_BOD33RDY) >> SUPC_INTFLAG_BOD33RDY_Pos; in hri_supc_get_INTFLAG_BOD33RDY_bit()
410 return (((Supc *)hw)->INTFLAG.reg & SUPC_INTFLAG_BOD33RDY) >> SUPC_INTFLAG_BOD33RDY_Pos; in hri_supc_get_interrupt_BOD33RDY_bit()