Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h154 #define SUPC_INTFLAG_B33SRDY_Pos 2 /**< \brief (SUPC_INTFLAG) BOD33 Synchronization R… macro
155 #define SUPC_INTFLAG_B33SRDY (_U(0x1) << SUPC_INTFLAG_B33SRDY_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h340 return (((Supc *)hw)->INTFLAG.reg & SUPC_INTFLAG_B33SRDY) >> SUPC_INTFLAG_B33SRDY_Pos; in hri_supc_get_INTFLAG_B33SRDY_bit()
430 return (((Supc *)hw)->INTFLAG.reg & SUPC_INTFLAG_B33SRDY) >> SUPC_INTFLAG_B33SRDY_Pos; in hri_supc_get_interrupt_B33SRDY_bit()